Metadata-Version: 1.1
Name: pycommand
Version: 0.1.0
Summary: Create (recursive trees of) executable (sub)commands using minimal code
Home-page: http://babab.nl/
Author: Benjamin Althues
Author-email: benjamin@babab.nl
License: ISC
Download-URL: http://pypi.python.org/pypi/pycommand/
Description: pycommand is a module with one simple `CommandBase` class
        that you can use to create executable commands for your python programs with
        very simplistic and readable code.
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Shells
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
