We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
I'm trying to run mypy on a project that uses this library and running into
Skipping analyzing "google_play_scraper": module is installed, but missing library stubs or py.typed marker
So it seems this package doesn't advertise it provides type information for its APIs.
Describe the solution you'd like
According to the Python typing guide, it's as easy as adding a py.typed marker file to the published artifacts.
py.typed
Describe alternatives you've considered
Ignoring the missing type information from this package.
Additional context
The text was updated successfully, but these errors were encountered:
Run mypy on project and advertise typing support
a3a339d
Closes JoMingyu#223
JoMingyu
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
I'm trying to run mypy on a project that uses this library and running into
So it seems this package doesn't advertise it provides type information for its APIs.
Describe the solution you'd like
According to the Python typing guide, it's as easy as adding a
py.typed
marker file to the published artifacts.Describe alternatives you've considered
Ignoring the missing type information from this package.
Additional context
The text was updated successfully, but these errors were encountered: