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 81812d3 commit 906a30cCopy full SHA for 906a30c
MANIFEST.in
@@ -1 +1,2 @@
1
-include *.h
+include *.h
2
+include *.md
README.md
@@ -1,18 +1,13 @@
-Triez
+Triez
3
===================
4
-
5
-[](https://drone.io/bitbucket.org/sumerc/triez/latest)
+Fast, pure C trie Python extension
6
7
Features:
8
9
-xxxx
10
11
-Limitations:
12
-===================
13
-xxx
14
15
+ * Autocomplete (using Python Generator)
+ * Fast Spell-Suggestion (using Python Generator) (!not implemented yet)
+ * Supports Python 2.6.x <= x <= Python.3.4
16
17
18
0 commit comments