Skip to content

mbari-org/beholder-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

beholder-py

Python client library for beholder.

Build

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.

Install

You can install the built package with the following command:

pip install dist/beholder-<VERSION>.whl

Development

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

About

Python client library for beholder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages