Metadata-Version: 1.1
Name: django-easy-reports
Version: 0.3.1
Summary: Django reporting library 
Home-page: https://github.com/saxix/django-easy-reports
Author: sax
Author-email: s.apostolico@gmail.com
License: MIT License
Description: ===================
        django-easy-reports
        ===================
        
        .. image:: https://secure.travis-ci.org/saxix/django-easy-reports.png?branch=master
           :target: http://travis-ci.org/saxix/django-easy-reports/
        
        
        .. note:: This project is under heavy development, do not use in production
        
        
        django-easy-reports is a reports engine for Django applications. The purpose of the project is to provide
        a flexible report engine where the end user is free to customize parts of the reports.
        
        
        Quick Demo Installation
        -----------------------
        
        .. code-block:: bash
        
            make demo
        
        
        Links
        ~~~~~
        
           * Project home page: https://github.com/saxix/django-easy-reports
           * Issue tracker: https://github.com/saxix/django-easy-reports/issues?sort
           * Download: http://pypi.python.org/pypi/django-easy-reports/
           * Docs: http://readthedocs.org/docs/django-easy-reports/en/latest/
        
Keywords: django
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
