p115client 0.0.5.12.3__tar.gz → 0.0.5.13__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 (27) hide show
  1. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/PKG-INFO +5 -4
  2. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/client.py +260 -188
  3. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/attr.py +11 -5
  4. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/download.py +350 -262
  5. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/edit.py +27 -35
  6. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/export_dir.py +37 -26
  7. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/history.py +135 -11
  8. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/iterdir.py +2407 -3292
  9. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/life.py +7 -1
  10. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/upload.py +28 -20
  11. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/util.py +23 -20
  12. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/xys.py +0 -1
  13. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/type.py +9 -2
  14. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/pyproject.toml +5 -4
  15. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/LICENSE +0 -0
  16. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/__init__.py +0 -0
  17. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/_upload.py +0 -0
  18. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/const.py +0 -0
  19. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/exception.py +0 -0
  20. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/py.typed +0 -0
  21. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/__init__.py +0 -0
  22. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/auth.py +0 -0
  23. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/fs_files.py +0 -0
  24. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/offline.py +0 -0
  25. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/pool.py +0 -0
  26. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/p115client/tool/request.py +0 -0
  27. {p115client-0.0.5.12.3 → p115client-0.0.5.13}/readme.md +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: p115client
3
- Version: 0.0.5.12.3
3
+ Version: 0.0.5.13
4
4
  Summary: Python 115 webdisk client.
5
5
  Home-page: https://github.com/ChenyangGao/p115client
6
6
  License: MIT
@@ -29,10 +29,11 @@ Requires-Dist: iter_collect (>=0.0.5.1)
29
29
  Requires-Dist: multidict
30
30
  Requires-Dist: orjson
31
31
  Requires-Dist: p115cipher (>=0.0.3)
32
+ Requires-Dist: p115pickcode (>=0.0.1)
32
33
  Requires-Dist: posixpatht (>=0.0.3)
33
34
  Requires-Dist: python-argtools (>=0.0.1)
34
- Requires-Dist: python-asynctools (>=0.1.2)
35
- Requires-Dist: python-concurrenttools (>=0.0.8.2)
35
+ Requires-Dist: python-asynctools (>=0.1.3)
36
+ Requires-Dist: python-concurrenttools (>=0.1.0)
36
37
  Requires-Dist: python-cookietools (>=0.0.2.2)
37
38
  Requires-Dist: python-dictattr (>=0.0.4)
38
39
  Requires-Dist: python-encode_uri (>=0.0.1)
@@ -40,7 +41,7 @@ Requires-Dist: python-filewrap (>=0.2.8)
40
41
  Requires-Dist: python-hashtools (>=0.0.3.3)
41
42
  Requires-Dist: python-http_request (>=0.0.6)
42
43
  Requires-Dist: python-httpfile (>=0.0.5.2)
43
- Requires-Dist: python-iterutils (>=0.2.4.1)
44
+ Requires-Dist: python-iterutils (>=0.2.5)
44
45
  Requires-Dist: python-property (>=0.0.3)
45
46
  Requires-Dist: python-startfile (>=0.0.2)
46
47
  Requires-Dist: python-undefined (>=0.0.3)