Metadata-Version: 1.0
Name: featuremonkey
Version: 0.2.2
Summary: FOP for Python
Home-page: http://github.com/henzk/featuremonkey
Author: Hendrik Speidel
Author-email: hendrik@schnapptack.de
License: MIT License
Description: featuremonkey - FOP for Python
        ==================================
        
        .. image:: https://secure.travis-ci.org/henzk/featuremonkey.png
           :target: http://travis-ci.org/henzk/featuremonkey
        
        compose python programs out of features by using monkeypatching.
        
        Installation
        ---------------
        
        - clone this repo
        - run ``python setup.py install`` or ``python setup.py develop`` or use pip
        - run the tests: ``test_featuremonkey``
        
        
        The documentation is incomplete right now (work in progress): https://featuremonkey.readthedocs.org/
        
        For more details, have a look at ``featuremonkey/test/composer.py``.
        
        
        License: MIT (see LICENSE)
        
Keywords: fop,features,program composition,program synthesis,monkey-patching
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
