Metadata-Version: 1.1
Name: rabird.core
Version: 0.3.4
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: UNKNOWN
Description: 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:
        
        -  An advance ConfigParser
        -  C-style string manage functions
        -  Some CPU related datetime functions
        -  Distutils for preprocess source to compatilbe with python 2.7
        -  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 ...
        
        
        Changes
        =======
        
        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
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Libraries
