A library for coding Excel reports in a declarative fashion
Project 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.3.0 released 2024-04-23
configure release via pyp (2da1808)
BC Break openpyxl support, deprecates use of xlrd (1506f72)
xlrd is unmaintained, and as of version 2, no longer supports reading XLSX format
openpyxl is now used for sheet importer functionality (xlsxwriter still used for writing)
XlrdSheetImporter may be used instead of SheetImporter for legacy projects
xlrd-related classes are deprecated and will be removed in a future release
BC Break update python CI targets, drop python 2 support (ae63e61)
update CI config/target, modernize build, resolve deprecations (dc8d5fc)
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
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tribune-0.3.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83d2680817b9ae6665367c647048b19d90700d5b42765d4061a89b9f626e0a21 |
|
MD5 | 2e50351f98206303f5aa0a98c74864b0 |
|
BLAKE2b-256 | 4a5075eac604bf3d1ba56d302f93f1e847d82e38a5073a8e21ea65c9e735a787 |