Metadata-Version: 1.1
Name: reportexport
Version: 0.0.3
Summary: A Flask microservice that produces reports out of a database in xml and pdf format.
Home-page: https://github.com/mdalp/reportexport
Author: Marcello Dalponte
Author-email: marcello.dalponte@gmail.com
License: BSD
Download-URL: https://github.com/mdalp/reportexport/tarball/0.0.3
Description: Report Exporting Service
        ===============================
        
        [![Build Status](https://travis-ci.org/mdalp/reportexport.svg?branch=master)](https://travis-ci.org/mdalp/reportexport)
        
        version number: 0.0.3
        author: Marcello Dalponte
        
        Overview
        --------
        
        A Flask microservice that produces reports out of a database in xml and pdf format.
        
        Installation / Usage
        --------------------
        
        To install use pip:
        
            $ pip install reportexport
        
        
        Or clone the repo:
        
            $ git clone https://github.com/mdalp/reportexport.git
            $ python setup.py install
        
        To run:
        
            $ REPORTEXPORT_DATABASE=postgresql://myuser:passwd@localhost/mydb make run
        
        Contributing
        ------------
        
        This is a sketch project as such it is open to a number of improvements, among which:
        
         1. Dinamically calculate the left indent space in the pdf report
         2. Add the currency to the prices in the report
         3. Improve the comparison between pdfs in the test utils to detect format changes
        
         To install requirements for dev:
        
            $ make devinstall
        
        To run tests:
        
            $ make tests
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
