{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/9"}],"enrichment":{"capability":"Provides pre-generated Python classes for encoding and decoding GTFS Realtime data\u2014real-time public transit information\u2014using Protocol Buffers for efficient binary serialization.","skillfed_tags":["transit-data","protocol-buffers"],"use_cases":["Parse real-time vehicle location feeds from transit agencies to display live positions.","Consume service alert messages to notify users of delays or service changes.","Build a transit data aggregator that collects GTFS Realtime feeds from multiple agencies.","Construct and publish GTFS Realtime feeds from your own transit system.","Validate or test GTFS Realtime data without writing Protocol Buffer schema definitions."],"what_it_does":"gtfs-realtime-bindings is a set of pre-generated Python classes that map the GTFS Realtime protocol buffer schema into native Python objects. GTFS Realtime is a data format for communicating real-time information about public transit systems, encoded as compact binary Protocol Buffers. Rather than requiring developers to run the protoc compiler themselves, this package ships the generated classes ready to use, eliminating a common source of confusion for first-time users.\n\nYou use it to parse binary GTFS Realtime feeds into Python objects, or to construct and serialize such objects for transmission. The package is maintained by MobilityData and has been in active development since 2015, with support for current Python versions (3.8+). Its only runtime dependency is protobuf, keeping installation simple.","worth_installing":"Yes. This is a focused, well-maintained library for a specific standard (GTFS Realtime) with low install friction, permissive licensing, no known vulnerabilities, and active upstream maintenance. Install it if you need to work with real-time transit data; skip it if you don't."},"id":"gtfs-realtime-bindings","links":{"html":"https://skillfed.io/packages/gtfs-realtime-bindings","md":"https://skillfed.io/packages/gtfs-realtime-bindings.md","pypi":"https://pypi.org/project/gtfs-realtime-bindings/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-29","license_spdx":null,"license_treatment":"permissive","name":"gtfs-realtime-bindings","python_support":"supports_current","summary":"Python classes generated from the GTFS-realtime protocol buffer specification."},"popularity":{"monthly_downloads":743496,"position":5177,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2.2.0"}
