cznic/public/: fred-regal-0.5.0 metadata and description

Simple index Newer version available

Regal - registry auxiliary library

author Jan Musílek
author_email jan.musilek@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.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Internet
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
  • Topic :: Utilities
  • Typing :: Typed
license GPLv3+
provides_extras types
requires_dist
  • aioitertools (~=0.10.0)
  • fred-api-registry (~=5.1.0)
  • frgal (~=3.12)
  • protobuf
  • pydantic (~=1.9)
  • bandit ; extra == 'quality'
  • doc8 ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • pydocstyle ; extra == 'quality'
  • freezegun ; extra == 'test'
  • pytz ; extra == 'test'
  • types-protobuf ; extra == 'types'
  • types-pytz ; 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-regal-0.5.0.tar.gz
Size
42 KB
Type
Source
fred_regal-0.5.0-py3-none-any.whl
Size
53 KB
Type
Python Wheel
Python
3

Client library for FRED registry backend

Learn more about the project and our community on the FRED’s home page

ChangeLog

Unreleased

0.5.0 (2022-09-20)

  • Add get_registrar_zone_access_history to RegistrarClient

  • Add create_registrar method ro RegistrarAdminClient

  • Add zone access edit methods (add, update, delete) to RegistrarAdminClient

  • Add is_internal flag to registrar

0.4.1 (2022-06-13)

  • Inherit object id classes from BaseId

0.4.0 (2022-05-09)

  • Add additional domain notify info methods

0.3.2 (2022-05-03)

  • Fix sponsoring registrar validator

0.3.1 (2022-05-02)

  • Fix get_domains_by_contact to return set of roles instead of booleans

0.3.0 (2022-04-28)

  • Add get_domains_by_contact method

  • Add sponsoring registrar to all basic object types

0.2.0 (2022-04-14)

  • Add bulk change domain state flags method

  • Add bulk delete domains method

  • Add get_object_id methods

  • Add ObjectDoesNotExist exception

  • Add Id and HistoryId types

  • Use pydantic models

  • Change decoding of unset messages and empty strings

  • Replace UUID with str for all object identifiers

  • Expose some missing imports

0.1.0 (2021-11-15)

Initial version.