Metadata-Version: 1.1
Name: rabird.core
Version: 0.4.1
Summary: A library contained miscellaneous functions and fixes that used during our development
Home-page: https://github.com/starofrainnight/rabird.core
Author: Hong-She Liang
Author-email: starofrainnight@gmail.com
License: Apache Software License
Description: ===========
        rabird.core
        ===========
        
        
        .. image:: https://img.shields.io/pypi/v/rabird.core.svg
            :target: https://pypi.python.org/pypi/rabird.core
        
        .. image:: https://travis-ci.org/starofrainnight/rabird.core.svg?branch=master
            :target: https://travis-ci.org/starofrainnight/rabird.core
        
        .. image:: https://ci.appveyor.com/api/projects/status/github/starofrainnight/rabird.core?svg=true
            :target: https://ci.appveyor.com/project/starofrainnight/rabird.core
        
        The base library for rabird series modules.
        
        This library provided a series helper utilties for production, they are
        disordered and grow up while other module needs, there are no plan and
        just for production practice:
        
        * License: Apache-2.0
        
        Features
        --------
        
        -  An advance ConfigParser
        -  C-style string manage functions
        -  Some CPU related datetime functions
        -  Html related stuffs
        -  Logging functions
        -  Some system related stuffs
        -  Windows fixes just like "fix console can't output unicode string in
           python 2.7", etc .
        -  Miscellaneous ...
        
        Credits
        ---------
        
        This package was created with Cookiecutter_ and the `PyPackageTemplate`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`PyPackageTemplate`: https://github.com/starofrainnight/rtpl-pypackage
        
        
        
        =======
        History
        =======
        
        0.3.16 (2018-06-01)
        -------------------------
        
        * Fixed pypiwin32 not supported version below 3.5 in latest versions
        
        0.3.15 (2018-05-23)
        -------------------------
        
        * ConfigParser: Fixed issues
        * ConfigParser: Added space_around_delimiters argument for write()
        
        0.3.9 (2015-12-02)
        -------------------------
        
        * Switch to pydgutils bootstrap
        
        0.3.5 (2015-12-02)
        -------------------------
        
        * Supported install pywin32 through pip by pypiwin32 package
        
        0.3.2 (2015-12-02)
        -------------------------
        
        * Can't install from packaged zip file due to missing rabird_bootstrap.py
        
        0.3.0 (2015-08-27)
        -------------------------
        
        * Support UWBPEP on windows
        
        So that you need not install the pywin32 package manually if it does not installed.
        
        0.1.9 (2015-08-18)
        -------------------------
        
        * Initial release
        
Keywords: rabird.core
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
