diff --git a/README.md b/README.md index 19e9571b2..0afb0b724 100644 --- a/README.md +++ b/README.md @@ -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. +