Metadata-Version: 1.1
Name: whs.utils.pyman
Version: 0.9.0
Summary: Utility for easy creation of help POSIX man-like pages
Home-page: https://devzone.itadmin.pl
Author: Filip Malczak
Author-email: filip(dot)malczak(at)gmail(dot)com
License: BSD license (http://opensource.org/licenses/bsd-license.php); owner: Web Harvesting Solutions Ltd; year: 2013
Description: WHS Ltd provides collection of pure-python modules.
        
        This is simple module created with intention of easier help system development
        for your applications.
        
        Standard usage should mimic POSIX man program, basing on builtin help()
        implementation.
        
        It was tested on python 3.3, but was written with any version in mind.
        
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Utilities
