cznic/public/: fred-statementor-1.4.0 metadata and description

Simple index

Fred-statementor - a utility library to generate report statements

author Vlastimil Zíma
author_email vlastimil.zima@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.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Internet
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • backports.strenum; python_version < "3.11"
  • fred-regal~=2.0
  • fred-types~=2.0
  • fred-typist~=2.0
  • pytz
  • doc8; extra == "quality"
  • mypy; extra == "quality"
  • ruff; extra == "quality"
  • freezegun; extra == "test"
  • fred-regal[types]; extra == "types"
  • types-freezegun; extra == "types"
  • types-pytz; extra == "types"
  • types-requests; extra == "types"
requires_python ~=3.9

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

File Tox results History
fred_statementor-1.4.0-py3-none-any.whl
Size
23 KB
Type
Python Wheel
Python
3
fred_statementor-1.4.0.tar.gz
Size
23 KB
Type
Source

Fred-statementor - a utility library to generate report statements

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

ChangeLog

Unreleased

1.4.0 (2025-03-18)

  • Add support for python 3.13.
  • Drop support for python 3.8.
  • Drop unused fred-frgal dependency.
  • Fix annotations.
  • Update project setup.
  • Apply ruff autoformat.

1.3.0 (2024-09-25)

  • Switch to pydantic v2 (#23).
  • Update project setup.

1.2.0 (2024-09-19)

  • Replace frgal with fred-frgal.
  • Fix annotations.

1.1.3 (2024-07-04)

  • Fix keyset context (#20).
  • Fix tests in pydantic 2 (#21).
  • Use StrEnum from backports (#22).
  • Update project issue templates.

1.1.2 (2023-11-14)

  • Exclude internal states (#19).

1.1.1 (2023-10-11)

  • Use fred_types for imports (#18).
  • Fix annotations.

1.1.0 (2023-04-11)

  • Pass domain expires_at as datetime (#16).
  • Fix typing annotations.

1.0.0 (2023-03-01)

  • Add support for python 3.11.
  • Switch to regal 1.0 (#15).
  • Fix timezones in tests.
  • Update project setup.

0.2.2 (2022-11-24)

  • Add compatibility with new fred-regal.
  • Fix optional annotations.
  • Check typing in tests.

0.2.1 (2022-08-23)

  • Support typist ~= 1.0 (#14).

0.2.0 (2022-07-21)

  • Add timeout argument (#12).
  • Make kwargs only arguments consistent (#13).
  • Update project setup.

0.1.3 (2022-06-13)

  • Update fred-regal versions.

0.1.2 (2022-05-25)

  • Add admin contacts to domain context (#11).

0.1.1 (2022-05-24)

  • Fix publish flags context (#10).

0.1.0 (2022-05-02)

  • Initial version