Metadata-Version: 1.2
Name: sniputils
Version: 0.1.0
Summary: utils snippets for zthxxx
Home-page: https://github.com/zthxxx/sniputils
Author: zthxxx
Author-email: zthxxx.me@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: <h1 align="center"><a href="https://github.com/zthxxx/sniputils" target="_blank">sniputils</a></h1>
        
        <p align="center">
          <a href="https://github.com/zthxxx/sniputils" target="_blank"><img src="https://img.shields.io/github/languages/code-size/zthxxx/sniputils.svg" alt="Code Size"></a>
          <a href="https://www.python.org/" target="_blank"><img src="https://img.shields.io/badge/python-3.6+-blue.svg" alt="Python"></a>
          <a href="https://pypi.org/project/sniputils/" target="_blank"><img src="https://img.shields.io/pypi/v/sniputils.svg" alt="PyPI"></a>
          <a href="https://pypi.org/project/sniputils/" target="_blank"><img src="https://img.shields.io/pypi/format/sniputils.svg" alt="PyPI-format"></a>
          <a href="https://github.com/zthxxx/sniputils/blob/master/LICENSE" target="_blank"><img src="https://img.shields.io/pypi/l/sniputils.svg" alt="License"></a>
        </p>
        
        :rocket: snippet utils with powerful influence
        
        
        ## Provide
        
        - **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
        - **import_hook** - crazy import and frame hack
        - **snippets** - utils code snippet which not as lib
        
        
        ## Install
        
        ```bash
        pip install sniputils
        ```
        
        
        ## Contribute
        
        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: >=2.7
