Metadata-Version: 1.1
Name: xutils
Version: 0.9
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.
        
        * configuration of cmd and file
        * const
        * daemon
        * escape
        * functions
        * hash_ring
        * dictConfig of logging
        * mail
        * network
        * objects
        * oslodb
        * osloi18n
        * password
        * server
        * 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.
        
        * pbr
        * netaddr
        * netifaces
        * oslo.i18n
        * oslo.service
        * oslo.db
        
        Dependency Relationship
        -----------------------
        
        ====================================  ===================
                   Dependent                       Depended
        ====================================  ===================
         xutils.net                            netaddr, netifaces
         xutils.oslodb                         oslo.db
         xutils.server                         oslo.service
         xutils.osloi18n                       oslo.i18n
         xutils.version.get_program_version    pbr
        ====================================  ===================
        
        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.6
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
