JetBrains / python-skeletons

The python-skeltons repo is deprecated: use PEP 484 and Typeshed instead

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Skeletons

obsolete JetBrains project

Deprecated: use PEP 484 and Typeshed instead

The python-skeletons repository is deprecated. There is now a standard for type hints in Python:

PyCharm 2017.1 and newer bundles the whole Typeshed repo, but only a few modules from it are actually enabled in PyCharm (including builtins, typing, six, and several others).

If you want to add any other module from Typeshed to your project, you can put it inside your project's root or into the source folders of your project.

Feel free to contribute your changes to the Typeshed repo. Make sure you've read the contributing notes. More modules from Typeshed will be enabled in the next versions of PyCharm.

See Also

About

The python-skeltons repo is deprecated: use PEP 484 and Typeshed instead

License:Other


Languages

Language:Python 100.0%