Metadata-Version: 2.1
Name: masterpy
Version: 0.0.2
Summary: Python wrapper to simulate under phylogenetic SIR models using MASTER
Project-URL: Homepage, https://github.com/mlandis/masterpy
Project-URL: Bug Reports, https://github.com/mlandis/masterpy/issues
Author-email: Michael Landis <michael.landis@wustl.edu>, Ammon Thompson <ammonthompson@gmail.com>, Albert Soewongsono <soewongsono@wustl.edu>, Sean McHugh <m.seanwmchugh@wustl.edu>
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.7
Requires-Dist: dendropy
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tqdm
Description-Content-Type: text/markdown

# masterpy v0.0.2
Python wrapper for the MASTER simulator

To install, execute the following command from the base directory of the locally cloned repo:
```
python3 -m pip install .
```

To import within the Python environment
```
import masterpy
```
