2013-05-25 13:07:04 +01:00
|
|
|
[metadata]
|
2013-06-09 21:18:36 +01:00
|
|
|
name = python-designateclient
|
2022-11-11 16:46:17 +00:00
|
|
|
description = OpenStack DNS-as-a-Service - Client
|
|
|
|
long_description = file: README.rst
|
2014-09-26 13:36:40 +05:30
|
|
|
license = Apache License, Version 2.0
|
2016-10-06 23:27:44 +05:30
|
|
|
author = OpenStack
|
2021-05-12 10:18:48 +08:00
|
|
|
author_email = openstack-discuss@lists.openstack.org
|
2022-11-11 16:46:17 +00:00
|
|
|
url = https://docs.openstack.org/python-designateclient/latest
|
2024-10-24 18:24:40 +09:00
|
|
|
python_requires = >=3.9
|
2022-11-11 16:46:17 +00:00
|
|
|
classifiers =
|
2013-05-25 13:07:04 +01:00
|
|
|
Environment :: OpenStack
|
|
|
|
Intended Audience :: Information Technology
|
|
|
|
Intended Audience :: System Administrators
|
|
|
|
License :: OSI Approved :: Apache Software License
|
|
|
|
Operating System :: POSIX :: Linux
|
|
|
|
Programming Language :: Python
|
2020-04-04 12:36:36 +02:00
|
|
|
Programming Language :: Python :: Implementation :: CPython
|
|
|
|
Programming Language :: Python :: 3 :: Only
|
2015-12-07 09:55:20 +01:00
|
|
|
Programming Language :: Python :: 3
|
2023-08-02 09:25:21 +08:00
|
|
|
Programming Language :: Python :: 3.9
|
2022-11-11 16:46:17 +00:00
|
|
|
Programming Language :: Python :: 3.10
|
2024-01-08 11:25:32 -08:00
|
|
|
Programming Language :: Python :: 3.11
|
2024-10-24 18:24:40 +09:00
|
|
|
Programming Language :: Python :: 3.12
|
2013-05-25 13:07:04 +01:00
|
|
|
Topic :: Internet :: Name Service (DNS)
|
|
|
|
|
|
|
|
[files]
|
|
|
|
packages =
|
2013-06-09 21:18:36 +01:00
|
|
|
designateclient
|
2013-05-25 13:07:04 +01:00
|
|
|
|
|
|
|
[entry_points]
|
2014-11-13 09:56:24 +01:00
|
|
|
designateclient.versions =
|
|
|
|
2 = designateclient.v2.client:Client
|
|
|
|
|
2015-05-12 10:51:24 +02:00
|
|
|
openstack.cli.extension =
|
|
|
|
dns = designateclient.osc.plugin
|
|
|
|
|
|
|
|
openstack.dns.v2 =
|
|
|
|
zone_blacklist_create = designateclient.v2.cli.blacklists:CreateBlacklistCommand
|
|
|
|
zone_blacklist_list = designateclient.v2.cli.blacklists:ListBlacklistsCommand
|
|
|
|
zone_blacklist_show = designateclient.v2.cli.blacklists:ShowBlacklistCommand
|
|
|
|
zone_blacklist_set = designateclient.v2.cli.blacklists:SetBlacklistCommand
|
|
|
|
zone_blacklist_delete = designateclient.v2.cli.blacklists:DeleteBlacklistCommand
|
|
|
|
|
|
|
|
tld_create = designateclient.v2.cli.tlds:CreateTLDCommand
|
|
|
|
tld_list = designateclient.v2.cli.tlds:ListTLDsCommand
|
|
|
|
tld_show = designateclient.v2.cli.tlds:ShowTLDCommand
|
|
|
|
tld_set = designateclient.v2.cli.tlds:SetTLDCommand
|
|
|
|
tld_delete = designateclient.v2.cli.tlds:DeleteTLDCommand
|
|
|
|
|
|
|
|
zone_create = designateclient.v2.cli.zones:CreateZoneCommand
|
|
|
|
zone_list = designateclient.v2.cli.zones:ListZonesCommand
|
|
|
|
zone_show = designateclient.v2.cli.zones:ShowZoneCommand
|
|
|
|
zone_set = designateclient.v2.cli.zones:SetZoneCommand
|
|
|
|
zone_delete = designateclient.v2.cli.zones:DeleteZoneCommand
|
|
|
|
|
|
|
|
zone_abandon = designateclient.v2.cli.zones:AbandonZoneCommand
|
|
|
|
zone_axfr = designateclient.v2.cli.zones:AXFRZoneCommand
|
2021-06-17 15:48:22 +02:00
|
|
|
zone_move = designateclient.v2.cli.zones:PoolMoveZoneCommand
|
2015-05-12 10:51:24 +02:00
|
|
|
|
2016-03-22 17:08:18 -05:00
|
|
|
zone_export_create = designateclient.v2.cli.zones:ExportZoneCommand
|
|
|
|
zone_export_list = designateclient.v2.cli.zones:ListZoneExportsCommand
|
|
|
|
zone_export_show = designateclient.v2.cli.zones:ShowZoneExportCommand
|
|
|
|
zone_export_delete = designateclient.v2.cli.zones:DeleteZoneExportCommand
|
|
|
|
zone_export_showfile = designateclient.v2.cli.zones:ShowZoneExportFileCommand
|
|
|
|
|
2016-03-24 19:21:31 -05:00
|
|
|
zone_import_create = designateclient.v2.cli.zones:ImportZoneCommand
|
|
|
|
zone_import_list = designateclient.v2.cli.zones:ListZoneImportsCommand
|
|
|
|
zone_import_show = designateclient.v2.cli.zones:ShowZoneImportCommand
|
|
|
|
zone_import_delete = designateclient.v2.cli.zones:DeleteZoneImportCommand
|
|
|
|
|
2015-05-12 10:51:24 +02:00
|
|
|
zone_transfer_request_create = designateclient.v2.cli.zones:CreateTransferRequestCommand
|
|
|
|
zone_transfer_request_list = designateclient.v2.cli.zones:ListTransferRequestsCommand
|
|
|
|
zone_transfer_request_show = designateclient.v2.cli.zones:ShowTransferRequestCommand
|
|
|
|
zone_transfer_request_set = designateclient.v2.cli.zones:SetTransferRequestCommand
|
|
|
|
zone_transfer_request_delete = designateclient.v2.cli.zones:DeleteTransferRequestCommand
|
|
|
|
zone_transfer_accept_request = designateclient.v2.cli.zones:AcceptTransferRequestCommand
|
2016-06-14 15:12:38 +05:30
|
|
|
zone_transfer_accept_list = designateclient.v2.cli.zones:ListTransferAcceptsCommand
|
2015-05-12 10:51:24 +02:00
|
|
|
zone_transfer_accept_show = designateclient.v2.cli.zones:ShowTransferAcceptCommand
|
|
|
|
|
2020-04-26 20:25:50 +03:00
|
|
|
zone_share_create = designateclient.v2.cli.zones:ShareZoneCommand
|
|
|
|
zone_share_list = designateclient.v2.cli.zones:ListSharedZonesCommand
|
|
|
|
zone_share_show = designateclient.v2.cli.zones:ShowSharedZoneCommand
|
|
|
|
zone_share_delete = designateclient.v2.cli.zones:DeleteSharedZoneCommand
|
|
|
|
|
2015-05-12 10:51:24 +02:00
|
|
|
recordset_create = designateclient.v2.cli.recordsets:CreateRecordSetCommand
|
|
|
|
recordset_list = designateclient.v2.cli.recordsets:ListRecordSetsCommand
|
|
|
|
recordset_show = designateclient.v2.cli.recordsets:ShowRecordSetCommand
|
|
|
|
recordset_set = designateclient.v2.cli.recordsets:SetRecordSetCommand
|
|
|
|
recordset_delete = designateclient.v2.cli.recordsets:DeleteRecordSetCommand
|
|
|
|
|
|
|
|
ptr_record_list = designateclient.v2.cli.reverse:ListFloatingIPCommand
|
|
|
|
ptr_record_show = designateclient.v2.cli.reverse:ShowFloatingIPCommand
|
|
|
|
ptr_record_set = designateclient.v2.cli.reverse:SetFloatingIPCommand
|
|
|
|
ptr_record_unset = designateclient.v2.cli.reverse:UnsetFloatingIPCommand
|
|
|
|
|
2016-02-24 13:11:08 +01:00
|
|
|
dns_service_list = designateclient.v2.cli.service_statuses:ListServiceStatusesCommand
|
|
|
|
dns_service_show = designateclient.v2.cli.service_statuses:ShowServiceStatusCommand
|
|
|
|
|
2016-06-28 19:15:57 +01:00
|
|
|
dns_quota_list = designateclient.v2.cli.quotas:ListQuotasCommand
|
|
|
|
dns_quota_set = designateclient.v2.cli.quotas:SetQuotasCommand
|
|
|
|
dns_quota_reset = designateclient.v2.cli.quotas:ResetQuotasCommand
|
|
|
|
|
2017-07-07 14:00:17 +02:00
|
|
|
tsigkey_create = designateclient.v2.cli.tsigkeys:CreateTSIGKeyCommand
|
|
|
|
tsigkey_list = designateclient.v2.cli.tsigkeys:ListTSIGKeysCommand
|
|
|
|
tsigkey_show = designateclient.v2.cli.tsigkeys:ShowTSIGKeyCommand
|
|
|
|
tsigkey_set = designateclient.v2.cli.tsigkeys:SetTSIGKeyCommand
|
|
|
|
tsigkey_delete = designateclient.v2.cli.tsigkeys:DeleteTSIGKeyCommand
|