Metadata-Version: 2.0
Name: bypy
Version: 1.5.3
Summary: Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端
Home-page: https://github.com/houtianze/bypy
Author: Hou Tianze
Author-email: houtianze@users.noreply.github.com
License: MIT
Download-URL: https://github.com/houtianze/bypy/tarball/1.5.3
Keywords: bypy,bypy.py,baidu pcs,baidu yun,baidu pan,baidu netdisk,baidu cloud storage,baidu personal cloud storage,百度云,百度云盘,百度网盘,百度个人云存储
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: multiprocess (>=0.70.0)
Requires-Dist: requests (>=2.10.0)
Requires-Dist: requests-toolbelt (>=0.8.0)

Documents:
~~~~~~~~~~
See: https://github.com/houtianze/bypy


Version History:
~~~~~~~~~~~~~~~~

-  1.5.3: Change to streaming upload
-  1.5.2: Defuse the circular import bomb brought in the previous
   version...
-  1.5.1: Improve multiprocess (and fix filter() for Python3)
-  1.5.0: Multi-Process for directory download / upload / sync up/down

-  1.4.4: Aria2 download works even file names contain single quote (')
-  1.4.3: Fix \_\_server\_auth()
-  1.4.2: Add bypy version in getting and refresshing token requests for
   finer control
-  1.4.1: Fix a severe bug in token refreshing
-  1.4.0: Correct Refresh server list; Add in update check

-  1.3.9: Add in queue for capturing JSONs returned from PCS
-  1.3.8: Don't output Auth Server failures if no ``-d`` specified
-  1.3.7: Allow passing leading dash arguments to downloader
-  1.3.6: Fix downdir downloads to a wrong directory structure
-  1.3.5: Fix aria2 unable to resume download
-  1.3.4: Add --select-fastest-mirror, --config-dir command line
   arguments; Switch to wheel dist format
-  1.3.3: Fix the upload failure when slices expired
-  1.3.2: Enable SSL check by default now
-  1.3.1: Fix setup.py failures
-  1.3.0: Major change: Make bypy a real Python package

-  1.2.22: Fix "TypeError: b'xxxxxx' is not JSON serializable" for cache
-  1.2.21: Support aria2 downloading resuming (disable preallocation)
-  1.2.20: Fix an error in upload resuming; Add in retries for aria2
-  1.2.19: Add in aria2 download support
-  1.2.18: Add in upload resuming using slices; Fix Unicode issue with
   py2\_jsondump(); Fix the pypi setup package
-  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


