Metadata-Version: 1.1
Name: jr_tools
Version: 0.3.0
Summary: A collection of tools to handle Jasper Reports with python
Home-page: https://github.com/erickgnavar/jasper-reports-tools
Author: Erick Navarro
Author-email: erick@navarro.io
License: MIT license
Description-Content-Type: UNKNOWN
Description: ===================
        JasperReports Tools
        ===================
        
        
        .. image:: https://img.shields.io/pypi/v/jr_tools.svg
                :target: https://pypi.python.org/pypi/jr_tools
        
        .. image:: https://img.shields.io/travis/erickgnavar/jasper-reports-tools.svg
                :target: https://travis-ci.org/erickgnavar/jasper-reports-tools
        
        .. image:: https://readthedocs.org/projects/jasperreports-tools/badge/?version=latest
                :target: https://jasperreports-tools.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        .. image:: https://pyup.io/repos/github/erickgnavar/jr_tools/shield.svg
             :target: https://pyup.io/repos/github/erickgnavar/jr_tools/
             :alt: Updates
        
        
        A collection of tools to handle Jasper Reports with python
        
        
        * Free software: MIT license
        * Documentation: http://jasperreports-tools.readthedocs.io.
        
        Tested with JasperServer CE 6.4
        
        
        Features
        --------
        
        * Client to get reports in API available formats(PDF, xls, etc)
        * CLI: run ``jr_tools --help`` to get the list of available commands
        * CLI: load resources from yaml file ``jr_tools load path_to_yaml_file``
        
        
        TODO
        ----
        * Django helper to consume reports and converto to Django responses
        
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.3.0 (2017-11-06)
        ------------------
        
        * Add option to choose if a parameters must be mandatory
        
        0.2.0 (2017-10-31)
        ------------------
        
        * Add suport to upload and configure files and reports to JasperServer using a yml file
        
        0.1.0 (2017-07-30)
        ------------------
        
        * First release on PyPI.
        
Keywords: jr_tools
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
