We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dee08c commit f6700f9Copy full SHA for f6700f9
README.md
@@ -1,6 +1,16 @@
1
-# Computed Types in Python
+# Type Manipulation in Python
2
3
-See [pep.rst](pep.rst) for the PEP draft.
+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.
6
+
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.
10
11
+This repository also contains an implementation of the proposed
12
+additions to ``typing`` ([typemap/typing.py](typemap/typing.py)), as well as a
13
+**prototype** runtime evaluator ([typemap/type_eval](typemap/type_eval)).
14
15
## Development
16
0 commit comments