Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端
Project description
It provides file operations like: list, download, upload, syncup, syncdown, etc.
The main purpose is to utilize Baidu Yun in Linux environments (e.g. Raspberry Pi)
== NOTE == Proxy is supported by the underlying Requests library, you can activate HTTP proxies by setting the HTTP_PROXY and HTTPS_PROXY environment variables respectively as follows: HTTP_PROXY=http://user:password@domain HTTPS_PROXY=http://user:password@domain (More information: http://docs.python-requests.org/en/master/user/advanced/#proxies) Though from my experience, it seems that some proxy servers may not be supported properly.
Version History:
1.2.17: Fix UnicodeEncodeError on redirect; Add in retry on urllib3 TimeOutError
1.2.16: Add in proxy prompts
1.2.15: Fix a severe bug (accidental directory deletion) in download command intoduced in 1.2.14
1.2.14: Add in download command
1.2.13: Remove argcomplete; Improve encoding handling prompting
1.2.12: Add in (optional) argcomplete
1.2.11: Fix Exception in error dump introduced in 1.2.10
1.2.10: Handle (32, ‘EPIPE’); Warn LOUDLY on encoding failures; Remove ‘is_revision’
1.2.9: Fix formatex() Syntax Error; Handle (110, ‘ETIMEDOUT’)
1.2.8: Fix a Syntax Error; Handle {‘error_code’: 0, ‘error_msg’: ‘no error’}
1.2.7: Fix Hash Cache JSON saving (need to using string for Hashes)
1.2.6: Fix Hash Cache JSON dumping (Unicode again)
1.2.5: Add in offline (cloud) download; Fix stack printing
1.2.4: Fix command line parsing for Python 3 (Unicode by default)
1.2.3: Fix GUI for Python 3
1.2.2: Fix division for Python 3
1.2.1: Make it universal (Python 2 & 3 compatible)
1.0.20: Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bypy-1.2.17-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0a24e28e337c799a8f783a40aa9e210bd05f415a9bd00bd594152be62021a606 |
|
MD5 | 3488def6fbbe8f84d273616e8427d84a |
|
BLAKE2b-256 | c8d4dff57a56dd87c6da43f2e7febf80aa93ccedb8f8d34cefad2ee284791810 |