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 a1fac96 commit 68df22dCopy full SHA for 68df22d
README.md
@@ -1,2 +1,17 @@
1
-# Fable.Python
2
-Python bindings for Fable
+# Fable Python
+
3
+Python bindings for Fable. This library will eventually contain Python (stdlib)
4
+bindings for Fable.
5
6
+## Usage
7
8
+TBW
9
10
+## Auto-generation
11
12
+Parts of this library could benefit from code-generation based on the type
13
+annotations in Python [typeshed](https://github.com/python/typeshed) similar to
14
+ts2fable. Even so we should keep this library manually updated based on PRs to
15
+ensure the quality of the code.
16
17
0 commit comments