forked from pytries/DAWG
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Less detailed README + dedicated docs. This is to fix installation is…
…sues with LC_ALL=C (pip bugs make it not possible to have non-ascii letters in project's long_description). Fix pytriesGH-7.
- Loading branch information
Showing
10 changed files
with
1,072 additions
and
447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ | |
^.tox | ||
\.orig$ | ||
\.prof$ | ||
\.coverage$ | ||
\.coverage$ | ||
^docs/_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Authors & Contributors | ||
---------------------- | ||
|
||
* Mikhail Korobov <[email protected]>; | ||
* Dan Blanchard; | ||
* Jakub Wilk. | ||
|
||
This module uses `dawgdic`_ C++ library by | ||
Susumu Yata & contributors. | ||
|
||
base64 decoder is a modified version of libb64_ (original author | ||
is Chris Venter). | ||
|
||
.. _libb64: http://libb64.sourceforge.net/ | ||
.. _dawgdic: https://code.google.com/p/dawgdic/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,7 @@ | ||
|
||
Changes | ||
======= | ||
|
||
0.6 (2013-03-22) | ||
---------------- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
include README.rst | ||
include AUTHORS.rst | ||
include CHANGES.rst | ||
include LICENSE | ||
include tox.ini | ||
include update_cpp.sh | ||
include lib/COPYING | ||
|
||
recursive-include docs *.rst *.py Makefile make.bat | ||
|
||
recursive-include src *.cpp *.pxd *.pyx | ||
recursive-include lib *.c *.h | ||
recursive-include tests *.py |
Oops, something went wrong.