https://github.com/williambdean/lyft-bikes
Python Client for Lyft Bike Sharing Data
https://github.com/williambdean/lyft-bikes
bike-share chicago lyft micromobility new-york-city public-transportation python python3 san-francisco scooter-share
Last synced: about 1 month ago
JSON representation
Python Client for Lyft Bike Sharing Data
- Host: GitHub
- URL: https://github.com/williambdean/lyft-bikes
- Owner: williambdean
- License: mit
- Created: 2022-07-25T19:09:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-29T07:27:07.000Z (9 months ago)
- Last Synced: 2025-03-19T12:39:44.875Z (about 1 month ago)
- Topics: bike-share, chicago, lyft, micromobility, new-york-city, public-transportation, python, python3, san-francisco, scooter-share
- Language: Python
- Homepage: https://wd60622.github.io/lyft-bikes/
- Size: 910 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lyft Bike Share Data
[](https://github.com/astral-sh/ruff)
[](https://github.com/williambdean/lyft-bikes/actions/workflows/tests.yml)
[](https://badge.fury.io/py/lyft-bikes)
[](https://williambdean.github.io/lyft-bikes/)Python client for Lyft bike share data.
## Features
- Support for [cities](https://www.lyft.com/bikes#cities) with Lyft bike share
- [Historical trips](https://williambdean.github.io/lyft-bikes/examples/historical-trips/)
- Live station and bike / scooter availability
- [Applying pricing to trips](https://williambdean.github.io/lyft-bikes/examples/new-pricing/)
- Unlock Fees
- Minute Rates## Installation
Install from `pip`
```shell
$ pip install lyft-bikes
```## Documentation
The documentation is hosted on [GitHub Pages](https://williambdean.github.io/lyft-bikes/).
## Development
The development environment was created with [`poetry`](https://python-poetry.org/docs/). The `pyproject.toml` file is the main configuration file for the project.
```bash
poetry install .
```## Contributing
If you would like to contribute or find some issue in the code, please [open an Issue](https://github.com/williambdean/lyft-bikes/issues/new) or a PR on GitHub. Thanks!