Metadata-Version: 1.1
Name: tribune
Version: 0.1.0
Summary: A library for coding Excel reports in a declarative fashion
Home-page: https://github.com/level12/tribune
Author: Matt Lewellyn
Author-email: matt.lewellyn@level12.io
License: BSD
Description: Introduction
        ---------------
        
        tribune is a reporting library for Flask and other Python web frameworks which allows developers
        to create Excel report classes with a declarative style, similar to SQLAlchemy ORM.
        
        For now, if you are interested in using it, you will need to see the source code and tests therein
        for example usage.
        
        Current Status
        ---------------
        
        Currently beta quality.
        
        
        Changelog
        ---------
        
        0.1.0 released <in development>
        ==========================
        
         - ?
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
