cznic/public/: cdnskey-processor-api-0.5.0 metadata and description

Simple index

Protocol buffers for cdnskey processor service

author Marina Shchavleva
author_email marina.shchavleva@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Programming Language :: Python :: 3.11
  • Programming Language :: Python :: 3.12
  • Programming Language :: Python :: 3.13
  • Topic :: Communications
  • Topic :: Internet
  • Topic :: Internet :: Name Service (DNS)
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
license GPL-3.0-or-later
requires_dist
  • grpcio
  • protobuf
requires_python ~=3.9

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
cdnskey_processor_api-0.5.0-py3-none-any.whl
Size
32 KB
Type
Python Wheel
Python
3
cdnskey_processor_api-0.5.0.tar.gz
Size
17 KB
Type
Source

cdnskey-processor-api

gRPC interface for cdnskey-processor

How to compile into C++ source files

Example:

(rm -rf build; mkdir build; cd build; cmake ../cmake/example/c++/); cmake --build build --target all

ChangeLog

Unreleased

0.5.0 (2025-04-03)

  • Add max_age parameter into acceptable_dnskeys function (#14).
  • Extend CdnskeyStatus (#15).
  • Update project setup.

0.4.0 (2025-02-25)

  • Add task_imported_at attribute into AcceptableDnskey.
  • Add C++ CMakeLists.txt example file.

0.3.2 (2022-03-30)

  • Replace setup_requires with pyproject.toml.

0.3.1 (2022-03-11)

  • Update CMake build

0.3.0 (2021-09-09)

  • Streaming acceptable_dnskeys reply.

0.2.1 (2022-03-30)

  • Replace setup_requires with pyproject.toml.

0.2.0 (2021-08-11)

  • Fix replies in Supervisor interface.

0.1.1 (2022-03-30)

  • Replace setup_requires with pyproject.toml.

0.1.0 (2021-06-15)

Initial version.