Metadata-Version: 2.1
Name: pyworldtidesinfo
Version: 3.0.0
Summary: A simple API for world tides info server
Home-page: https://github.com/jugla/pyWorldtidesinfo
License: MIT
Author: jugla
Requires-Python: >=3.7.0,<3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: requests (>=2.22.0,<3.0.0)
Project-URL: Repository, https://github.com/jugla/pyWorldtidesinfo
Description-Content-Type: text/markdown

# pyworldtidesinfo
## General
![GitHub release](https://img.shields.io/github/release/jugla/pyWorldtidesinfo)

Get tide info from World Tides Info server :
- Location Parameter : latitude/longitude of monitored point
- Tide prediction parameter : reference (LAT,...), tide station distance, tide prediction duration
- Tide picture : unit (meter/feet), plot/background color

## Installing
```
pip install pyworldtidesinfo
```

## Use
**Prerequisite** : a valid key from https://www.worldtides.info/

The `__main__.py` is provided to show an example of use.

- 2 main functions to connect to server :

  - retrieve tide station info

  - retrieve tide info (height, ...)

- several functions to decode the receive message from server



