mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
Add 'contributions' and 'roadmap' sections to README.md
This commit is contained in:
11
README.md
11
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user