cznic/public/: fred-prequel-0.2.3 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
  • frgal ~=3.12
  • 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'
  • 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.3.tar.gz
Size
8 KB
Type
Source
fred_prequel-0.2.3-py3-none-any.whl
Size
11 KB
Type
Python Wheel
Python
3

Prequel is Public REQUEst Library.

ChangeLog

Unreleased

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