Metadata-Version: 2.4
Name: seastartool
Version: 0.7
Summary: The Sea-faring System for Tagging, Attribution and Redistribution (SeaSTAR) is a GUI and CLI application for processing biodiversity data collected at sea.
Author-email: Alex Baldwin <contact@alexbaldwin.dev>
License-Expression: GPL-3.0
Project-URL: Homepage, https://github.com/NOC-OI/seastar
Project-URL: Issues, https://github.com/NOC-OI/seastar/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=1.13.3
Requires-Dist: pyarrow>=12.0.1
Requires-Dist: planktofeatures>=0.1
Requires-Dist: libifcb>=0.8
Requires-Dist: crabdeposit>=0.9
Dynamic: license-file

![SeaSTAR Logo](seastar-logo-text.png)

SeaSTAR (Sea-faring System for Tagging, Attribution and Redistribution) is a CLI and GUI application for processing biodiversity data collected at sea.

## Use cases
Currently SeaSTAR focuses on processing data collected on the IFCB instrument. It has functionality for interactions with EcoTaxa and CRAB.

## How to install and use
```
$ pip install seastartool
Collecting seastartool
  Downloading seastartool-0.1-py3-none-any.whl.metadata (1.1 kB)
[...]
Successfully installed seastartool-0.1

$ seastar ifcb_v4_features -i testdata/*.hdr -o testout/
```
