Remove two obsolete scripts (#879)

2 files changed
tree: 0ce44fc9db598befb6a9ab58db95dd4343b5a1d9
  1. .github/
  2. docs/
  3. python2/
  4. src/
  5. typing_extensions/
  6. .flake8-tests
  7. .gitignore
  8. CONTRIBUTING.md
  9. LICENSE
  10. MANIFEST.in
  11. README.md
  12. setup.cfg
  13. setup.py
  14. test-requirements.txt
  15. tox.ini
README.md

Chat at https://gitter.im/python/typing

Static Typing for Python

Documentation and Support

The documentation for Python's static typing can be found at typing.readthedocs.io. You can get help either in our support forum or chat with us on Gitter.

Improvements to the type system should be discussed on the typing-sig mailing list, although the issues in this repository contain some historic discussions.

Repository Content

This GitHub repo is used for several things:

Workflow

  • See CONTRIBUTING.md for more.

  • The typing.py module and its unittests are edited in the src subdirectory of this repo. The python2 subdirectory contains the Python 2 backport.