Metadata-Version: 1.1
Name: qiniu-cli
Version: 0.1.0
Summary: CLI tool for Qiniu
Home-page: https://github.com/mozillazg/qiniu-cli
Author: mozillazg
Author-email: mozillazg101@gmail.com
License: MIT
Description: qiniu-cli
        =========
        
        Qiniu CLI tool.
        
        
        Install
        -----------
        
        ::
        
            pip install qiniu-cli
        
        
        Usage
        --------
        
        ::
        
            $ qiniu_cli upload requirements.txt
            http://tmp-images.qiniudn.com/requirements.txt
        
            $ qiniu_cli upload --save-dir "comics/2014/" *.png *.txt
            http://tmp-images.qiniudn.com/comics/2014/2014-09-25-EveryFall.zh-cn.png
            http://tmp-images.qiniudn.com/comics/2014/3014.painting.png
            http://tmp-images.qiniudn.com/comics/2014/requirements.txt
        
        
            $ qiniu_cli --help
            Usage: qiniu_cli [OPTIONS] COMMAND [ARGS]...
        
            Options:
              -c, --config FILENAME  Config file(default: config.json).
              --bucket TEXT          Bucket name.
              -v, --verbose          Enables verbose mode.
              --version              Show the version and exit.
              --help                 Show this message and exit.
        
            Commands:
              search  Search file.
              upload  Upload file.
        
            $ qiniu_cli upload --help
            Usage: qiniu_cli upload [OPTIONS] FILES...
        
            Options:
              --save-name TEXT  File save name.
              --save-dir TEXT   Upload to directory.
              --auto-name       Auto name file by sh1 hex digest with timestamp.
              --help            Show this message and exit.
        
        
        Changelog
        =========
        
        
        0.1.0 (2014-10-12)
        ------------------
        
        * Initial Release
        
Keywords: Qiniu,CLI
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Environment :: Console
Classifier: Topic :: Utilities
Classifier: Topic :: Terminals
