Add 'contributions' and 'roadmap' sections to README.md

This commit is contained in:
Matthias Kramm
2015-06-13 17:27:56 -07:00
parent 792f9bde81
commit fcb1294932

View File

@@ -3,7 +3,7 @@
## About
Typeshed models function types for the Python standard library
and Python builtins.
and Python builtins, as well as third party packages.
This data can e.g. be used for static analysis, type checking or type inference.
@@ -40,3 +40,12 @@ class date(object):
def weekday(self) -> int: ...
```
## Contributions
We're welcoming contributions (pull requests) for types of third party
packages. They'll go under python{2,3}/dist-packages/.
## Roadmap
This project will move to https://github.com/python/typeshed/ eventually.