Metadata-Version: 1.1
Name: qu
Version: 1.0.0
Summary: Quickly generating unique url of a picture for markdown files.
Home-page: https://github.com/cls1991/qu
Author: cls1991
Author-email: tzk19910406@hotmail.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: qu
        ==
        
        .. image:: https://img.shields.io/pypi/l/qu.svg
            :target: https://pypi.python.org/pypi/qu
        
        .. image:: https://img.shields.io/pypi/v/qu.svg
            :target: https://pypi.python.org/pypi/qu
        
        .. image:: https://img.shields.io/pypi/pyversions/qu.svg
            :target: https://pypi.python.org/pypi/qu
        
        .. image:: https://travis-ci.org/cls1991/qu.svg?branch=master
            :target: https://travis-ci.org/cls1991/qu
        
        Quickly generating unique url of a picture for markdown files.
        
        ☤ Quickstart
        ------------
        
        Upload an image file to qiniu:
        
        ::
        
            $ qu /somewhere/1.png 2.png
            $ qu /somewhere/1.png
        
        Set configuration of qiniu:
        
        ::
        
            $ qu wc --access_key AK --secret_key SK --bucket_name BN --domain_name DN
        
        List local configuration of qiniu:
        
        ::
        
            $ gy sc
        
        ☤ Installation
        --------------
        
        You can install "qu" via pip from `PyPI <https://pypi.python.org/pypi/qu>`_:
        
        ::
        
            $ pip install qu
        	
        ☤ Usage
        -------
        
        ::
        
            $ qu --help
            Usage: qu [OPTIONS] COMMAND [ARGS]...
        
            Quickly generating unique url of a picture for markdown files.
        
            Options:
              --help  Show this message and exit.
        
            Commands:
              sc      Show config of qiniu.
              upload  Upload an image to qiniu.
              wc      Set config of qiniu.
        
        
            $ qu wc --help
            Usage: qu wc [OPTIONS]
        
            Set configuration of qiniu.
        
            Options:
              -ak, --access_key TEXT   qiniu access_key.
              -sk, --secret_key TEXT   qiniu secret_key.
              -bn, --bucket_name TEXT  qiniu bucket_name.
              -dm, --domain_name TEXT  qiniu domain_name.
              --help                   Show this message and exit.
        
            $ qu sc --help
            Usage: qu sc [OPTIONS]
        
            Options:
              --format-type [json|xml]  output format type.
              --help                    Show this message and exit.
        
Keywords: qiniu,upload,blog
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
