PyPtt 2.2.1__tar.gz → 2.2.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.
Files changed (94) hide show
  1. {pyptt-2.2.1 → pyptt-2.2.2}/PKG-INFO +1 -1
  2. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/__init__.py +1 -1
  3. pyptt-2.2.2/PyPtt/ssl_config.py +24 -0
  4. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt.egg-info/PKG-INFO +1 -1
  5. pyptt-2.2.1/PyPtt/ssl_config.py +0 -24
  6. {pyptt-2.2.1 → pyptt-2.2.2}/LICENSE +0 -0
  7. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/PTT.py +0 -0
  8. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_bucket.py +0 -0
  9. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_call_status.py +0 -0
  10. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_change_pw.py +0 -0
  11. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_comment.py +0 -0
  12. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_del_post.py +0 -0
  13. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_board_info.py +0 -0
  14. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_board_list.py +0 -0
  15. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_bottom_post_list.py +0 -0
  16. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_favourite_board.py +0 -0
  17. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_newest_index.py +0 -0
  18. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_post.py +0 -0
  19. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_post_index.py +0 -0
  20. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_post_list.py +0 -0
  21. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_time.py +0 -0
  22. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_user.py +0 -0
  23. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_get_waterball.py +0 -0
  24. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_give_money.py +0 -0
  25. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_has_new_mail.py +0 -0
  26. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_loginout.py +0 -0
  27. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_lottery.py +0 -0
  28. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_mail.py +0 -0
  29. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_mark_post.py +0 -0
  30. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_post.py +0 -0
  31. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_reply_post.py +0 -0
  32. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_search_user.py +0 -0
  33. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_set_board_title.py +0 -0
  34. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/_api_util.py +0 -0
  35. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/api_server.py +0 -0
  36. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/check_value.py +0 -0
  37. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/command.py +0 -0
  38. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/config.py +0 -0
  39. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/connect_core.py +0 -0
  40. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/data_type.py +0 -0
  41. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/exceptions.py +0 -0
  42. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/i18n.py +0 -0
  43. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/lang_en_US.py +0 -0
  44. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/lang_zh_TW.py +0 -0
  45. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/lib_util.py +0 -0
  46. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/log.py +0 -0
  47. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/screens.py +0 -0
  48. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt/service.py +0 -0
  49. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt.egg-info/SOURCES.txt +0 -0
  50. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt.egg-info/dependency_links.txt +0 -0
  51. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt.egg-info/requires.txt +0 -0
  52. {pyptt-2.2.1 → pyptt-2.2.2}/PyPtt.egg-info/top_level.txt +0 -0
  53. {pyptt-2.2.1 → pyptt-2.2.2}/README.md +0 -0
  54. {pyptt-2.2.1 → pyptt-2.2.2}/pyproject.toml +0 -0
  55. {pyptt-2.2.1 → pyptt-2.2.2}/setup.cfg +0 -0
  56. {pyptt-2.2.1 → pyptt-2.2.2}/setup.py +0 -0
  57. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_bucket.py +0 -0
  58. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_change_pw.py +0 -0
  59. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_comment.py +0 -0
  60. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_del_post.py +0 -0
  61. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_del_post_unit.py +0 -0
  62. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_exceptions.py +0 -0
  63. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_fast_post.py +0 -0
  64. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_board_info.py +0 -0
  65. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_board_list.py +0 -0
  66. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_bottom_post_list.py +0 -0
  67. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_content_formula.py +0 -0
  68. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_favourite_boards.py +0 -0
  69. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_mail.py +0 -0
  70. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_newest_index.py +0 -0
  71. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_post.py +0 -0
  72. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_post_list.py +0 -0
  73. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_post_list_parser.py +0 -0
  74. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_post_parser.py +0 -0
  75. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_time.py +0 -0
  76. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_user.py +0 -0
  77. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_get_waterball.py +0 -0
  78. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_give_money.py +0 -0
  79. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_i18n.py +0 -0
  80. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_init.py +0 -0
  81. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_logger.py +0 -0
  82. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_login_logout.py +0 -0
  83. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_lottery.py +0 -0
  84. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_mail_send_and_del.py +0 -0
  85. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_mark_post.py +0 -0
  86. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_parse_query_post.py +0 -0
  87. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_post.py +0 -0
  88. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_post_anonymous.py +0 -0
  89. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_pyte_parity.py +0 -0
  90. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_reply_post.py +0 -0
  91. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_search_user.py +0 -0
  92. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_service.py +0 -0
  93. {pyptt-2.2.1 → pyptt-2.2.2}/tests/test_set_board_title.py +0 -0
  94. {pyptt-2.2.1 → pyptt-2.2.2}/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.1
3
+ Version: 2.2.2
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)
@@ -1,4 +1,4 @@
1
- __version__ = '2.2.1'
1
+ __version__ = '2.2.2'
2
2
  __author__ = 'CodingMan'
3
3
  __email__ = 'pttcodingman@gmail.com'
4
4
 
@@ -0,0 +1,24 @@
1
+ key = """-----BEGIN EC PARAMETERS-----
2
+ BggqhkjOPQMBBw==
3
+ -----END EC PARAMETERS-----
4
+ -----BEGIN EC PRIVATE KEY-----
5
+ MHcCAQEEIAZVg2x/IcFh54K0mjEMCMRBeLb1i0OVYCLCwDq4tDPMoAoGCCqGSM49
6
+ AwEHoUQDQgAEmXiHq0YNpgQ5xD36Dw3LdgqkltozAUj9C5CMZAHmOcYcxHtpcQhf
7
+ 2JA6z7ukZ43l5dy+08UJTPd5kRafC5zb3w==
8
+ -----END EC PRIVATE KEY-----
9
+ """
10
+
11
+ cert = """-----BEGIN CERTIFICATE-----
12
+ MIIB6TCCAY8CFC0c6T5NMH4N7g/BZUA1O8LT8Ku/MAoGCCqGSM49BAMCMHcxCzAJ
13
+ BgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0eTEVMBMGA1UE
14
+ CgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25hbCBVbml0MRQw
15
+ EgYDVQQDDAtDb21tb24gTmFtZTAeFw0yNjA3MTkxMjQ4NTVaFw0zNjA3MTYxMjQ4
16
+ NTVaMHcxCzAJBgNVBAYTAlRXMQ4wDAYDVQQIDAVTdGF0ZTENMAsGA1UEBwwEQ2l0
17
+ eTEVMBMGA1UECgwMT3JnYW5pemF0aW9uMRwwGgYDVQQLDBNPcmdhbml6YXRpb25h
18
+ bCBVbml0MRQwEgYDVQQDDAtDb21tb24gTmFtZTBZMBMGByqGSM49AgEGCCqGSM49
19
+ AwEHA0IABJl4h6tGDaYEOcQ9+g8Ny3YKpJbaMwFI/QuQjGQB5jnGHMR7aXEIX9iQ
20
+ Os+7pGeN5eXcvtPFCUz3eZEWnwuc298wCgYIKoZIzj0EAwIDSAAwRQIhAPx2i8r9
21
+ hS7BlW5jpAKAQLOCi2BcDlk75o8UYsqXRFrKAiAUmszp1feqLXBRyBRMwf+VcXqf
22
+ kAlemyrmfv5YPHaq4g==
23
+ -----END CERTIFICATE-----
24
+ """
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: PyPtt
3
- Version: 2.2.1
3
+ Version: 2.2.2
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)
@@ -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