p123client 0.0.6.10__tar.gz → 0.0.6.10.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.
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/PKG-INFO +2 -5
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/pyproject.toml +1 -1
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/readme.md +1 -4
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/LICENSE +0 -0
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/p123client/__init__.py +0 -0
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/p123client/client.py +0 -0
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/p123client/const.py +0 -0
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/p123client/exception.py +0 -0
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/p123client/py.typed +0 -0
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/p123client/tool/__init__.py +0 -0
- {p123client-0.0.6.10 → p123client-0.0.6.10.1}/p123client/type.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: p123client
|
3
|
-
Version: 0.0.6.10
|
3
|
+
Version: 0.0.6.10.1
|
4
4
|
Summary: Python 123 webdisk client.
|
5
5
|
Home-page: https://github.com/ChenyangGao/p123client
|
6
6
|
License: MIT
|
@@ -421,10 +421,7 @@ from p123client import P123Client
|
|
421
421
|
from p123client.tool import get_downurl
|
422
422
|
|
423
423
|
# TODO: 改成你自己的账户和密码
|
424
|
-
client = P123Client(passport="
|
425
|
-
## 或者
|
426
|
-
# from pathlib import Path
|
427
|
-
# client = P123Client(Path("~/123-token.txt").expanduser())
|
424
|
+
client = P123Client(passport="", password="")
|
428
425
|
|
429
426
|
app = Application(show_error_details=__debug__)
|
430
427
|
|
@@ -381,10 +381,7 @@ from p123client import P123Client
|
|
381
381
|
from p123client.tool import get_downurl
|
382
382
|
|
383
383
|
# TODO: 改成你自己的账户和密码
|
384
|
-
client = P123Client(passport="
|
385
|
-
## 或者
|
386
|
-
# from pathlib import Path
|
387
|
-
# client = P123Client(Path("~/123-token.txt").expanduser())
|
384
|
+
client = P123Client(passport="", password="")
|
388
385
|
|
389
386
|
app = Application(show_error_details=__debug__)
|
390
387
|
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|