Skip to content

clairBuoyant/pybuoy

Repository files navigation

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: