Python wrapper for NDBC data.
Project description
pybuoy
pybuoy
is a server-side Python package that was built to facilitate rapid discovery of new data from NDBC with only a single dependency!
Installation
pybuoy
is supported on Python 3.10+ and can be installed with either pip
or a package manager like poetry:
- with pip:
pip install pybuoy
- recommended to install any third party library in python's virtualenv. (ref)
- with poetry:
poetry add pybuoy
- automatically creates and manages your virtualenvs. (ref)
Quickstart
# Demo in python/ipython shell
# Don't forget to install pybuoy first
>>> from pybuoy import Buoy
>>> buoy = Buoy()
>>> buoy
<pybuoy.buoy.Buoy object at 0x10481fc10>
Examples
-
Get realtime meteorological data for buoy by station_id.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pybuoy-0.4.0.tar.gz
(21.8 kB
view details)
Built Distribution
pybuoy-0.4.0-py3-none-any.whl
(36.6 kB
view details)
File details
Details for the file pybuoy-0.4.0.tar.gz
.
File metadata
- Download URL: pybuoy-0.4.0.tar.gz
- Upload date:
- Size: 21.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18d7da5716eb1cbf1cf8ffb9e3bc303704c16f6c1e8309fd3109fc86b414926b |
|
MD5 | 5195ce023a060e915f3fdb5f01216618 |
|
BLAKE2b-256 | db8b0792d64e6482990de18bde35e3fa3177c92c975b7e2aeb6d81fd0bdb844d |
Provenance
File details
Details for the file pybuoy-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: pybuoy-0.4.0-py3-none-any.whl
- Upload date:
- Size: 36.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.10.6 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9291228be0989aa3f562f0c88faa2507f7a9b6ac32c359d79a83f0b8e1a1b2bf |
|
MD5 | 9a70a686804139d752e5c93ac5a3bfbe |
|
BLAKE2b-256 | ab56aee46d7c6055ea5a819d66f588728aeff60aea8f511542d09bdb9163680c |