cznic/public/: fred-api-public-request-0.2.0 metadata and description

Simple index

Protocol buffers for FRED public request service

author Vlastimil Zíma
author_email vlastimil.zima@nic.cz
classifiers
  • Development Status :: 4 - Beta
  • Intended Audience :: Developers
  • Intended Audience :: Information Technology
  • License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Topic :: Internet
license GPLv3+
requires_dist
  • grpcio
  • protobuf
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
Size
26 KB
Type
Source
fred_api_public_request-0.2.0-py3-none-any.whl
Size
37 KB
Type
Python Wheel
Python
3

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