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 f035cb5 commit 68102f9Copy full SHA for 68102f9
README.md
@@ -18,6 +18,14 @@ Usage
18
'mèo'
19
```
20
21
-More help is available as docstring for each module and function.
22
23
-BoGo is well tested with Python 3.2 and Python 3.3.
+Some functions from bogo.bogo are exported to package toplevel:
+
24
+- `process_key()`
25
+- `process_sequence()`
26
+- `get_telex_definition()`
27
+- `get_vni_definition()`
28
29
+Read `help(bogo.bogo)` in the Python interpreter for more help.
30
31
+BoGo is extensively tested with Python 3.2 and Python 3.3.
0 commit comments