Metadata-Version: 2.1
Name: pyergast
Version: 0.1.0
Summary: Python pandas wrapper for the Ergast F1 API
Home-page: https://github.com/weiranyu/pyErgast
Author: Weiran Yu
Author-email: weiranyu@hotmail.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: pandas (>=1.1.5,<2.0.0)
Requires-Dist: requests (>=2.25.0,<3.0.0)
Project-URL: Documentation, https://pyergast.readthedocs.io/en/latest/
Project-URL: Repository, https://github.com/weiranyu/pyErgast
Description-Content-Type: text/markdown

# pyErgast 

![](https://github.com/weiranyu/pyergast/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/weiranyu/pyergast/branch/main/graph/badge.svg)](https://codecov.io/gh/weiranyu/pyergast) ![Release](https://github.com/weiranyu/pyergast/workflows/Release/badge.svg) [![Documentation Status](https://readthedocs.org/projects/pyergast/badge/?version=latest)](https://pyergast.readthedocs.io/en/latest/?badge=latest)

Python pandas wrapper for the Ergast F1 API

## Installation

```bash
$ pip install -i https://test.pypi.org/simple/ pyergast
```

## Features

- TODO

## Dependencies

- TODO

## Usage

- TODO

## Documentation

The official documentation is hosted on Read the Docs: https://pyergast.readthedocs.io/en/latest/

## Contributors

We welcome and recognize all contributions. You can see a list of current contributors in the [contributors tab](https://github.com/weiranyu/pyergast/graphs/contributors).

### Credits

This package was created with Cookiecutter and the UBC-MDS/cookiecutter-ubc-mds project template, modified from the [pyOpenSci/cookiecutter-pyopensci](https://github.com/pyOpenSci/cookiecutter-pyopensci) project template and the [audreyr/cookiecutter-pypackage](https://github.com/audreyr/cookiecutter-pypackage).

