cznic/public/: fred-api-public-request-0.2.0 metadata and description
Protocol buffers for FRED public request service
author | Vlastimil Zíma |
author_email | vlastimil.zima@nic.cz |
classifiers |
|
license | GPLv3+ |
requires_dist |
|
requires_python | ~=3.7 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
fred-api-public-request-0.2.0.tar.gz
|
|
|
fred_api_public_request-0.2.0-py3-none-any.whl
|
|
Protocol buffers interface definition files for FRED registry.
Python package
Despite not having any Python modules, this repository contains setup.py, that takes care of generating Python modules from protocol buffers files during the build. Therefore, this repository can be used as any other Python package.
ChangeLog
Unreleased
0.2.0 (2023-02-22)
API breaking changes: * Rename ObjectType to RegistryObjectType. * Rename ObjectId to RegistryObjectReference. * Rename PublicRequest.object_id to PublicRequest.registry_object_reference. * Rename ListRequest.object_id to ListRequest.registry_object_reference.
0.1.0 (2023-01-31)
Initial version