https://github.com/mbari-org/beholder-py
Python client library for beholder.
https://github.com/mbari-org/beholder-py
Last synced: 3 months ago
JSON representation
Python client library for beholder.
- Host: GitHub
- URL: https://github.com/mbari-org/beholder-py
- Owner: mbari-org
- License: apache-2.0
- Created: 2022-08-05T16:48:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-07T21:23:40.000Z (8 months ago)
- Last Synced: 2025-09-23T15:00:03.613Z (4 months ago)
- Language: Python
- Size: 23.4 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# beholder-py
Python client library for [beholder](https://github.com/mbari-org/beholder).
## Build
This project is built with [Poetry](https://python-poetry.org/).
You can build the project with the following command:
```bash
poetry build
```
This will create a `dist/` directory with the built `beholder` package.
## Install
You can install the built package with the following command:
```bash
pip install dist/beholder-.whl
```
## Development
To configure the project for development, install Poetry and run
```bash
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