Metadata-Version: 1.1
Name: xutils
Version: 2.0.2
Summary: A Fragmentary Python Library, no any third-part dependencies.
Home-page: https://github.com/xgfone/xutils
Author: xgfone
Author-email: xgfone@126.com
License: UNKNOWN
Description: xutils
        ======
        
        A fragmentary Python library, no any third-part dependencies but ``sqlalchemy`` and ``wsgi``.
        
        * a simple argument parser based on CLI and file.
        * a simple logging configuration
        * circuit breaker
        * const
        * life manager
        * messager
        * network
        * process manager
        * resource lock
        * resource pool
        * rate limit based on token.
        * retry call
        * sending email
        * sqlalchemy
        * util
        * wsgi
        * xml2json
        
        Notice: Only the sub-module ``sqlalchemy`` and ``wsgi`` depend on the third-party packages of ``six``, ``sqlalchemy`` and ``falcon``. If you does't use them, it's no need to install them.
        
        Install
        =======
        
        ``$ pip install xutils`` or ``$ easy_install xutils`` or ``$ python setup.py install``
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
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
