pymef is a suite of tools written in Python to solve
Bleeding edge: https://github.com/pbrod/pymef.
Official releases available at: http://pypi.python.org/pypi/pymef.
If you have pip installed, then simply type:
$ pip install pymef
to get the lastest stable version. Using pip also has the advantage that all requirements are automatically installed.
To test if the toolbox is working paste the following in an interactive python session:
import pymef as mef mef.test(coverage=True, doctests=True)
The pymef package for Python was written by
This project has been set up using PyScaffold 2.4.4. For details and usage information on PyScaffold see http://pyscaffold.readthedocs.org/.