Metadata-Version: 1.1
Name: tribune
Version: 0.2.2
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.2.2 - 2018-02-07
        ==================
        
        - Fix deep copy behavior for sheet units using complex tuple expressions and SQLAlchemy objects
        
        0.2.1 - 2017-03-13
        ==================
        
        - Fix the 0.2.0 release where the sdist included the whole wheelhouse
        
        0.2.0 - 2017-03-13
        ==================
        
        - Fix bug which would cause non-string data in headers to fail (7770e84_)
        - Upgrade build / test environment
        
        .. 7770e84: https://github.com/level12/tribune/commit/7770e844aa5e4ded4f926349e6da038c30121809
        
        0.1.1 - 2016
        ============
        
         - Fixed column instance setup when referencing SQLAlchemy attributes and wrapped functions
         - Made SheetImporter easier to construct dynamically at runtime
         - Added parsers for lists, mappings, and nullable fields
        
        
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
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
