cznic/public/: fred-reporter-0.3.3 metadata and description
Client library for FRED db reports
author | Jan Musílek |
author_email | jan.musilek@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | types |
requires_dist |
|
requires_python | ~=3.8 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred_reporter-0.3.3-py3-none-any.whl
|
|
|
fred_reporter-0.3.3.tar.gz
|
|
Client library for FRED db reports.
Learn more about the project and our community on the FRED’s home page
ChangeLog
Unreleased
0.3.3 (2024-09-24)
- Upgrade to fred-frgal ~= 3.15 (#4)
- Drop python 3.7, add python 3.12
0.3.2 (2022-03-01)
- Update project setup
0.3.1 (2022-03-01)
- Drop support for Python 3.5
- Add support for Python 3.9
- Replace setup.py with setup.cfg
0.3.0 (2021-06-09)
- Convert JSON float to Decimal in order to preserve precision
0.2.1 (2021-03-15)
- Add requirements restriction frgal ~= 3.2
0.2.0 (2021-02-22)
- Add get_report method
- Evaluate first chunk of report result immediately
0.1.0 (2021-02-15)
- Add ReportClient and ReportManagerClient
- Add DB report data structures Report and ReportResult