Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
/ pycabi Public archive

Python tools for working with Capital Bikeshare data.

License

Notifications You must be signed in to change notification settings

dbarlett/pycabi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycabi

Python tools for working with Capital Bikeshare (CaBi) data.

####Installation

git clone https://github.com/dbarlett/pycabi.git
cd pycabi
virtualenv .
source bin/activate
pip install -r requirements.txt
python -m unittest discover

####Usage

import pycabi
cabi = pycabi.get_system_status()
for station in cabi.values():
    print station.name, station.nb_bikes, station.nb_empty_docks

See the wiki for data source notes.

About

Python tools for working with Capital Bikeshare data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages