Metadata-Version: 2.3
Name: yooink
Version: 0.1.2
Summary: A package for accessing OOI data via the m2m protocol
Project-URL: Repository, https://github.com/Waveform-Analytics/yooink
Project-URL: Documentation, https://waveform-analytics.github.io/yooink/
Project-URL: Issues, https://github.com/Waveform-Analytics/yooink/issues
Author-email: Michelle Weirathmueller <michelle@waveformanalytics.com>
License: MIT License
        
        Copyright (c) 2024 Waveform Analytics
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: OOI,ocean observatory data
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

![Yooink text logo](https://raw.githubusercontent.com/Waveform-Analytics/yooink/main/assets/final-text-sm.png)

# yooink

A Python package to access Ocean Observatories Initiative (OOI) data via 
the m2m (machine to machine) interface. 

## Quick Setup

You can install this package from [PyPI](https://pypi.org/project/yooink/) using:

```bash
pip install yooink
```

## Usage

For more information about how to install and use yooink, check out the 
[yooink documentation site](https://waveform-analytics.github.io/yooink/).

