Python client for Lyft bike share data.
- Support for cities with Lyft bike share
- Historical trips
- Live station and bike / scooter availability
- Applying # to trips
- Unlock Fees
- Minute Rates
Install from pip
$ pip install lyft-bikes
The documentation is hosted on GitHub Pages.
The development environment was created with poetry
. The pyproject.toml
file is the main configuration file for the project.
poetry install .
If you would like to contribute or find some issue in the code, please open an Issue or a PR on GitHub. Thanks!