We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd2a628 commit 918aaa1Copy full SHA for 918aaa1
mypyc/README.md
@@ -1,7 +1,10 @@
1
mypyc: Mypy to Python C Extension Compiler
2
==========================================
3
4
-*Mypyc is (mostly) not yet useful for general Python development.*
+**NOTE: We are in the process of moving the mypyc README to the**
5
+**[mypyc repository](https://github.com/mypyc/mypyc/blob/master/README.md)**
6
+
7
+**This may be out of date!**
8
9
Mypyc is a compiler that compiles mypy-annotated, statically typed
10
Python modules into CPython C extensions. Currently our primary focus
0 commit comments