pymoos

MOOS Python Wrapper.


License
LGPL-2.1
Install
pip install pymoos==2022.1

Documentation

python-moos

Python bindings for MOOS.

CI status
conda.recipe Conda Actions Status
pip builds Pip Actions Status
cibuildwheel Wheels Actions Status

Install from PyPI

python -m pip install pymoos

Build Instructions

To compile pymoos you will need MOOS compiled and installed as well as Python and pip.

Clone the repository:

git clone https://github.com/russkel/python-moos.git python-moos

Build and install pymoos:

cd python-moos
python -m pip install .