Metadata-Version: 2.1
Name: designate_tlds
Version: 0.1.0
Summary: Populate designates TLDs
Author: OpenStack
Author-email: openstack-discuss@lists.openstack.org
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
License-File: LICENSE
Requires-Dist: python-designateclient
Requires-Dist: requests
Requires-Dist: idna
Requires-Dist: python-openstackclient
Requires-Dist: oslo.config
Requires-Dist: oslo.log
Requires-Dist: keystonemiddleware
Requires-Dist: keystoneauth1

This package fill-up the Designate database with the global TLDs list
downloaded from Mozilla. For doing so, designate-tlds will download
the TLD list from publicsuffix.org (the default is to take the list
from https://publicsuffix.org/list/public_suffix_list.dat, however,
any URL that respect the same format will do), parse it, and call
the Designate API to add the missing TLDs.

By default, designate-tlds is setup to run every week, so it maintains
the list of TLDs up-to-date.

