Metadata-Version: 1.1
Name: kahgean
Version: 0.1.2
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.
        
        ``kahgean.options`` makes it easy to parse command-line
        arguments and configuration file by just one set of defines.
        
        ``kahgean.logkit`` makes configuring log handlers become easy.
        
        ``kahgean.daemonize`` can help developers to write daemon programs.
        
        ``kahgean.initial`` provides some functions that should be invoked
        as soon as possible before doing any meaningful processing.
        
        ``kahgean.ipv4addr`` provides handy classes for describing IPv4
        addresses and/or subnetworks.
        
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
