cznic/public/: fred-reporter-0.3.3 metadata and description

Simple index

Client library for FRED db reports

author Jan Musílek
author_email jan.musilek@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Topic :: Database
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • fred-api-dbreport~=1.0.2
  • fred-frgal~=3.15
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • ruff; extra == "quality"
  • types-protobuf; extra == "types"
  • types-pytz; extra == "types"
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
Size
20 KB
Type
Python Wheel
Python
3
fred_reporter-0.3.3.tar.gz
Size
20 KB
Type
Source

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