cznic/public/: fred-diagonal-1.1.0 metadata and description

Simple index Newer version available

Diagonal - a client library for Fred service diagnostics

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 :: Internet
  • Topic :: Office/Business
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • fred-api-diagnostics~=1.0.1
  • fred-types>=1.1.2,~=1.1
  • frgal~=3.8
  • pydantic<3,>=1.9
  • 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_diagonal-1.1.0-py3-none-any.whl
Size
18 KB
Type
Python Wheel
Python
3
fred_diagonal-1.1.0.tar.gz
Size
18 KB
Type
Source

A client library for FRED service diagnostics

ChangeLog

Unreleased

1.1.0 (2024-06-24)

  • Add Pydantic v1/v2 compatibility layer

  • Add specific service exceptions * DiagnosticsNotImplemented when server does not provide diagnostics service * ServiceUnavailable when service is not available at all

1.0.0 (2022-12-21)

  • Update project setup

  • Bump version to 1.0.0

0.2.0 (2022-05-16)

  • Use pydantic models

  • Reformat code with Black

0.1.1 (2021-11-02)

  • Expose DiagnosticsClient in __init__.py

0.1.0 (2021-10-18)

Initial version.