cznic/public/: fred-statementor-1.4.0 metadata and description
Fred-statementor - a utility library to generate report statements
author | Vlastimil Zíma |
author_email | vlastimil.zima@nic.cz |
classifiers |
|
license | GPLv3+ |
provides_extras | types |
requires_dist |
|
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
|
|
|
fred_statementor-1.4.0.tar.gz
|
|
Fred-statementor - a utility library to generate report statements
Learn more about the project and our community on the FRED’s home page
ChangeLog
Releases
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