Metadata-Version: 1.2
Name: sniputils
Version: 0.0.3
Summary: utils snippets for zthxxx
Home-page: https://github.com/zthxxx/sniputils
Author: zthxxx
Author-email: zthxxx.me@gmail.com
License: MIT
Description: # sniputils
        
        utils snippets for zthxxx self
        
        ## Feature
        
        - conffor
          - json file reader
          - csv filer reader
        - logsetting - file base friendly
        - cli - custom option
        - database
          - dataset for sql
          - mongoengine for mongo
        - concurrent
          - async wrapper
          - thead wrapper
        - daemon - auto run as daemon
        - snippets - utils code snippet which not as lib
        
        
        ## Install
        
        ```bash
        pip install sniputils
        ```
        
        
        ## Contributing
        
        code, fix bug, pull request, then
        
        ```bash
        python setup.py register
        python setup.py sdist upload
        ```
        
        
        ## Author
        
        **sniputils** © [zthxxx](https://github.com/zthxxx), Released under the **[MIT](./LICENSE)** License.
        
        > Blog [@zthxxx](https://blog.zthxxx.com) · GitHub [@zthxxx](https://github.com/zthxxx)
        
Platform: UNKNOWN
Requires-Python: >=3.6
