
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
.. image:: https://img.shields.io/pypi/v/pybuoy?color=blue :alt: Latest Version :target: https://pypi.python.org/pypi/pybuoy
.. image:: https://img.shields.io/pypi/pyversions/pybuoy :alt: Supported Python Versions :target: https://pypi.python.org/pypi/pybuoy
.. image:: https://img.shields.io/pypi/dm/pybuoy :alt: PyPI - Monthly Downloads :target: https://pypi.python.org/pypi/pybuoy
pybuoy
is a Python wrapper for NOAA <https://www.noaa.gov>
_ and NDBC <https://www.ndbc.noaa.gov>
_ REST web services.
pybuoy
is supported on Python 3.11+ and can be installed with either pip or a package manager like poetry <https://python-poetry.org>
_:
with pip: pip install pybuoy
python's virtualenv <https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments>
_.with poetry: poetry add pybuoy
python's virtualenvs <https://realpython.com/dependency-management-python-poetry>
_... code-block:: python
from pybuoy import Buoy
buoy = Buoy()
With a instance of Buoy
, you can request data from NOAA and NDBC like so:
Get all active stations <https://pybuoy.readthedocs.io/en/latest/tutorials/active_buoys.html>
_.
Get realtime meteorological data <https://pybuoy.readthedocs.io/en/latest/tutorials/realtime_data.html#get-meteorological-data>
_ for buoy by station_id.
Get realtime wave summary data <https://pybuoy.readthedocs.io/en/latest/tutorials/realtime_data.html#get-wave-summary-data>
_ for buoy by station_id.
Get forecast data <https://pybuoy.readthedocs.io/en/latest/tutorials/forecast_data.html>
_ for buoy by lat/lon.
FAQs
Python wrapper for NOAA and NDBC REST web services.
We found that pybuoy demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.