cznic/public/: fred-regal-0.7.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)
  • cryptography (~=38.0)
  • fred-api-registry (~=5.2.1)
  • frgal (~=3.12)
  • protobuf
  • pydantic (~=1.9)
  • bandit ; extra == 'quality'
  • black ; extra == 'quality'
  • doc8 ; extra == 'quality'
  • flake8 ; extra == 'quality'
  • isort ; extra == 'quality'
  • mypy ; extra == 'quality'
  • pydocstyle ; extra == 'quality'
  • freezegun ; extra == 'test'
  • pytz ; extra == 'test'
  • testfixtures ; 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.7.0.tar.gz
Size
48 KB
Type
Source
fred_regal-0.7.0-py3-none-any.whl
Size
59 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.7.0 (2022-12-05)

  • Add check_dns_host to nsset client (#53).

  • Remove deprecated automagical awaitables (#54).

0.6.2 (2022-11-28)

  • Validate SSL certificate fingerprint

0.6.1 (2022-11-23)

  • Catch invalid certificate exception when accessing SSL certificate properties

0.6.0 (2022-11-22)

  • [BREAKING] Change type of Domain.expires_at to datetime

  • [BREAKING] Change registrar_handle arg to registrar_id in RegistrarAdminClient.update_registrar

  • [BREAKING] Change meaning of registrar_handle in RegistrarAdminClient.update_registrar to change registrar handle

  • Add registrar id to Registrar model – default value is the same as registrar handle

  • Add domain lifecycle attributes

  • Add EPP credentials edit methods

  • Add EPP credentials get method

  • Add SSL certificate properties

  • Reformat code with black

0.5.3 (2022-11-08)

  • Fix annotations

0.5.2 (2022-11-01)

  • Add exception decoding to create_registrar method of RegistrarAdminClient

  • Add __str__ method to Address

0.5.1 (2022-10-10)

  • Add update_registrar method to RegistrarAdminClient

0.5.0 (2022-09-20)

  • Add get_registrar_zone_access_history to RegistrarClient

  • Add create_registrar method to 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.