cznic/public/: fred-prequel-0.2.4 metadata and description

Simple index Newer version available

public request library

author Oto Stefan
author_email oto.stefan@nic.cz
classifiers
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • fred-api-public-request~=0.2.0
  • fred-types>=1.1.2,~=1.1
  • fred-frgal~=3.15
  • pydantic<3,>=1.9
  • bandit; extra == "quality"
  • black; extra == "quality"
  • doc8; extra == "quality"
  • flake8; extra == "quality"
  • flake8-bugbear; extra == "quality"
  • isort; extra == "quality"
  • mypy; extra == "quality"
  • pydocstyle; extra == "quality"
  • asyncstdlib; extra == "test"
  • types-protobuf; 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_prequel-0.2.4-py3-none-any.whl
Size
11 KB
Type
Python Wheel
Python
3
fred_prequel-0.2.4.tar.gz
Size
8 KB
Type
Source

Prequel is Public REQUEst Library.

ChangeLog

Unreleased

0.2.4 (2024-09-24)

  • Upgrade to fred-frgal ~= 3.15 (#17)

0.2.3 (2023-10-03)

  • Add pydantic v2 support (#29) * prequel is now compatible with both pydantic v1 and pydantic v2

0.2.2 (2023-04-13)

  • Use fred-types for common application-wide objects.

  • Fix decoder of gRPC messages (#15)

0.2.1 (2023-02-23)

  • Fix missing exported symbols.

0.2.0 (2023-02-22)

Handle renamed items in gRPC messages (fred-api/public-request).

Changes in Python API (breaking):

  • new class PublicRequestId

  • rename ObjectId to Reference

  • rename ObjectType to RegistryObjectType

  • rename PublicRequest.object_id to PublicRequest.reference

0.1.0 (2023-02-21)

Initial implementation