Skip to main content

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

tribune-0.3.0.tar.gz (25.9 kB view hashes)

Uploaded Source

Built Distribution

tribune-0.3.0-py2.py3-none-any.whl (27.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page