luissilva1044894 /
Pyrez
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
60/100 healthLoading repository data…
kiraware / repository
An API wrapper for BMKG written in Python.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
PyBMKG is an asynchronous Python API wrapper designed to harness the power of BMKG's open data on weather forecasts and earthquake information in Indonesia. Powered by the Meteorology, Climatology, and Geophysics Agency (BMKG), this project aims to streamline access to crucial meteorological and seismic data.
asyncio and aiohttp for efficient API requests.dataclass for clear and structured data representation.pip install PyBMKG
import asyncio
from bmkg import Earthquake, WeatherForecast
async def main():
async with Earthquake() as earthquake:
latest_earthquake = await earthquake.get_latest_earthquake()
strong_earthquake = await earthquake.get_strong_earthquake()
felt_earthquake = await earthquake.get_felt_earthquake()
print(f"Latest Earthquakes: {latest_earthquake}")
print(f"Strong Earthquakes: {strong_earthquake}")
print(f"Felt Earthquakes: {felt_earthquake}")
async with WeatherForecast() as weather_forecast:
weather_forecast = await weather_forecast.get_weather_forecast("11.01.01.2001")
print(f"Weather Forecast: {weather_forecast}")
asyncio.run(main())
You can start reading the documentation here.
We welcome contributions to enhance PyBMKG! Please review our contributing guidelines before getting started.
We would like to thank the Meteorology, Climatology and Geophysics Agency (BMKG) for its open data service on weather forecasts and latest earthquake information.
Selected from shared topics, language and repository description—not editorial ratings.
luissilva1044894 /
(ON REWRITE) An easy to use (a)sync wrapper for Hi-Rez Studios API (Paladins, Realm Royale, and Smite), written in Python. 🐍
60/100 healthMecha-Karen /
An API wrapper for discord, built using aiohttp and pydantic.
38/100 healthPaxxPatriot /
An API wrapper for the Skinport API written in Python.
PaxxPatriot /
An API wrapper for the CSFloat API written in Python.
67/100 healthDamego /
Python async api wrapper for anilibria.tv
45/100 healthPaxxPatriot /
An API wrapper for the Faceit API written in Python.
57/100 health