https://github.com/level12/tribune
Excel import and generation library
https://github.com/level12/tribune
excel python python-library sqlalchemy
Last synced: 5 months ago
JSON representation
Excel import and generation library
- Host: GitHub
- URL: https://github.com/level12/tribune
- Owner: level12
- Created: 2016-01-26T01:33:37.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T14:38:02.000Z (almost 2 years ago)
- Last Synced: 2025-12-05T21:43:10.141Z (6 months ago)
- Topics: excel, python, python-library, sqlalchemy
- Language: Python
- Homepage:
- Size: 8.24 MB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: readme.rst
- Changelog: changelog.rst
Awesome Lists containing this project
README
.. image:: https://dl.circleci.com/status-badge/img/gh/level12/tribune/tree/master.svg?style=svg
:target: https://dl.circleci.com/status-badge/redirect/gh/level12/tribune/tree/master
.. image:: https://codecov.io/gh/level12/tribune/graph/badge.svg?token=Hd3Yzn6yJS
:target: https://codecov.io/gh/level12/tribune
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.