We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adb362 commit e50563cCopy full SHA for e50563c
1 file changed
README.md
@@ -1,6 +1,12 @@
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
## Development
12
0 commit comments