METADATA 1.1 KB

1234567891011121314151617181920212223242526272829
  1. Metadata-Version: 2.1
  2. Name: mypy-extensions
  3. Version: 1.0.0
  4. Summary: Type system extensions for programs checked with the mypy type checker.
  5. Home-page: https://github.com/python/mypy_extensions
  6. Author: The mypy developers
  7. Author-email: jukka.lehtosalo@iki.fi
  8. License: MIT License
  9. Classifier: Development Status :: 5 - Production/Stable
  10. Classifier: Environment :: Console
  11. Classifier: Intended Audience :: Developers
  12. Classifier: License :: OSI Approved :: MIT License
  13. Classifier: Programming Language :: Python :: 3
  14. Classifier: Programming Language :: Python :: 3.5
  15. Classifier: Programming Language :: Python :: 3.6
  16. Classifier: Programming Language :: Python :: 3.7
  17. Classifier: Programming Language :: Python :: 3.8
  18. Classifier: Programming Language :: Python :: 3.9
  19. Classifier: Programming Language :: Python :: 3.10
  20. Classifier: Programming Language :: Python :: 3.11
  21. Classifier: Topic :: Software Development
  22. Requires-Python: >=3.5
  23. License-File: LICENSE
  24. Mypy Extensions
  25. ===============
  26. The "mypy_extensions" module defines extensions to the standard "typing" module
  27. that are supported by the mypy type checker and the mypyc compiler.