Metadata-Version: 2.1
Name: db-report
Version: 0.0.4
Summary: Database report generation
Home-page: https://github.com/oleglpts/reporter
Author: Oleg Lupats
Author-email: oleglupats@gmail.com
License: MIT
Platform: any
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: xls-report (>=0.0.5)
Requires-Dist: bottle (>=0.12.17)
Requires-Dist: pyodbc (==4.0.26)
Requires-Dist: pycurl (>=7.43.0.3)
Requires-Dist: psycopg2 (>=2.8.3)

# reporter
Simple SQL report generator.  

After install:

$ pip install git+git://github.com/oleglpts/reporter.git

see directory ~/db_report and https://pypi.org/project/xls-report/

**Requirements:** xls-report>=0.0.3, bottle>=0.12.17, pyodbc==4.0.26, pycurl>=7.43.0.3  

**TODO: documentation**


