emodpy is a shared Python workflow infrastructure used by disease-specific EMOD packages.
EMOD-Hub projects are provided as open source software under the MIT License for community use, research, and development.
Unless otherwise noted, these projects are no longer actively maintained or supported by IDM or the Gates Foundation.
Community contributions are welcome, and trusted collaborators may review and merge pull requests, but no guarantees are made regarding support, pull request review, security response, maintenance, or release timelines.
Python 3.13 is the recommended and supported version.
Documentation available at https://emod.idmod.org/emodpy/
To build the documentation locally, do the following:
- Create and activate a venv.
- Navigate to the root directory of the repo.
python -m pip install .[docs] mkdocs serve
Please see the documentation for testing.
Have a question or a comment? Check out our Discussions space.
If you have feature requests, issues, or new code, please see our CONTRIBUTING page for how to provide your feedback.