Python client library for beholder.
This project is built with Poetry.
You can build the project with the following command:
poetry build
This will create a dist/
directory with the built beholder
package.
You can install the built package with the following command:
pip install dist/beholder-<VERSION>.whl
To configure the project for development, install Poetry and run
poetry install
poetry shell
This will create a virtual environment for the project, install all dependencies into it, then spawn a new shell with the environment activated.
© Monterey Bay Aquarium Research Institute, 2022