Metadata-Version: 2.1
Name: pyco-utils
Version: 0.1.4
Summary: common utils and samples for python developers
Home-page: http://github.com/dodoru/pyco-utils
Author: dodoru
Author-email: dodoru@foxmail.com
Maintainer: dodoru
Maintainer-email: dodoru@foxmail.com
License: GNU LGPLv3
Description: 
        pyco_utils
        ======
        - Python Common Utils For Web Developers
        
        ```
        ├── __init__.py
        ├── _compat.py
        ├── _format.py
        ├── _json.py
        ├── colog.py
        ├── const.py
        ├── decorators.py
        ├── form_data.py
        └── reverify.py
        ```
        
        - depends:
        
        ```
        werkzeug
        ```
        
Keywords: Python utils
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
