Skip to main content

Real time BART (Bay Area Rapid Transit) information in your terminal!

Project description

Version Downloads Python versions License

Real time BART (Bay Area Rapid Transit) information in your terminal!

Screenshot

Features

  • Real time estimates and service advisories

  • Curses-based TUI with auto-refreshing and resizing

  • View multiple stations at the same time

  • Colors indicating transit lines, estimate times, and train lengths

  • Ability to configure a default set of stations

  • No dependencies; built with only standard libraries

Requirements

  • Python 2.6+ or Python 3.0+ with the curses module installed (i.e. not Windows)

  • Terminal with 256 color support to correctly display the Richmond-Fremont line as orange (magenta otherwise)

    • Note: this usually involves setting the TERM environment variable to xterm-256color

Installation

pip install pybart

Usage

usage: bart [-h] [-l] [-v] [STN [STN ...]]

Display real time BART estimates.

positional arguments:
  STN            abbreviation of station to look up (default: BART_STATIONS
                 environment variable)

optional arguments:
  -h, --help     show this help message and exit
  -l, --list     print list of station abbreviations and exit
  -v, --version  show program's version number and exit

examples:
  bart mcar       get estimates for the MacArthur station
  bart embr cols  get estimates for the Embarcadero and Coliseum stations

Configuration

The following (optional) environment variables can be used to configure pybart:

  • BART_STATIONS - a comma-separated string (e.g. mcar,embr,cols) specifying the default stations to use when running bart with no arguments.

  • BART_API_KEY - the BART API key to use when fetching information. A public one is used by default, but you can get your own here.

License

BSD 3-Clause

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

pybart-1.3.0.tar.gz (6.5 kB view hashes)

Uploaded Source

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