Skip to content

Typing information not exposed #446

@nhairs

Description

@nhairs

The typing information in this library is not available for projects that import it. This is because it does not comply with PEP 561 which requires a py.typed file in the root of the package.

For projects utilising MyPy this will result in the following error:

src/example.py:9: error: Skipping analyzing "msgraph.core": module is installed, but missing library stubs or py.typed marker  [import]

Further reading:

Alt titles for searchability:

  • py.typed missing
  • msgraph.core not PEP 561 compliant

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions