Tides
This module acts as a wrapper around the Tidal Data providers such as Admiralty (UK Tide provider).
Usage
Using tides is pretty straightforward. You will need to have your
TideProvider's (currently on only Admiralty is implemented) access token set as
an environment variable named TIDE_KEY.
tides = Tides('admiralty')
tides.provider.get_tides(station="Leith")
The TideProvdier interface defines the following methods:
def get_all_stations():
def get_station_by_id():
def get_station_by_name():
def get_tides():
def next_tide():
def time_to_next_tide():
Install
$pip install tides
Contributing
See the Contributing Guide
Release files for tides 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tides-0.1.0.tar.gz | 3.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tides-0.1.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 8.4 kB
Release files / tides-0.1.0.tar.gz
| Download URL | tides-0.1.0.tar.gz |
|---|---|
| Size | 3.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
279d98531eb8ea4a462323dcb710a4166aa227f0a4fe4c65723ec06ef8e76eb9
|
|
BLAKE2b-256 checksum How to use checksums |
f5c28d35016b95f7c46d2e321f053bcd8b200c3e42660108900e2a58e844cd7f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
|
Release files / tides-0.1.0-py2.py3-none-any.whl
| Download URL | tides-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 4.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
efbf217985a0de210875b71059888126582ce127e72f77137459f0e97bdbc166
|
|
BLAKE2b-256 checksum How to use checksums |
6389d910d7ef0a78661c68f5a4f32f886f4f649a85abc4ad0d0336d1afdbc4dc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.6.2 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.6.9
|