From fcb1294932fa2d34bacc4556b1a2b22c382ddd9e Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Sat, 13 Jun 2015 17:27:56 -0700 Subject: [PATCH] Add 'contributions' and 'roadmap' sections to README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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. +