Skip to content

EugeneUvin/awesome-python-stubs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

mypy logo

awesome-python-stubs

Checked with mypy Gitter

Collection of awesome Python stubs and tools to work with them.

Contents

Stub packages

Tools

  • MonkeyType - MonkeyType collects runtime types of function arguments and return values, and can automatically generate stub files or even add draft type annotations directly to your Python code based on the types collected at runtime.
  • pytest-mypy-plugins - pytest plugin for testing mypy types, stubs, and plugins.
  • flake8-pyi - A plugin for Flake8 that provides specializations for type hinting stub files.

Articles

  • PEP-484 about type annotations.
  • PEP-561 about distributing and packaging type information.
  • MyPy docs about stubs.

License

MIT

About

Collection of awesome Python stubs and tools to work with them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors