Metadata-Version: 1.0
Name: ape
Version: 0.2.0
Summary: A Productive Environment - make/rake/ant/fab-like system with support for FOSD
Home-page: http://github.com/henzk/ape
Author: Hendrik Speidel
Author-email: hendrik@schnapptack.de
License: MIT License
Description: ape - a productive environment
        ==============================
        
        .. image:: https://secure.travis-ci.org/henzk/ape.png
           :target: http://travis-ci.org/henzk/ape
        
        .. epigraph::
        
            ``ape`` is a make/rake/ant/fab-like system with support for FOSD.
        
        
        STATUS: **incomplete** - will be released bit by bit after removing internal stuff
        
        ``ape`` is short for "A Productive Environment". It provides a way to organize tasks in feature modules.
        Feature modules can introduce new tasks and refine tasks that have been introduced by other features.
        
        Tasks are defined as simple python functions. ``ape`` makes these task functions available from the command line
        and provides usage information by extracting the functions` docstrings.
        
        Documentation: http://ape.readthedocs.org/
        
        License: MIT
        
Keywords: fosd,fop,features,build tool
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Environment :: Console
