Metadata-Version: 2.3
Name: whitebox-plugin-device-insta360
Version: 0.1.22
Summary: A plugin for whitebox to interface with Insta360 cameras
License: GNU Affero General Public License v3
Author: Milos
Author-email: hello@klined.org
Requires-Python: >=3.10.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: insta360 (>=0.1.16,<0.2.0)
Description-Content-Type: text/markdown

# Whitebox Plugin - Insta360 Camera Support

This is a plugin for [whitebox](https://gitlab.com/whitebox-aero) that enables support for Insta360 cameras
using the [insta360 library](https://gitlab.com/whitebox-aero/insta360).

## Installation

Simply install the plugin to whitebox:

```
poetry add whitebox-plugin-device-insta360
```

## Adding Plugin to Whitebox Locally (For Development)

1. Set up whitebox locally.
2. Clone this repository.
3. Add plugin to whitebox using the following command: `poetry add -e path/to/plugin.`
4. Run the whitebox server.

## Running Plugin Tests Locally

1. Ensure you have the plugin installed in whitebox like mentioned above.
2. Run the tests: `make test`.

## Contribution Guidelines

1. Write tests for each new feature.
2. Ensure coverage is 90% or more.
3. [Google style docstrings](https://mkdocstrings.github.io/griffe/docstrings/#google-style)
   should be used for all functions and classes.

