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

Make the stub generator official #953

Closed
JukkaL opened this issue Oct 18, 2015 · 1 comment
Closed

Make the stub generator official #953

JukkaL opened this issue Oct 18, 2015 · 1 comment

Comments

@JukkaL
Copy link
Collaborator

JukkaL commented Oct 18, 2015

The stub generator is pretty useful, but it's undocumented and a little rough around the edges.

Some possible things to do:

  • Add script such as mypy-stubgen that is installed automatically and has help etc.
  • Document the stub generator.
  • Maybe even give a pointer to the stub generator when mypy can't find a module (Better message when we can't find a module #952).
  • Do more testing and polishing.
  • Add support for generating stubs for Python 2 C extension modules.

We should create separate issues at least for the bigger tasks here.

The stub generator can be currently run as python3 -m mypy.stubgen.

@ilevkivskyi
Copy link
Member

OK, it is already official.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants