skillfed

georss-generic-client

A GeoRSS generic client library.

georss-generic-client v2026.6.0 73.5K downloads/30d#14,978 on PyPI0
Permissive license Apache-2.0 Active released

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-client

uv

uv add georss-generic-client

poetry

poetry add georss-generic-client

Installing 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

Development Status :: 5 - Production/StableOperating System :: OS IndependentProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

georss feed clientlocation-based feed filteringgeographic rss parserfeed change trackinggeorss feed managerdistance-based feed filteringrss feed updates
georsslocation-filteringfeed-management

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

georss-client

A framework for building client libraries that…

permissive · top 15,000 on PyPI

georss-qld-bushfire-alert-client

Fetches and parses Queensland Bushfire Alert…

permissive · top 15,000 on PyPI

aio-georss-client

Provides async access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

aio-geojson-client

Provides async access to GeoJSON feeds with…

permissive · top 15,000 on PyPI

georss-ign-sismologia-client

Fetches and parses earthquake event data from…

permissive · top 15,000 on PyPI

aio-georss-gdacs

Provides async access to Global Disaster Alert…

permissive · top 15,000 on PyPI

aio-geojson-nsw-rfs-incidents

Async client library for fetching and filtering…

permissive · top 15,000 on PyPI

aio-geojson-geonetnz-volcano

Async client library for retrieving New Zealand…

permissive · top 15,000 on PyPI

aio-geojson-geonetnz-quakes

Provides async access to the GeoNet NZ Quakes…

permissive · top 15,000 on PyPI

feedparser

Parses Atom and RSS feeds (including RSS 0.9x,…

permissive · top 5,000 on PyPI