Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
GTFS Kit
.. image:: https://github.com/mrcagney/gtfs_kit/actions/workflows/test.yml/badge.svg
GTFS Kit is a Python 3.10+ library for analyzing General Transit Feed Specification (GTFS) <https://en.wikipedia.org/wiki/GTFS>
_ data in memory without a database.
It uses Pandas and GeoPandas to do the heavy lifting.
Install it from PyPI with UV, say, via uv add gtfs_kit
.
In the Jupyter notebook notebooks/examples.ipynb
.
The documentation is built via Sphinx from the source code in the docs
directory then published to Github Pages at mrcagney.github.io/gtfs_kit_docs <https://mrcagney.github.io/gtfs_kit_docs>
_.
Note to the maintainer: To update the docs do uv run publish-sphinx-docs
, then enter the docs remote git@github.com:mrcagney/gtfs_kit_docs
.
the current GTFS <https://developers.google.com/transit/gtfs/reference>
.
In particular, i avoid handling GTFS extensions <https://developers.google.com/transit/gtfs/reference/gtfs-extensions>
.
That is the most reasonable scope boundary i can draw at present, given this project's tiny budget.
If you would like to fund this project to expand its scope, please email me.MRCagney <http://www.mrcagney.com/>
_ for periodically donating to this project.develop
branch and include tests.derhuerst
for bringing this to my attention in closed Issue 8 <https://github.com/mrcagney/gtfs_kit/issues/8#issue-1063633457>
_.validators.py
to avoid duplicating the work of what is now the canonical feed validator <https://github.com/MobilityData/gtfs-validator>
_ (written in Java).FAQs
A Python library for analyzing GTFS feeds.
We found that gtfs-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.