Commit Graph

11 Commits

Author SHA1 Message Date
Ethan Smith f630c7406a PEP 561: Add partial stub section (#653) 2018-05-17 14:18:02 -04:00
Ethan Smith 18b869d1ce PEP 561: Point to mypy implementation and clarify stub package priority. (#613) 2018-04-10 09:18:42 -07:00
Ethan Smith 69eb6508e1 Change to -stubs over _stubs (#568)
Also note that a py.typed file is not needed for stub only packages.
2018-02-05 15:30:57 -08:00
Guido van Rossum 039d3b7132 Fix typo 2017-11-25 08:03:16 -08:00
Ethan Smith 170513274d PEP 561: Add note about module only distributions (#468) 2017-11-13 20:55:55 -08:00
Guido van Rossum 78dc4b19a3
Proposed small tweaks to the text of PEP 561 (#467) 2017-11-13 15:50:14 -08:00
Ethan Smith 1bf93be451 Update PEP 561 to use per-package marker file (#461)
Typing information relates to import packages rather than distribution packages,
so it needs to be inside the individual packages, rather than in the distribution
metadata.

As an added benefit, this means running directly from source control
will still do the right thing.
2017-11-12 20:51:37 +10:00
Ethan Smith 52a444b154 PEP 561: Add implementation links and changelog (#439) 2017-10-26 14:59:42 -07:00
Ethan Smith 858f82d1b8 V3 revision of PEP 561: Distributing Type Information (#428)
* V3 of Type Distribution PEP

* Clarify that new metadata is optional
2017-10-06 19:56:05 +10:00
Ethan Smith cd6642d2f2 Updates for PEP 561 (#416) 2017-09-12 16:21:12 -07:00
Ethan Smith 8396bb4fd2 PEP 461: Distributing and Packaging Type Information (#415) 2017-09-10 15:34:44 -07:00