Skip to main content

A lightweight Pandas-driven package for analyzing static GTFS feeds.

Reason this release was yanked:

Major bug.

Project description

GTFS-Lite

A lightweight pandas-driven package for analyzing static GTFS feeds.

GTFS-Lite is a simple module that allows for the quick loading and manipulation of statig GTFS feeds by leveraging the flexibility of the Pandas library.

You can find the docs here.

To get started:

  • Install this package using pip install gtfs-lite.
  • Load a feed directly from a zipfile with from gtfslite import GTFS
    and gtfs = GTFS.load_zip('path/to/file.zip')
  • Access the various attributes, for example print(gtfs.summary())

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gtfs-lite-0.1.5.tar.gz (8.8 kB view hashes)

Uploaded Source

Built Distribution

gtfs_lite-0.1.5-py3-none-any.whl (10.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page