Skip to content

Commit f6700f9

Browse files
committed
Update README
1 parent 0dee08c commit f6700f9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
1-
# Computed Types in Python
1+
# Type Manipulation in Python
22

3-
See [pep.rst](pep.rst) for the PEP draft.
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.
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)).
414

515
## Development
616

0 commit comments

Comments
 (0)