{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/5"}],"enrichment":{"capability":"A framework for building client libraries that fetch and parse GeoRSS feeds, extracting geographic event data and managing feed updates over time.","skillfed_tags":["georss","feed-management","homeassistant"],"use_cases":["Build a Home Assistant integration that monitors earthquake feeds from multiple regional sources.","Track bushfire alerts from government GeoRSS feeds and notify users of events near their location.","Aggregate generic GeoRSS feeds from multiple providers and deduplicate entries based on external IDs.","Implement a location-aware alert system that filters feed entries by geographic proximity using haversine distance.","Monitor feed updates over time and detect when entries are removed or updated between polling cycles."],"what_it_does":"This is a base framework for building GeoRSS feed clients\u2014libraries that fetch and parse geographic event feeds from sources like earthquake monitors and bushfire alerts. It handles the common plumbing: fetching feeds via HTTP, parsing GeoRSS XML, extracting location and event data, and managing feed state across updates. The package itself is not a complete client; instead, you use it to build concrete clients for specific feeds (several examples are listed in the documentation, covering earthquakes, fires, and generic GeoRSS sources).\n\nThe framework provides a feed manager that tracks which entries are new, updated, or removed between successive feed fetches, returning status codes to indicate success or failure. This is useful for applications like Home Assistant that need to monitor multiple geographic event feeds and react to changes. You instantiate a concrete implementation, call update() to fetch the latest feed, and receive a tuple of status and entry data; the feed manager handles the bookkeeping of what changed since the last update.","worth_installing":"Yes, if you are building a GeoRSS-based client or Home Assistant integration. The framework is actively maintained, has low install friction, carries a permissive license, and solves a specific problem well\u2014managing feed state and change detection. Install only if you need to consume GeoRSS feeds; this is not a standalone tool but a library for developers."},"id":"georss-client","links":{"html":"https://skillfed.io/packages/georss-client","md":"https://skillfed.io/packages/georss-client.md","pypi":"https://pypi.org/project/georss-client/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-24","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"georss-client","python_support":"supports_current","summary":"A GeoRSS client library."},"popularity":{"monthly_downloads":104925,"position":12731,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2026.6.1"}
