Metadata-Version: 2.1
Name: lyft-bikes
Version: 0.1.3
Summary: Python Client for Lyft Bike Sharing Data.
Home-page: https://wd60622.github.io/lyft-bikes/
License: MIT
Author: Will Dean
Author-email: wd60622@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: boundary
Requires-Dist: geopandas ; extra == "boundary"
Requires-Dist: pandas
Requires-Dist: requests
Project-URL: Documentation, https://wd60622.github.io/lyft-bikes/
Project-URL: Repository, https://github.com/wd60622/lyft-bikes/
Description-Content-Type: text/markdown

# Lyft Bike Share Data

[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Tests](https://github.com/wd60622/lyft-bikes/actions/workflows/tests.yml/badge.svg)](https://github.com/wd60622/lyft-bikes/actions/workflows/tests.yml)
[![PyPI version](https://badge.fury.io/py/lyft-bikes.svg)](https://badge.fury.io/py/lyft-bikes)
[![docs](https://github.com/wd60622/lyft-bikes/actions/workflows/docs.yml/badge.svg)](https://wd60622.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://wd60622.github.io/lyft-bikes/examples/historical-trips/)
- Live station and bike / scooter availability
- [Applying pricing to trips](https://wd60622.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://wd60622.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/wd60622/divvy/issues/new) or a PR on GitHub. Thanks!

