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

Prequel is Public REQUEst Library.

ChangeLog

Unreleased

0.2.0 (2023-02-22)

Handling 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