Metadata-Version: 2.4
Name: openocean
Version: 0.2.2
Summary: Package for OpenOceanNetwork
Requires-Python: >=3.12
Requires-Dist: httpx>=0.28.1
Provides-Extra: client
Requires-Dist: httpx>=0.28.1; extra == 'client'
Description-Content-Type: text/markdown

# OpenOcean


Get data using the OpenOceanClient:

from oo import OpenOceanClient

client = OpenOceanClient()

data = client.get_positions(decode=True)
