Metadata-Version: 2.4
Name: onc-toolbox
Version: 0.0.3
Summary: A toolbox for exploring Ocean Networks Canada data for the adventuring scientist.
Author-email: Ian Black <iantimothyblack@gmail.com>
Project-URL: Repository, https://github.com/IanTBlack/onc-toolbox
Keywords: ONC
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: bottleneck
Requires-Dist: cartopy
Requires-Dist: echopype
Requires-Dist: gsw
Requires-Dist: jupyter
Requires-Dist: matplotlib
Requires-Dist: onc
Requires-Dist: netCDF4
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: scipy
Requires-Dist: xarray
Requires-Dist: uv
Requires-Dist: pytest
Requires-Dist: ipykernel
Requires-Dist: ipympl

# onc-toolbox

onc-toolbox is a community-supported collection of Python code and notebooks for exploring data from Ocean Networks Canada. 


## Installation

You can install `onc-toolbox` using pip:

```
pip install onc-toolbox
```

## Examples
You can find example notebooks in the [examples](https://github.com/IanTBlack/onc-toolbox/tree/main/examples) directory of onc-toolbox.
