- Install
python setup.py install
- Copy settings.example.ini to settings.ini and fill in your credentials and configuration options.
** See the scripts
folder for examples, in particular example.py **
For a more detailed documentation, please have a look at the API documentation
* Automatic alignment may break with some non-ascii characters. To find those: find non ascii chars: perl -ne 'print "$. $_" if m/[\x80-\xFF]/' utf8.txt
* funny � characters are not supported either.
Soon!
- More testing