Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b299feab1e | ||
|
|
95182dcfc4 | ||
|
|
f9fe412fa4 | ||
|
|
00a8db2e3e | ||
|
|
71ae26ccd1 | ||
|
|
b0851d5363 |
9
MANIFEST.in
Normal file
9
MANIFEST.in
Normal file
@@ -0,0 +1,9 @@
|
||||
recursive-include tests *
|
||||
recursive-include talon *
|
||||
recursive-exclude tests *.pyc *~
|
||||
recursive-exclude talon *.pyc *~
|
||||
include train.data
|
||||
include classifier
|
||||
include LICENSE
|
||||
include MANIFEST.in
|
||||
include README.rst
|
||||
@@ -3,7 +3,7 @@ talon
|
||||
|
||||
Mailgun library to extract message quotations and signatures.
|
||||
|
||||
If you ever tried to parse message quotations or signatures you know that absense of any formatting standards in this area could make this task a nightmare. Hopefully this library will make your life much eathier. The name of the project is inspired by TALON - multipurpose robot designed to perform missions ranging from reconnaissance to combat and operate in a number of hostile environments. That’s what a good quotations and signature parser should be like :smile:
|
||||
If you ever tried to parse message quotations or signatures you know that absense of any formatting standards in this area could make this task a nightmare. Hopefully this library will make your life much easier. The name of the project is inspired by TALON - multipurpose robot designed to perform missions ranging from reconnaissance to combat and operate in a number of hostile environments. That’s what a good quotations and signature parser should be like :smile:
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
Reference in New Issue
Block a user