PyPtt 2.2.1__tar.gz → 2.2.3__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.2.1 → pyptt-2.2.3}/PKG-INFO +6 -6
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/__init__.py +1 -1
- pyptt-2.2.3/PyPtt/ssl_config.py +24 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt.egg-info/PKG-INFO +6 -6
- {pyptt-2.2.1 → pyptt-2.2.3}/README.md +5 -5
- pyptt-2.2.1/PyPtt/ssl_config.py +0 -24
- {pyptt-2.2.1 → pyptt-2.2.3}/LICENSE +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/PTT.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_bucket.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_call_status.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_change_pw.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_comment.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_del_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_board_info.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_board_list.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_bottom_post_list.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_favourite_board.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_newest_index.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_post_index.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_post_list.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_time.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_user.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_get_waterball.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_give_money.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_has_new_mail.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_loginout.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_lottery.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_mail.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_mark_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_reply_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_search_user.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_set_board_title.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/_api_util.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/api_server.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/check_value.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/command.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/config.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/connect_core.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/data_type.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/exceptions.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/i18n.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/lang_en_US.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/lang_zh_TW.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/lib_util.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/log.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/screens.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt/service.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt.egg-info/SOURCES.txt +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt.egg-info/dependency_links.txt +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt.egg-info/requires.txt +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/PyPtt.egg-info/top_level.txt +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/pyproject.toml +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/setup.cfg +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/setup.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_bucket.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_change_pw.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_comment.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_del_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_del_post_unit.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_exceptions.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_fast_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_board_info.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_board_list.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_bottom_post_list.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_content_formula.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_favourite_boards.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_mail.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_newest_index.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_post_list.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_post_list_parser.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_post_parser.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_time.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_user.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_get_waterball.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_give_money.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_i18n.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_init.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_logger.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_login_logout.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_lottery.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_mail_send_and_del.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_mark_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_parse_query_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_post_anonymous.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_pyte_parity.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_reply_post.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_search_user.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_service.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_set_board_title.py +0 -0
- {pyptt-2.2.1 → pyptt-2.2.3}/tests/test_vt100_parser.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyPtt
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
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)
|
|
@@ -47,13 +47,13 @@ Requires-Dist: Furo; extra == "dev"
|
|
|
47
47
|
Requires-Dist: sphinx-sitemap; extra == "dev"
|
|
48
48
|
Dynamic: license-file
|
|
49
49
|
|
|
50
|
-
](https://pypi.
|
|
50
|
+

|
|
51
|
+
[](https://pypi.org/project/PyPtt/)
|
|
52
52
|

|
|
53
53
|
[](https://github.com/PyPtt/PyPtt/actions/workflows/deploy.yml)
|
|
54
54
|

|
|
55
55
|
[](https://www.gnu.org/licenses/lgpl-3.0)
|
|
56
|
-
[](https://discord.gg/8VYtGU5RNB)
|
|
57
57
|
[](http://paypal.me/CodingMan)
|
|
58
58
|
|
|
59
59
|
## PyPtt (PTT Library)
|
|
@@ -83,7 +83,7 @@ pip install PyPtt
|
|
|
83
83
|
#### 請參考 [常見問題](https://pyptt.cc/faq.html) 章節
|
|
84
84
|
|
|
85
85
|
## 加入 PyPtt 社群
|
|
86
|
-
#### 你可以在
|
|
86
|
+
#### 你可以在 Discord 上找到 PyPtt 社群 [](https://discord.gg/8VYtGU5RNB)
|
|
87
87
|
|
|
88
88
|
## 贊助
|
|
89
89
|
#### issue 解太慢嗎?幫我增加一點動力吧!
|
|
@@ -92,7 +92,7 @@ pip install PyPtt
|
|
|
92
92
|
|
|
93
93
|
## Star History
|
|
94
94
|
|
|
95
|
-
[](https://star-history.com/#PyPtt/PyPtt&Date)
|
|
96
96
|
|
|
97
97
|
## 贊助清單
|
|
98
98
|
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
key = """-----BEGIN EC PARAMETERS-----
|
|
2
|
+
BggqhkjOPQMBBw==
|
|
3
|
+
-----END EC PARAMETERS-----
|
|
4
|
+
-----BEGIN EC PRIVATE KEY-----
|
|
5
|
+
MHcCAQEEIPEQELkCzD4ZbYJN1Gg345TNhFk6En2yQ2PiGrUhSCdooAoGCCqGSM49
|
|
6
|
+
AwEHoUQDQgAEnvi0VBtfQCwDmfcXN50ooTS1hPX3eLIlQ1V1YQ7IL7008diigzio
|
|
7
|
+
qmWPa9iFgOQ5IF4txmrn4HL+Y500e4F8Ug==
|
|
8
|
+
-----END EC PRIVATE KEY-----
|
|
9
|
+
"""
|
|
10
|
+
|
|
11
|
+
cert = """-----BEGIN CERTIFICATE-----
|
|
12
|
+
MIIB6jCCAY8CFF82DDh2unzOMsk/WrAxKwJobsl5MAoGCCqGSM49BAMCMHcxCzAJ
|
|
13
|
+
BgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UE
|
|
14
|
+
CgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25hbCBVbml0MRQw
|
|
15
|
+
EgYDVQQDDAtDb21tb24gTmFtZTAeFw0yNjA3MTkxNDA5MzJaFw0zNjA3MTYxNDA5
|
|
16
|
+
MzJaMHcxCzAJBgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0
|
|
17
|
+
eTEVMBMGA1UECgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25h
|
|
18
|
+
bCBVbml0MRQwEgYDVQQDDAtDb21tb24gTmFtZTBZMBMGByqGSM49AgEGCCqGSM49
|
|
19
|
+
AwEHA0IABJ74tFQbX0AsA5n3FzedKKE0tYT193iyJUNVdWEOyC+9NPHYooM4qKpl
|
|
20
|
+
j2vYhYDkOSBeLcZq5+By/mOdNHuBfFIwCgYIKoZIzj0EAwIDSQAwRgIhAJPUHqRv
|
|
21
|
+
GtheJG7yqaeSPW+KXPptY1WzyqXZkAIkPdKSAiEA36kyMKJ6f+85LYA54w2qaylU
|
|
22
|
+
JUch+So0Qq2GexO6GAc=
|
|
23
|
+
-----END CERTIFICATE-----
|
|
24
|
+
"""
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyPtt
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.3
|
|
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)
|
|
@@ -47,13 +47,13 @@ Requires-Dist: Furo; extra == "dev"
|
|
|
47
47
|
Requires-Dist: sphinx-sitemap; extra == "dev"
|
|
48
48
|
Dynamic: license-file
|
|
49
49
|
|
|
50
|
-
](https://pypi.
|
|
50
|
+

|
|
51
|
+
[](https://pypi.org/project/PyPtt/)
|
|
52
52
|

|
|
53
53
|
[](https://github.com/PyPtt/PyPtt/actions/workflows/deploy.yml)
|
|
54
54
|

|
|
55
55
|
[](https://www.gnu.org/licenses/lgpl-3.0)
|
|
56
|
-
[](https://discord.gg/8VYtGU5RNB)
|
|
57
57
|
[](http://paypal.me/CodingMan)
|
|
58
58
|
|
|
59
59
|
## PyPtt (PTT Library)
|
|
@@ -83,7 +83,7 @@ pip install PyPtt
|
|
|
83
83
|
#### 請參考 [常見問題](https://pyptt.cc/faq.html) 章節
|
|
84
84
|
|
|
85
85
|
## 加入 PyPtt 社群
|
|
86
|
-
#### 你可以在
|
|
86
|
+
#### 你可以在 Discord 上找到 PyPtt 社群 [](https://discord.gg/8VYtGU5RNB)
|
|
87
87
|
|
|
88
88
|
## 贊助
|
|
89
89
|
#### issue 解太慢嗎?幫我增加一點動力吧!
|
|
@@ -92,7 +92,7 @@ pip install PyPtt
|
|
|
92
92
|
|
|
93
93
|
## Star History
|
|
94
94
|
|
|
95
|
-
[](https://star-history.com/#PyPtt/PyPtt&Date)
|
|
96
96
|
|
|
97
97
|
## 贊助清單
|
|
98
98
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
](https://pypi.
|
|
1
|
+

|
|
2
|
+
[](https://pypi.org/project/PyPtt/)
|
|
3
3
|

|
|
4
4
|
[](https://github.com/PyPtt/PyPtt/actions/workflows/deploy.yml)
|
|
5
5
|

|
|
6
6
|
[](https://www.gnu.org/licenses/lgpl-3.0)
|
|
7
|
-
[](https://discord.gg/8VYtGU5RNB)
|
|
8
8
|
[](http://paypal.me/CodingMan)
|
|
9
9
|
|
|
10
10
|
## PyPtt (PTT Library)
|
|
@@ -34,7 +34,7 @@ pip install PyPtt
|
|
|
34
34
|
#### 請參考 [常見問題](https://pyptt.cc/faq.html) 章節
|
|
35
35
|
|
|
36
36
|
## 加入 PyPtt 社群
|
|
37
|
-
#### 你可以在
|
|
37
|
+
#### 你可以在 Discord 上找到 PyPtt 社群 [](https://discord.gg/8VYtGU5RNB)
|
|
38
38
|
|
|
39
39
|
## 贊助
|
|
40
40
|
#### issue 解太慢嗎?幫我增加一點動力吧!
|
|
@@ -43,7 +43,7 @@ pip install PyPtt
|
|
|
43
43
|
|
|
44
44
|
## Star History
|
|
45
45
|
|
|
46
|
-
[](https://star-history.com/#PyPtt/PyPtt&Date)
|
|
47
47
|
|
|
48
48
|
## 贊助清單
|
|
49
49
|
|
pyptt-2.2.1/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
|
-
MHcCAQEEIPR5AEs3hlT87YJb3cVPOjlrwtoi3mpIs4SutZ7I/czsoAoGCCqGSM49
|
|
6
|
-
AwEHoUQDQgAEYo0CaF+C4aiLepcNAH6B7LJjMmQ8kjzzr67E2IwniY9LTVYboifa
|
|
7
|
-
EefOhnSQNLHpyvoBhuxIa4Icnfy/bPEb5g==
|
|
8
|
-
-----END EC PRIVATE KEY-----
|
|
9
|
-
"""
|
|
10
|
-
|
|
11
|
-
cert = """-----BEGIN CERTIFICATE-----
|
|
12
|
-
MIIB6TCCAY8CFHEfxTaKowfSEkiJOGonCzq3U3cJMAoGCCqGSM49BAMCMHcxCzAJ
|
|
13
|
-
BgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UE
|
|
14
|
-
CgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25hbCBVbml0MRQw
|
|
15
|
-
EgYDVQQDDAtDb21tb24gTmFtZTAeFw0yNjA3MTkxMjM0MDdaFw0zNjA3MTYxMjM0
|
|
16
|
-
MDdaMHcxCzAJBgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0
|
|
17
|
-
eTEVMBMGA1UECgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25h
|
|
18
|
-
bCBVbml0MRQwEgYDVQQDDAtDb21tb24gTmFtZTBZMBMGByqGSM49AgEGCCqGSM49
|
|
19
|
-
AwEHA0IABGKNAmhfguGoi3qXDQB+geyyYzJkPJI886+uxNiMJ4mPS01WG6In2hHn
|
|
20
|
-
zoZ0kDSx6cr6AYbsSGuCHJ38v2zxG+YwCgYIKoZIzj0EAwIDSAAwRQIhAOCb0At1
|
|
21
|
-
XW07h90zQWDcKcwK+Y7XPz3ajXeJey6F14xAAiBg4hiS77M5yR+AKndS4KB5Wo6j
|
|
22
|
-
HlWPOa4KFzY1Y+iXzw==
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|