PyPtt 2.1.0__tar.gz → 2.1.1__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.
- {pyptt-2.1.0 → pyptt-2.1.1}/PKG-INFO +4 -4
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/__init__.py +1 -1
- pyptt-2.1.1/PyPtt/ssl_config.py +24 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt.egg-info/PKG-INFO +4 -4
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt.egg-info/requires.txt +3 -3
- {pyptt-2.1.0 → pyptt-2.1.1}/pyproject.toml +3 -3
- pyptt-2.1.0/PyPtt/ssl_config.py +0 -24
- {pyptt-2.1.0 → pyptt-2.1.1}/LICENSE +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/PTT.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_bucket.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_call_status.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_change_pw.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_comment.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_del_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_board_info.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_board_list.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_bottom_post_list.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_favourite_board.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_newest_index.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_post_index.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_post_list.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_time.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_user.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_get_waterball.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_give_money.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_has_new_mail.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_loginout.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_mail.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_mark_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_reply_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_search_user.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_set_board_title.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/_api_util.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/api_server.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/check_value.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/command.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/config.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/connect_core.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/data_type.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/exceptions.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/i18n.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/lang_en_US.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/lang_zh_TW.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/lib_util.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/log.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/screens.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt/service.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt.egg-info/SOURCES.txt +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt.egg-info/dependency_links.txt +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/PyPtt.egg-info/top_level.txt +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/README.md +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/setup.cfg +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/setup.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_bucket.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_change_pw.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_comment.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_del_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_exceptions.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_fast_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_board_info.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_board_list.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_bottom_post_list.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_favourite_boards.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_mail.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_newest_index.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_post_list.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_post_list_parser.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_post_parser.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_time.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_user.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_get_waterball.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_give_money.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_i18n.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_init.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_logger.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_mail_send_and_del.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_mark_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_parse_query_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_pyte_parity.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_reply_post.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_search_user.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_service.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_set_board_title.py +0 -0
- {pyptt-2.1.0 → pyptt-2.1.1}/tests/test_vt100_parser.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyPtt
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.1
|
|
4
4
|
Summary: PyPtt github: https://github.com/PyPtt/PyPtt
|
|
5
5
|
Author-email: CodingMan <pttcodingman@gmail.com>
|
|
6
6
|
License: GNU Lesser General Public License v3 (LGPLv3)
|
|
@@ -26,9 +26,9 @@ Requires-Python: >=3.11
|
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE
|
|
28
28
|
Requires-Dist: progressbar2
|
|
29
|
-
Requires-Dist: websockets
|
|
29
|
+
Requires-Dist: websockets>=12
|
|
30
30
|
Requires-Dist: uao
|
|
31
|
-
Requires-Dist: requests
|
|
31
|
+
Requires-Dist: requests>=2.32
|
|
32
32
|
Requires-Dist: AutoStrEnum
|
|
33
33
|
Requires-Dist: PyYAML
|
|
34
34
|
Provides-Extra: api
|
|
@@ -41,7 +41,7 @@ Requires-Dist: flake8; extra == "dev"
|
|
|
41
41
|
Requires-Dist: pyte; extra == "dev"
|
|
42
42
|
Requires-Dist: sphinx; extra == "dev"
|
|
43
43
|
Requires-Dist: sphinx-copybutton; extra == "dev"
|
|
44
|
-
Requires-Dist: pygments
|
|
44
|
+
Requires-Dist: pygments>=2.15; extra == "dev"
|
|
45
45
|
Requires-Dist: Furo; extra == "dev"
|
|
46
46
|
Requires-Dist: sphinx-sitemap; extra == "dev"
|
|
47
47
|
Dynamic: license-file
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
key = """-----BEGIN EC PARAMETERS-----
|
|
2
|
+
BggqhkjOPQMBBw==
|
|
3
|
+
-----END EC PARAMETERS-----
|
|
4
|
+
-----BEGIN EC PRIVATE KEY-----
|
|
5
|
+
MHcCAQEEIGRHMDkqVvUPH+CiwVcSIrMNb1/oPqGCezMeh8NSy5OcoAoGCCqGSM49
|
|
6
|
+
AwEHoUQDQgAEUGzoeUJmvAvB6frwc7t3FMSWTeDVslg61/MW9a5kDDHeTxUMLvVX
|
|
7
|
+
yEPFu8n9uc0I0SAHFN0FlflBJMABn7ht9w==
|
|
8
|
+
-----END EC PRIVATE KEY-----
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
cert = """-----BEGIN CERTIFICATE-----
|
|
12
|
+
MIIB6TCCAY8CFCWzLTXnOJ9tflgsNKDHQmPMUG3VMAoGCCqGSM49BAMCMHcxCzAJ
|
|
13
|
+
BgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UE
|
|
14
|
+
CgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25hbCBVbml0MRQw
|
|
15
|
+
EgYDVQQDDAtDb21tb24gTmFtZTAeFw0yNjA1MjUxNDA1MjNaFw0zNjA1MjIxNDA1
|
|
16
|
+
MjNaMHcxCzAJBgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0
|
|
17
|
+
eTEVMBMGA1UECgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25h
|
|
18
|
+
bCBVbml0MRQwEgYDVQQDDAtDb21tb24gTmFtZTBZMBMGByqGSM49AgEGCCqGSM49
|
|
19
|
+
AwEHA0IABFBs6HlCZrwLwen68HO7dxTElk3g1bJYOtfzFvWuZAwx3k8VDC71V8hD
|
|
20
|
+
xbvJ/bnNCNEgBxTdBZX5QSTAAZ+4bfcwCgYIKoZIzj0EAwIDSAAwRQIgXFf1kuZ1
|
|
21
|
+
sHCdwUd0uq91QMfp4oOtrt7Wj2IvxxAVSjwCIQCjmJL5vmn8e01k3Ti4dzFetJg5
|
|
22
|
+
kkhj6NFf3HphIzKTjw==
|
|
23
|
+
-----END CERTIFICATE-----
|
|
24
|
+
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyPtt
|
|
3
|
-
Version: 2.1.
|
|
3
|
+
Version: 2.1.1
|
|
4
4
|
Summary: PyPtt github: https://github.com/PyPtt/PyPtt
|
|
5
5
|
Author-email: CodingMan <pttcodingman@gmail.com>
|
|
6
6
|
License: GNU Lesser General Public License v3 (LGPLv3)
|
|
@@ -26,9 +26,9 @@ Requires-Python: >=3.11
|
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE
|
|
28
28
|
Requires-Dist: progressbar2
|
|
29
|
-
Requires-Dist: websockets
|
|
29
|
+
Requires-Dist: websockets>=12
|
|
30
30
|
Requires-Dist: uao
|
|
31
|
-
Requires-Dist: requests
|
|
31
|
+
Requires-Dist: requests>=2.32
|
|
32
32
|
Requires-Dist: AutoStrEnum
|
|
33
33
|
Requires-Dist: PyYAML
|
|
34
34
|
Provides-Extra: api
|
|
@@ -41,7 +41,7 @@ Requires-Dist: flake8; extra == "dev"
|
|
|
41
41
|
Requires-Dist: pyte; extra == "dev"
|
|
42
42
|
Requires-Dist: sphinx; extra == "dev"
|
|
43
43
|
Requires-Dist: sphinx-copybutton; extra == "dev"
|
|
44
|
-
Requires-Dist: pygments
|
|
44
|
+
Requires-Dist: pygments>=2.15; extra == "dev"
|
|
45
45
|
Requires-Dist: Furo; extra == "dev"
|
|
46
46
|
Requires-Dist: sphinx-sitemap; extra == "dev"
|
|
47
47
|
Dynamic: license-file
|
|
@@ -33,9 +33,9 @@ classifiers = [
|
|
|
33
33
|
|
|
34
34
|
dependencies = [
|
|
35
35
|
"progressbar2",
|
|
36
|
-
"websockets
|
|
36
|
+
"websockets>=12",
|
|
37
37
|
"uao",
|
|
38
|
-
"requests
|
|
38
|
+
"requests>=2.32",
|
|
39
39
|
"AutoStrEnum",
|
|
40
40
|
"PyYAML",
|
|
41
41
|
]
|
|
@@ -56,7 +56,7 @@ dev = [
|
|
|
56
56
|
"pyte",
|
|
57
57
|
"sphinx",
|
|
58
58
|
"sphinx-copybutton",
|
|
59
|
-
"pygments
|
|
59
|
+
"pygments>=2.15",
|
|
60
60
|
"Furo",
|
|
61
61
|
"sphinx-sitemap",
|
|
62
62
|
]
|
pyptt-2.1.0/PyPtt/ssl_config.py
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
key = """-----BEGIN EC PARAMETERS-----
|
|
2
|
-
BggqhkjOPQMBBw==
|
|
3
|
-
-----END EC PARAMETERS-----
|
|
4
|
-
-----BEGIN EC PRIVATE KEY-----
|
|
5
|
-
MHcCAQEEIO2MHcOPROQP2B/IzywPM+VycdprTWfPpc/khcpekRscoAoGCCqGSM49
|
|
6
|
-
AwEHoUQDQgAEjVADKUyxMVKt7TRXiP3gdfPblx/KsRafJ1SvrZNwXHb0Q1WEqT45
|
|
7
|
-
LJ+2C4/hGUTdCAKYej7vO0ibHHJ3AXF3Zg==
|
|
8
|
-
-----END EC PRIVATE KEY-----
|
|
9
|
-
"""
|
|
10
|
-
|
|
11
|
-
cert = """-----BEGIN CERTIFICATE-----
|
|
12
|
-
MIIB6TCCAY8CFCmxmdBhhrcpMq15P8fGZ0kvsYp5MAoGCCqGSM49BAMCMHcxCzAJ
|
|
13
|
-
BgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UE
|
|
14
|
-
CgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25hbCBVbml0MRQw
|
|
15
|
-
EgYDVQQDDAtDb21tb24gTmFtZTAeFw0yNjA1MjQwMjU5NDJaFw0zNjA1MjEwMjU5
|
|
16
|
-
NDJaMHcxCzAJBgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0
|
|
17
|
-
eTEVMBMGA1UECgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25h
|
|
18
|
-
bCBVbml0MRQwEgYDVQQDDAtDb21tb24gTmFtZTBZMBMGByqGSM49AgEGCCqGSM49
|
|
19
|
-
AwEHA0IABI1QAylMsTFSre00V4j94HXz25cfyrEWnydUr62TcFx29ENVhKk+OSyf
|
|
20
|
-
tguP4RlE3QgCmHo+7ztImxxydwFxd2YwCgYIKoZIzj0EAwIDSAAwRQIgfQDJrQCU
|
|
21
|
-
59HONPJD3U6a8z7rOuDk0KiwvKMSgqJZWUYCIQCznuvlbggeMnlm/9EDxyawnGKs
|
|
22
|
-
IZ2nArdE8SMFaxoStQ==
|
|
23
|
-
-----END CERTIFICATE-----
|
|
24
|
-
"""
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|