Metadata-Version: 2.1
Name: odp-sdk
Version: 0.7.2
Summary: ODP Python SDK
License: MIT
Author: Thomas Li Fredriksen
Author-email: thomas.fredriksen@oceandata.earth
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: cryptography (>=41.0.5,<43.0.0)
Requires-Dist: geojson (>=3.1.0,<4.0.0)
Requires-Dist: msal (>=1.24.1,<2.0.0)
Requires-Dist: msal-extensions (>=1.1.0,<2.0.0)
Requires-Dist: odp-dto (==0.7.2)
Requires-Dist: pandas (>=2.1.4,<3.0.0)
Requires-Dist: pydantic (>=2.4.2,<3.0.0)
Requires-Dist: pyjwt (>=2.8.0,<3.0.0)
Requires-Dist: shapely (>=2.0.4,<3.0.0)
Requires-Dist: validators (>=0.28.3,<0.29.0)
Description-Content-Type: text/markdown

# ODP Python SDK

Connect to the Ocean Data Platform with Python through the Python SDK. Download queried ocean data easily and efficiently into data frames, for easy exploring and further processing in your data science project.

## Documentation

https://docs.hubocea.earth

## Installation

```shell
pip install odp-sdk
```
