Metadata-Version: 2.1
Name: pyfotmob
Version: 0.0.2
Summary: A Python library for interacting with the FotMob API
Home-page: https://github.com/Yoo-Joo/PyFotMob
Author: Youssef Ermili
Author-email: youssef.ermili@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
License-File: LICENSE

# PyFotMob

## Getting started

### Installation
```bash
pip install pyfotmob
```

### Usage
```python
from pyfotmob import FotMob

team = FotMob(30028)
print(team.get())
```
