Metadata-Version: 2.1
Name: fotmob-api
Version: 1.0.0
Summary: API wrapper for Fotmob
Author: Christian Rønsholt
Author-email: ronsholt32@gmail.com
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: examples

# FotMob API

The **fotmob-api** Python package gives an easy way to interact with the unofficial [FotMob](https://www.fotmob.com/) API.
It enbales you to extract shots and xG values for matches and aggregated stats such as xG, xA and all other stats you can find on FotMob.

## Installation

The package is availbale on PyPi to be installed using `pip`:

```bash
pip install fotmob-api
```

Or install the latest development version:

```bash
pip install git+git@github.com:C-Roensholt/fotmob-api.git
```

## Usage

See [examples](./examples/) for basic usage of the API wrapper.

## Documentation

ToDo!

## Contributing

ToDo!
