Serenata de Amor Toolbox¶
PyPI package to support Serenata de Amor and Rosie development.
Installation¶
As this is a work in progress, clone the repo and use it within your virtualenv.
$ git clone https://github.com/datasciencebr/serenata-toolbox.git
$ python setup.py develop
serenata_toolbox is compatible with Python 3+
Usage¶
$ python3
>>> from serenata_toolbox import xml2csv
>>> xml2csv.output('Spam and eggs')
2016-12-01 18:14:26 Spam and eggs
Full Documentation¶
Build documentation locally¶
You will need sphinx installed in your machine
$ cd docs
$ make clean;make rst;rm source/modules.rst;make html
Source Code¶
Feel free to fork, evaluate and contribute to this project.
License¶
MIT licensed.