Metadata-Version: 1.1
Name: bypy
Version: 1.2.10
Summary: Python client for Baidu Yun (Personal Cloud Storage) 百度云/百度网盘 Python 客户端
Home-page: https://github.com/houtianze/bypy
Author: Hou Tianze
Author-email: UNKNOWN
License: MIT
Download-URL: https://github.com/houtianze/bypy/tarball/1.2.10
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)
        
        For more information, please refer to https://github.com/houtianze/bypy
        
        Version History:
        ~~~~~~~~~~~~~~~~
        
        -  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
        
        
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: Programming Language :: Python
Classifier: Topic :: Utilities
Classifier: Topic :: Internet :: WWW/HTTP
