featuremonkey

FOP for Python


Keywords
fop, features, program, composition, synthesis, monkey-patching
License
MIT
Install
pip install featuremonkey==0.3.1

Documentation

featuremonkey - FOP for Python

https://secure.travis-ci.org/henzk/featuremonkey.png

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)