File tree Expand file tree Collapse file tree 4 files changed +13
-1891
lines changed
Expand file tree Collapse file tree 4 files changed +13
-1891
lines changed Original file line number Diff line number Diff line change 11# Type Manipulation in Python
22
3- This is the development repository for a PEP to add
4- TypeScript-inspired type-level introspection and construction
5- facilities to the Python type system.
3+ This is the development repository for
4+ [ PEP 827 – Type Manipulation] ( https://peps.python.org/pep-0827/ ) ,
5+ which proposes TypeScript-inspired type-level introspection and construction
6+ facilities for the Python type system.
67
7- There is [ a rendered PEP draft] ( https://python-typemap.labs.vercel.dev ) .
8-
9- See [ pep.rst] ( pep.rst ) for the PEP draft source code.
8+ Discussion of the PEP is at the
9+ [ PEP 827 discussion thread] ( https://discuss.python.org/t/pep-827-type-manipulation/106353 ) .
1010
1111This repository also contains an implementation of the proposed
1212additions to `` typing `` ([ typemap/typing.py] ( typemap/typing.py ) ), as well as a
You can’t perform that action at this time.
0 commit comments