Metadata-Version: 1.2
Name: cqh_file
Version: 0.0.3
Summary: cqh utils function
Home-page: https://github.com/chen19901225/cqh_util
Author: chenqinghe
Author-email: 1832866299@qq.com
License: UNKNOWN
Description: 信息
        ====================================================
        
        command
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        serve
        -------------------------------------------------
        
        opts:
        
        * ``port`` ,  端口,默认是8081
        * ``dir`` , 要目录
        * ``timeout``, 默认值为60s, 内存缓存的超时时间
        
        eg:
        
            sudo /home/vagrant/envs/default/bin/cqh_file --port=8081 --dir=/www/backup/path
        
        
        client
        -------------------------------------------------------
        
        目的是为了下载服务器的dir
        
        opts:
        
        * ``url``, 地址
        * ``dir``, 本地保存的目录
        * ``sleep``,  睡眠时间,默认是300s
        
        
        
        eg::
        
            cqh_file client --url='http://127.0.0.1:8081' --dir=/tmp
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Unix
Requires-Python: >=3.6
