Metadata-Version: 2.1
Name: featuremonkey3
Version: 0.1.2
Summary: Python 3.11 compatible fork of featuremonkey, a Python FOP framework first developed by Hendrik Speidel.
License: MIT
Author: Adrian Wong
Author-email: adrianwong227@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: six (>=1.16.0,<2.0.0)
Description-Content-Type: text/x-rst

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)

