A python library that allows you to create complex report from various sources
pyreports pyreports is a python library that allows you to create complex reports from various sources such as databases, text files, ldap, etc. and perform processing, filters, counters, etc. and then export or write them in various formats or in databases. Test package To test the package, follow these instructions: $ git clone https://github.com/MatteoGuadrini/pyreports.git $ cd pyreports $ python -m unittest discover tests Install package To install package, follow these instructions: $ pip install pyreports #from pypi $ git clone […]
Read more