Metadata-Version: 2.1
Name: lyft-bikes
Version: 0.1.0
Summary: Python Client for Lyft Bike Sharing Data.
Home-page: https://wd60622.github.io/divvy/
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: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Provides-Extra: boundary
Provides-Extra: index
Requires-Dist: geopandas; extra == "boundary"
Requires-Dist: lxml; extra == "index"
Requires-Dist: pandas
Requires-Dist: requests
Project-URL: Documentation, https://wd60622.github.io/divvy/
Project-URL: Repository, https://github.com/wd60622/divvy/
Description-Content-Type: text/markdown

# Lyft Bike Share Data

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!
