{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/22"}],"enrichment":{"capability":"Asynchronous Python client for retrieving dynamic electricity and gas prices from the EnergyZero API and compatible energy providers via REST or GraphQL backends.","skillfed_tags":["energy-pricing","async-client","rest-graphql"],"use_cases":["Fetch today's and tomorrow's electricity prices to display in a home energy dashboard or automation system.","Retrieve gas prices for billing reconciliation or cost forecasting across multiple days.","Build price-aware scheduling logic that shifts energy consumption to cheaper hours or quarter-hour windows.","Integrate with third-party energy providers (ANWB Energie, Energie van Ons, etc.) that use EnergyZero's pricing.","Monitor extreme prices and alert users when electricity or gas rates exceed a threshold."],"what_it_does":"EnergyZero is an async Python client that fetches real-time and day-ahead electricity and gas prices from the EnergyZero API, which also serves third-party energy retailers. It supports two backends: a REST API for single-date queries (hourly or quarter-hour electricity, daily gas) and a GraphQL endpoint for multi-day ranges with extended metadata. Prices are returned in EUR/kWh for electricity and EUR/m\u00b3 for gas, with support for multiple price types (market, market-with-VAT, all-in excluding VAT, all-in including VAT). The client provides convenience methods to extract current prices, averages, extremes, and price lookups at specific timestamps, making it straightforward to integrate energy pricing into home automation, billing systems, or energy-optimization applications.\n\nThe package requires Python 3.12 or later and depends on aiohttp for HTTP requests and yarl for URL handling. It is actively maintained, has no known security vulnerabilities, and is classified as production-stable. The API is designed around async/await patterns, so it integrates naturally with asyncio-based applications.","worth_installing":"Yes. The package is actively maintained, has zero known vulnerabilities, low install friction, and a permissive MIT license. It is well-suited for any Python application needing EnergyZero pricing data. The async design and support for multiple price types and backends make it flexible for both simple queries and complex multi-day forecasting. Install it if you need to integrate energy pricing into a Python project targeting EnergyZero or compatible providers."},"id":"energyzero","links":{"html":"https://skillfed.io/packages/energyzero","md":"https://skillfed.io/packages/energyzero.md","pypi":"https://pypi.org/project/energyzero/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-20","license_spdx":"MIT","license_treatment":"permissive","name":"energyzero","python_support":"supports_current","summary":"Asynchronous Python client providing energy/gas prices from EnergyZero"},"popularity":{"monthly_downloads":73537,"position":14983,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"5.0.2"}
