https://github.com/mbari-org/vars-gridview
VARS GridView is a tool for reviewing and correcting VARS localizations in bulk.
https://github.com/mbari-org/vars-gridview
Last synced: 3 months ago
JSON representation
VARS GridView is a tool for reviewing and correcting VARS localizations in bulk.
- Host: GitHub
- URL: https://github.com/mbari-org/vars-gridview
- Owner: mbari-org
- License: mit
- Created: 2021-09-29T23:40:39.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:41:29.000Z (11 months ago)
- Last Synced: 2025-03-27T03:21:56.375Z (10 months ago)
- Language: Python
- Homepage:
- Size: 689 KB
- Stars: 2
- Watchers: 6
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# vars-gridview
**VARS GridView** is a tool for reviewing and correcting VARS localizations in bulk.
[](https://pypi.python.org/pypi/vars-gridview)
[](https://opensource.org/licenses/MIT)
[](https://www.python.org/downloads/)
[](https://github.com/mbari-org/vars-gridview/actions/workflows/ci.yml)
[](https://github.com/astral-sh/uv)
[](https://docs.astral.sh/ruff/)
Authors: Kevin Barnard ([kbarnard@mbari.org](mailto:kbarnard@mbari.org)), Paul Roberts ([proberts@mbari.org](mailto:proberts@mbari.org))
## :hammer: Installation
> [!NOTE]
> VARS GridView requires Python 3.8 or later.
To install VARS GridView, run:
```bash
pip install vars-gridview
```
### From source
VARS GridView is built with [hatch](https://hatch.pypa.io/) and managed with [uv](https://docs.astral.sh/uv/). To install from source, clone the repository and run:
```bash
pip install .
```
## :rocket: Usage
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.*
## Credits
Icons courtesy of [Font Awesome](https://fontawesome.com/).
---
Copyright © 2020 [Monterey Bay Aquarium Research Institute](https://www.mbari.org)