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

Simple index Newer version available

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.5
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Topic :: Database
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
provides_extras quality
requires_dist
  • fred-api-dbreport (==0.1.0)
  • frgal (~=3.2)
  • bandit ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • pydocstyle ; extra == 'quality'
requires_python ~=3.5

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
fred-reporter-0.3.0.tar.gz
Size
7 KB
Type
Source
fred_reporter-0.3.0-py3-none-any.whl
Size
7 KB
Type
Python Wheel
Python
3

Client library for FRED db reports.

Learn more about the project and our community on the FRED’s home page

ChangeLog

Unreleased

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