skillfed

aio-georss-client

An async GeoRSS client library.

aio-georss-client v2026.6.0 83.8K downloads/30d#14,047 on PyPI0
Permissive license Apache-2.0 Active released

What it is and what it does

aio-georss-client is an async Python library for consuming GeoRSS feeds—XML feeds that carry geographic data. It abstracts the mechanics of fetching and parsing GeoRSS data, exposing a simple update() call that returns a status code and a list of feed entries. The library handles three geometry types (Point, Polygon, Bounding Box) and is designed to be subclassed for specific feed sources.

The package includes a Feed Manager that tracks feed state across updates, reporting which entries are new, updated, or removed compared to the previous fetch. It distinguishes between the timestamp of any update attempt and the timestamp of successful updates, letting consumers handle intermittent failures gracefully. Built on aiohttp, haversine, xmltodict, and python-dateutil, it integrates into async Python applications.

Use it for:

  • Monitor geographic feeds and track which entries are new, updated, or removed across successive updates.
  • Build integrations that consume GeoRSS data and trigger actions based on feed state changes.
  • Filter geographic feed data by geometry type before passing it downstream to other systems.
  • Handle intermittent feed update failures by distinguishing successful updates from failed attempts.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides async access to GeoRSS feeds with support for multiple geometry types and feed management tracking of new, updated, and removed entries.

Yes. The package is actively maintained, production-stable, has low install friction, carries a permissive license, and solves a specific problem (async GeoRSS consumption with state tracking). It is well-suited for applications that need to consume geographic feeds with reliable change tracking.

Install

aio-georss-client on PyPI

pip

pip install aio-georss-client

uv

uv add aio-georss-client

poetry

poetry add aio-georss-client

Installing aio-georss-client

Before you install

Low install friction with a pure Python wheel. Actively maintained as of 2026-07-21, marked production/stable, and requires Python 3.11 or later.

License in practice

Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions.

Quickstart

pip install aio-georss-client

import aiohttp
from aio_georss_client import GeoRssFeed

async with aiohttp.ClientSession() as session:
    feed = GeoRssFeed(session, feed_url)
    status, entries = await feed.update()

Requires Python 3.11 or later; aiohttp ClientSession must be provided.

Verify before relying

  • Whether the library handles authentication for feeds that require it
  • Performance characteristics when processing large feeds or many concurrent updates
  • Whether custom geometry filtering is extensible beyond Point, Polygon, and Bounding Box

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 4 — aiohttp, haversine, xmltodict, python-dateutil
Maintenance actively maintained — 53 days since the last release
Last repo commit
First released
Downloads 83,793/month — #14,047 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aio_georss_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

async georss feed clientgeorss feed parserasync xml feed readergeolocation feed managementgeographic rss libraryasync feed state tracking
async-iogeorssfeed-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

aio-geojson-client

Provides async access to GeoJSON feeds with…

permissive · top 15,000 on PyPI

aio-georss-gdacs

Provides async access to Global Disaster Alert…

permissive · top 15,000 on PyPI

georss-generic-client

Provides generic access to GeoRSS feeds with…

permissive · top 15,000 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-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

georss-ign-sismologia-client

Fetches and parses earthquake event data from…

permissive · top 15,000 on PyPI

stream-python

Official Python client library for Stream Feeds…

permissive · top 5,000 on PyPI