Metadata-Version: 1.1
Name: kahgean
Version: 0.1.1
Summary: a set of handy utils for daily development
Home-page: https://bitbucket.org/xuecan/kahgean
Author: Xue Can
Author-email: xuecan@gmail.com
License: UNKNOWN
Description: Kahgean
        =======
        
        Kahgean is a set of handy utils for daily development.
        
        The ``kahgean.options`` module makes it easy to parse command-line
        arguments and configuration file by just one set of defines.
        
        The ``kahgean.logkit`` make configuring log handlers become easy.
        
        The ``kahgean.daemonize`` can help developers to write daemon programs.
        
Keywords: command-line,configuration,logging,daemonize
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
