Skip to content
New issue

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

Mark package as providing type information #223

Open
edgarrmondragon opened this issue Aug 5, 2024 · 0 comments · May be fixed by #224
Open

Mark package as providing type information #223

edgarrmondragon opened this issue Aug 5, 2024 · 0 comments · May be fixed by #224
Assignees

Comments

@edgarrmondragon
Copy link

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.

Describe alternatives you've considered

Ignoring the missing type information from this package.

Additional context

edgarrmondragon added a commit to edgarrmondragon/google-play-scraper that referenced this issue Aug 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants