Skip to main content
Version Python versions Wheel status 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

  • Other non-TUI commands like opening a map and getting the fare for a trip

  • Includes a low-level Python wrapper for the full BART API

  • 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] [-v] {map,list,est,fare} ...

Display real time BART estimates.

optional arguments:
  -h, --help           show this help message and exit
  -v, --version        show program's version number and exit

commands:
  {map,list,est,fare}
    map                open station map in web browser
    list               show list of stations and their abbreviations
    est                display estimates for specified stations
    fare               show fare for a trip between two stations

examples:
  bart                 get estimates for $BART_STATIONS
  bart map             open station map
  bart list            list all stations
  bart est mcar        get estimates for MacArthur station
  bart est embr cols   get estimates for Embarcadero and Coliseum stations
  bart fare conc sfia  get fare for a trip between Concord and SFO 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.

API

Even though it doesn’t use everything, pybart includes a low-level Python wrapper for the full BART API with pybart.api.BART. Every call returns the root element of the XML response using ElementTree.

Example usage:

>>> from pybart.api import BART
>>> bart = BART()  # Uses the public API key by default
>>> root = bart.stn.stninfo('dbrk')
>>> station = root.find('stations').find('station')
>>> print(station.find('address').text + ', ' + station.find('city').text)
2160 Shattuck Avenue, Berkeley
>>> print(bart.version().find('apiVersion').text)
3.00

License

BSD 3-Clause

Release files for pybart 1.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pybart 1.5.0
File Size Uploaded
pybart-1.5.0.tar.gz 8.5 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pybart 1.5.0
File Interpreter ABI Platform
pybart-1.5.0-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 21.2 kB

Release files / pybart-1.5.0.tar.gz

Download URL pybart-1.5.0.tar.gz
Size 8.5 kB
Tags Source
SHA-256 checksum
How to use checksums
7db0c879422282697dc1f44eacfdf3becafd191f1791631e615ce4076cc86e85
BLAKE2b-256 checksum
How to use checksums
3000cecb7954d3b9294881dec53c9d3357b016d61038ca0b1c38a214c9c09355
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / pybart-1.5.0-py2.py3-none-any.whl

Download URL pybart-1.5.0-py2.py3-none-any.whl
Size 12.7 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
1146644e4ff3f7502670e08570ecb570b0419684323846623c5472aa91356393
BLAKE2b-256 checksum
How to use checksums
7072ed58dfbbb6ffec94a5ca9acf414fab457f205695dd267f09f0bfbcc1e082
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

1.5.1

2 release files

This release

1.5.0 This release

2 release files

1.4.0

2 release files

1.3.1

2 release files

1.3.0

1 release file

1.2.2

1 release file

1.2.1

1 release file

1.2.0

1 release file

1.1.0

1 release file

1.0.2

1 release file

1.0.1

1 release file

1.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page