cznic/public/: fred-api-identity-1.1.0 metadata and description

Simple index

Protocol buffers for FRED identity service

author Michal Strnad
author_email michal.strnad@nic.cz
classifiers
  • Development Status :: 2 - Pre-Alpha
  • Intended Audience :: Developers
  • 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
  • Topic :: Communications
  • Topic :: Internet
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
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_identity-1.1.0-py3-none-any.whl
Size
43 KB
Type
Python Wheel
Python
3
fred_api_identity-1.1.0.tar.gz
Size
27 KB
Type
Source

Protocol buffers interface of contact identity management 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

1.1.0 (2024-05-21)

  • Add ContactIsOrganization exception

1.0.1 (2022-03-30)

  • Fix package build with pyproject.toml

1.0.0 (2022-03-04)

  • Fix cmake build (use pkg-config)
  • Major version bump

0.3.1 (2022-03-30)

  • Fix project build with pyproject.toml

0.3.0 (2021-11-02)

  • Update attach_identity.
  • Add update_identity.
  • Update project setup.

0.1.0 (2021-06-17)

Initial version.