MUSCLE 3 is the third incarnation of the MUSCLE Multiscale Coupling Library and Environment. It is developed by the e-MUSC project of the University of Amsterdam and the Netherlands eScience Center.
A first version of MUSCLE 3 is now available! This is Python-only; support for C++, C and Fortran is under active development. Browse to the MUSCLE 3 documentation to get started.
MUSCLE 3 is Copyright 2018 University of Amsterdam and Netherlands eScience Center. It is licensed under the Apache License 2.0.
We welcome contributions to MUSCLE 3! For small additions or fixes, please submit a pull request, and we'll review your changes and apply them. If you want to add larger features, please make an issue and describe what you want to do, so that we can coordinate and avoid double work. For more details, see the documentation on contributing.
The MUSCLE 3 community fosters a welcoming atmosphere, and participation is open to everyone. In order to ensure that it stays that way, we have a code of conduct, and we will enforce it if necessary. Please treat your fellow human beings with respect.
Tests can be run using:
python setup.py test
The documentation can be built using:
python setup.py build_sphinx
