georss-generic-client
A GeoRSS generic client library.
What it is and what it does
This library wraps GeoRSS feed consumption with location-aware filtering and state tracking. You instantiate a feed class with coordinates and optional filters (radius in kilometers, category names), call update() to fetch and parse the feed, and receive a status code plus a list of entries. The Feed Manager layer tracks changes across updates, reporting new entries, updates to existing ones, and removals—useful for applications that need to react incrementally to feed changes rather than reprocessing everything each time.
It's designed for scenarios where you're monitoring geographic events (alerts, incidents, weather) from remote feeds and want to filter by proximity and category without writing your own GeoRSS parser. The library handles the HTTP fetch, XML parsing, and state bookkeeping; you provide the feed URL and filter criteria.
Use it for:
- Monitor bushfire or emergency alerts within a specified radius of a home location.
- Track geographic event feeds (earthquakes, weather warnings) filtered by distance and category.
- Build a feed aggregator that detects and reports only new or changed entries since the last poll.
- Integrate location-based feed updates into a home automation or alerting system.
- Filter multi-category GeoRSS feeds to show only events matching specific criteria.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides generic access to GeoRSS feeds with location-based filtering and change tracking across feed updates.
Yes, if you need to consume GeoRSS feeds with location filtering. The library is actively maintained, has no known vulnerabilities, supports modern Python versions, and carries a permissive license. Install friction is low. The main unknown is the stability of its single runtime dependency; verify that georss_client itself meets your reliability requirements before committing.
Install
georss-generic-client on PyPI
pip
pip install georss-generic-clientuv
uv add georss-generic-clientpoetry
poetry add georss-generic-clientInstalling georss-generic-client
Before you install
Low install friction with a single runtime dependency. Active maintenance with a recent release (48 days old) and commits through July 2026. Supports current Python versions (3.11–3.14).
License in practice
Licensed under Apache-2.0 (permissive), allowing commercial and private use with minimal restrictions.
Quickstart
pip install georss-generic-client
from georss_generic_client import GenericFeed
feed = GenericFeed((-27.5, 153.0), filter_radius=200,
url="https://example.com/feed.xml")
status, entries = feed.update()
Requires Python 3.11 or later.
Verify before relying
- Whether the single runtime dependency (georss_client) itself has stable maintenance and low friction.
- Performance characteristics when processing large feeds or frequent updates.
- Real-world reliability of the Feed Manager's change detection across different GeoRSS feed formats.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — georss_client |
| Maintenance | actively maintained — 48 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,547/month — #14,978 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: georss_generic_client-2026.6.0-py3-none-any.whl
Keywords: homeassistant, georss
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
georss-clientA framework for building client libraries that…
permissive · top 15,000 on PyPI
georss-qld-bushfire-alert-clientFetches and parses Queensland Bushfire Alert…
permissive · top 15,000 on PyPI
aio-georss-clientProvides async access to GeoRSS feeds with…
permissive · top 15,000 on PyPI
aio-geojson-clientProvides async access to GeoJSON feeds with…
permissive · top 15,000 on PyPI
georss-ign-sismologia-clientFetches and parses earthquake event data from…
permissive · top 15,000 on PyPI
aio-georss-gdacsProvides async access to Global Disaster Alert…
permissive · top 15,000 on PyPI
aio-geojson-nsw-rfs-incidentsAsync client library for fetching and filtering…
permissive · top 15,000 on PyPI
aio-geojson-geonetnz-volcanoAsync client library for retrieving New Zealand…
permissive · top 15,000 on PyPI
aio-geojson-geonetnz-quakesProvides async access to the GeoNet NZ Quakes…
permissive · top 15,000 on PyPI
feedparserParses Atom and RSS feeds (including RSS 0.9x,…
permissive · top 5,000 on PyPI