Metadata-Version: 1.1
Name: xutils
Version: 0.7.1
Summary: A Fragmentary Python Library
Home-page: https://github.com/xgfone/xutils
Author: xgfone
Author-email: xgfone@126.com
License: UNKNOWN
Description: xutils
        ======
        
        A fragmentary Python library.
        
        * const
        * daemon
        * escape
        * functions
        * hash_ring
        * dictConfig of logging
        * mail
        * network
        * objects
        * oslodb
        * osloi18n
        * password
        * server
        * string
        * url
        * version
        * xml2json
        
        Install
        =======
        
        ``$ pip install xutils``
        
        Notice
        ------
        
        These packages below are not installed automatically, and you need to add them into requirements.txt in you application, if you want to use the functions related to them in this package.
        
        * oslo.i18n
        * oslo.utils
        * oslo.service
        * oslo.db
        
        Dependency Relationship
        -----------------------
        
        ================  ============
            Dependent       Depended
        ================  ============
         xutils.oslodb     oslo.db
         xutils.server     oslo.service
         xutils.osloi18n   oslo.i18n
         xutils.string     oslo.utils
        ================  ============
        
        These packages are independent of one another. If you do not use one of them, it is needless to install the package that it depends on.
        
        
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
