Skip to content

Latest commit

 

History

History
51 lines (30 loc) · 1.86 KB

README.rst

File metadata and controls

51 lines (30 loc) · 1.86 KB

pybuoy - Python NOAA/NDBC API Wrapper

Latest Version Supported Python Versions PyPI - Monthly Downloads

pybuoy is a Python wrapper for NOAA and NDBC REST web services.

Installation

pybuoy is supported on Python 3.11+ and can be installed with either pip or a package manager like poetry:

Quickstart

from pybuoy import Buoy

buoy = Buoy()

With a instance of Buoy, you can request data from NOAA and NDBC like so: