Metadata-Version: 2.1
Name: vars-gridview
Version: 0.2.5
Summary: VARS GridView is a tool for reviewing and correcting VARS localizations in bulk.
Home-page: https://github.com/mbari-org/vars-gridview
License: MIT
Keywords: VARS,localization,annotation
Author: Kevin Barnard
Author-email: kbarnard@mbari.org
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: beholder-client (>=0.1.0,<0.2.0)
Requires-Dist: opencv-python-headless (>=4.5.5.62,<5.0.0.0)
Requires-Dist: pymssql (>=2.2.4,<3.0.0)
Requires-Dist: pyqt6 (>=6.4.0,<7.0.0)
Requires-Dist: pyqtgraph (>=0.13.0,<0.14.0)
Requires-Dist: qdarkstyle (>=3.0.3,<4.0.0)
Requires-Dist: requests (>=2.27.1,<3.0.0)
Project-URL: Repository, https://github.com/mbari-org/vars-gridview
Description-Content-Type: text/markdown

# vars-gridview

**VARS GridView** is a tool for reviewing and correcting VARS localizations in bulk.

[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![Python](https://img.shields.io/badge/language-Python-blue.svg)](https://www.python.org/downloads/)

Authors: Kevin Barnard ([kbarnard@mbari.org](mailto:kbarnard@mbari.org)), Paul Roberts ([proberts@mbari.org](mailto:proberts@mbari.org))

---

## Install

### From PyPI

VARS GridView is available on PyPI as `vars-gridview`. To install, run:

```bash
pip install vars-gridview
```

### From source

This project is built with [Poetry](https://python-poetry.org/). To install from source, run (in the project root):

```bash
poetry install
```

## Run

Once VARS GridView is installed, you can run it from the command line:

```bash
vars-gridview
```

You will first be prompted to log in. Enter your VARS username and password. 

*Note: If you are not using MBARI production VARS, change the "Config server" field to point to your instance of Raziel. This setting is persisted.*

---

Copyright &copy; 2020&ndash;2023 [Monterey Bay Aquarium Research Institute](https://www.mbari.org)
