Metadata-Version: 2.4
Name: openocean
Version: 0.2.1
Summary: add your description here
Requires-Python: >=3.12
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)
