p115client 0.0.5.12.2.2__py3-none-any.whl → 0.0.5.12.3__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: p115client
3
- Version: 0.0.5.12.2.2
3
+ Version: 0.0.5.12.3
4
4
  Summary: Python 115 webdisk client.
5
5
  Home-page: https://github.com/ChenyangGao/p115client
6
6
  License: MIT
@@ -1,5 +1,4 @@
1
1
  LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
2
- p115/__init__.py,sha256=vS2FYRIUDvJPj38ti4nGOTbYtqdFqUEVnYjG_RM5S7M,103
3
2
  p115client/__init__.py,sha256=1mx7njuAlqcuEWONTjSiiGnXyyNyqOcJyNX1FMHqQ-4,214
4
3
  p115client/_upload.py,sha256=199Hc9B9vUMphDdwh8vK3yCIPusIfeAzzOLpC-WZ8C8,31184
5
4
  p115client/client.py,sha256=KEn5zBVTx6qfc6LCA-1zY2CcwJuYqYgXW0TIx-z41i4,796153
@@ -23,7 +22,7 @@ p115client/tool/upload.py,sha256=z8eD5BAlw6SgWdaJBJ4VtyDMPr8xG3wz6oCxE6xxPTg,325
23
22
  p115client/tool/util.py,sha256=pAa8gc4BcnVTpNcXbNZU4tBUMjSB04DGOpzDdzfbto8,3934
24
23
  p115client/tool/xys.py,sha256=Xx8sRh4h4jlowFhRMTDTtOhftgmhevehAU27jMsKh8s,10191
25
24
  p115client/type.py,sha256=7kOp98uLaYqcTTCgCrb3DRcl8ukMpn7ibsnVvtw2nG8,6250
26
- p115client-0.0.5.12.2.2.dist-info/LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
27
- p115client-0.0.5.12.2.2.dist-info/METADATA,sha256=DBLVNQ7f4-nIOk3H9h7s6h3e1LQ4HuWEcR6_pwk6ZCs,8196
28
- p115client-0.0.5.12.2.2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
29
- p115client-0.0.5.12.2.2.dist-info/RECORD,,
25
+ p115client-0.0.5.12.3.dist-info/LICENSE,sha256=o5242_N2TgDsWwFhPn7yr8YJNF7XsJM5NxUMtcT97bc,1100
26
+ p115client-0.0.5.12.3.dist-info/METADATA,sha256=aJFJYIWgaAVDYRNfThXftTSdDHHoqEiSyiCVWQHmbwo,8194
27
+ p115client-0.0.5.12.3.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
28
+ p115client-0.0.5.12.3.dist-info/RECORD,,
p115/__init__.py DELETED
@@ -1,4 +0,0 @@
1
- #!/usr/bin/env python3
2
- # encoding: utf-8
3
-
4
- __import__("sys").modules["p115"] = __import__("p115client")