certbot-dns-dnspod-109 1.0.1__tar.gz → 1.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/PKG-INFO +26 -4
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109.egg-info/PKG-INFO +26 -4
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109.egg-info/SOURCES.txt +2 -1
- certbot_dns_dnspod_109-1.0.2/certbot_dns_dnspod_109.egg-info/requires.txt +9 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/setup.py +13 -1
- certbot_dns_dnspod_109-1.0.1/pyproject.toml +0 -18
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/LICENSE.txt +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/Readme.md +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109/__init__.py +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109/_internal/__init__.py +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109/_internal/dns_dnspod.py +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109/_internal/tests/__init__.py +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109/_internal/tests/dns_dnspod_test.py +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109.egg-info/dependency_links.txt +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109.egg-info/entry_points.txt +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109.egg-info/top_level.txt +0 -0
- {certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/setup.cfg +0 -0
|
@@ -1,18 +1,40 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: certbot-dns-dnspod-109
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.0.2
|
|
4
|
+
Summary: Dnspod DNS Authenticator plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/10935336/certbot-dns-dnspod-109
|
|
6
6
|
Author: 10935336
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: 109@pha.pub
|
|
8
|
+
License: Apache License 2.0
|
|
8
9
|
Project-URL: Homepage, https://github.com/10935336/certbot-dns-dnspod-109
|
|
9
10
|
Project-URL: Issues, https://github.com/10935336/certbot-dns-dnspod-109/issues
|
|
10
|
-
Classifier:
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Environment :: Plugins
|
|
13
|
+
Classifier: Intended Audience :: System Administrators
|
|
11
14
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
15
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
23
|
+
Classifier: Topic :: Security
|
|
24
|
+
Classifier: Topic :: System :: Installation/Setup
|
|
25
|
+
Classifier: Topic :: System :: Networking
|
|
26
|
+
Classifier: Topic :: System :: Systems Administration
|
|
27
|
+
Classifier: Topic :: Utilities
|
|
13
28
|
Requires-Python: >=3.9
|
|
14
29
|
Description-Content-Type: text/markdown
|
|
15
30
|
License-File: LICENSE.txt
|
|
31
|
+
Requires-Dist: acme>=3.0.1
|
|
32
|
+
Requires-Dist: certbot>=3.0.1
|
|
33
|
+
Requires-Dist: tencentcloud-sdk-python-common>=3.0.1227
|
|
34
|
+
Requires-Dist: tencentcloud-sdk-python-dnspod>=3.0.1227
|
|
35
|
+
Provides-Extra: docs
|
|
36
|
+
Provides-Extra: test
|
|
37
|
+
Requires-Dist: pytest; extra == "test"
|
|
16
38
|
|
|
17
39
|
[English](#english) | [简体中文](#%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
|
|
18
40
|
|
|
@@ -1,18 +1,40 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: certbot-dns-dnspod-109
|
|
3
|
-
Version: 1.0.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 1.0.2
|
|
4
|
+
Summary: Dnspod DNS Authenticator plugin for Certbot
|
|
5
5
|
Home-page: https://github.com/10935336/certbot-dns-dnspod-109
|
|
6
6
|
Author: 10935336
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: 109@pha.pub
|
|
8
|
+
License: Apache License 2.0
|
|
8
9
|
Project-URL: Homepage, https://github.com/10935336/certbot-dns-dnspod-109
|
|
9
10
|
Project-URL: Issues, https://github.com/10935336/certbot-dns-dnspod-109/issues
|
|
10
|
-
Classifier:
|
|
11
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
12
|
+
Classifier: Environment :: Plugins
|
|
13
|
+
Classifier: Intended Audience :: System Administrators
|
|
11
14
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
15
|
Classifier: Operating System :: POSIX :: Linux
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Topic :: Internet :: WWW/HTTP
|
|
23
|
+
Classifier: Topic :: Security
|
|
24
|
+
Classifier: Topic :: System :: Installation/Setup
|
|
25
|
+
Classifier: Topic :: System :: Networking
|
|
26
|
+
Classifier: Topic :: System :: Systems Administration
|
|
27
|
+
Classifier: Topic :: Utilities
|
|
13
28
|
Requires-Python: >=3.9
|
|
14
29
|
Description-Content-Type: text/markdown
|
|
15
30
|
License-File: LICENSE.txt
|
|
31
|
+
Requires-Dist: acme>=3.0.1
|
|
32
|
+
Requires-Dist: certbot>=3.0.1
|
|
33
|
+
Requires-Dist: tencentcloud-sdk-python-common>=3.0.1227
|
|
34
|
+
Requires-Dist: tencentcloud-sdk-python-dnspod>=3.0.1227
|
|
35
|
+
Provides-Extra: docs
|
|
36
|
+
Provides-Extra: test
|
|
37
|
+
Requires-Dist: pytest; extra == "test"
|
|
16
38
|
|
|
17
39
|
[English](#english) | [简体中文](#%E7%AE%80%E4%BD%93%E4%B8%AD%E6%96%87)
|
|
18
40
|
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
LICENSE.txt
|
|
2
|
+
README.md
|
|
2
3
|
Readme.md
|
|
3
|
-
pyproject.toml
|
|
4
4
|
setup.py
|
|
5
5
|
certbot_dns_dnspod_109/__init__.py
|
|
6
6
|
certbot_dns_dnspod_109.egg-info/PKG-INFO
|
|
7
7
|
certbot_dns_dnspod_109.egg-info/SOURCES.txt
|
|
8
8
|
certbot_dns_dnspod_109.egg-info/dependency_links.txt
|
|
9
9
|
certbot_dns_dnspod_109.egg-info/entry_points.txt
|
|
10
|
+
certbot_dns_dnspod_109.egg-info/requires.txt
|
|
10
11
|
certbot_dns_dnspod_109.egg-info/top_level.txt
|
|
11
12
|
certbot_dns_dnspod_109/_internal/__init__.py
|
|
12
13
|
certbot_dns_dnspod_109/_internal/dns_dnspod.py
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import os
|
|
2
2
|
from setuptools import find_packages, setup
|
|
3
3
|
|
|
4
|
-
version = '1.0.
|
|
4
|
+
version = '1.0.2'
|
|
5
5
|
|
|
6
6
|
install_requires = [
|
|
7
7
|
# Minimum dependencies for the plugin to function correctly
|
|
@@ -21,14 +21,26 @@ test_extras = [
|
|
|
21
21
|
'pytest', # for running tests
|
|
22
22
|
]
|
|
23
23
|
|
|
24
|
+
long_description = ""
|
|
25
|
+
if os.path.exists("README.md"):
|
|
26
|
+
with open("README.md", encoding="utf-8") as f:
|
|
27
|
+
long_description = f.read()
|
|
28
|
+
|
|
24
29
|
setup(
|
|
25
30
|
name='certbot-dns-dnspod-109',
|
|
26
31
|
version=version,
|
|
27
32
|
description="Dnspod DNS Authenticator plugin for Certbot",
|
|
33
|
+
long_description=long_description,
|
|
34
|
+
long_description_content_type="text/markdown",
|
|
28
35
|
url='https://github.com/10935336/certbot-dns-dnspod-109',
|
|
36
|
+
project_urls={
|
|
37
|
+
"Homepage": "https://github.com/10935336/certbot-dns-dnspod-109",
|
|
38
|
+
"Issues": "https://github.com/10935336/certbot-dns-dnspod-109/issues",
|
|
39
|
+
},
|
|
29
40
|
author="10935336",
|
|
30
41
|
author_email='109@pha.pub',
|
|
31
42
|
python_requires='>=3.9',
|
|
43
|
+
license="Apache License 2.0",
|
|
32
44
|
classifiers=[
|
|
33
45
|
'Development Status :: 5 - Production/Stable',
|
|
34
46
|
'Environment :: Plugins',
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
[project]
|
|
2
|
-
name = "certbot-dns-dnspod-109"
|
|
3
|
-
version = "1.0.1"
|
|
4
|
-
authors = [
|
|
5
|
-
{ name="10935336", email="109@pha.pub" },
|
|
6
|
-
]
|
|
7
|
-
description = "The `certbot-dns-dnspod-109` plugin automates the process of completing a `dns-01` challenge (`~acme.challenges.DNS01`) by creating, and subsequently removing, TXT records using the Dnspod API (Tencent Cloud API 3.0)."
|
|
8
|
-
readme = "Readme.md"
|
|
9
|
-
requires-python = ">=3.9"
|
|
10
|
-
classifiers = [
|
|
11
|
-
'Programming Language :: Python :: 3',
|
|
12
|
-
'License :: OSI Approved :: Apache Software License',
|
|
13
|
-
'Operating System :: POSIX :: Linux',
|
|
14
|
-
]
|
|
15
|
-
|
|
16
|
-
[project.urls]
|
|
17
|
-
Homepage = "https://github.com/10935336/certbot-dns-dnspod-109"
|
|
18
|
-
Issues = "https://github.com/10935336/certbot-dns-dnspod-109/issues"
|
|
File without changes
|
|
File without changes
|
{certbot_dns_dnspod_109-1.0.1 → certbot_dns_dnspod_109-1.0.2}/certbot_dns_dnspod_109/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|