Metadata-Version: 2.1
Name: footium_api
Version: 0.1.3
Summary: python api for the footium game
Home-page: https://github.com/Sohojoe/footium_api
Author: SohoJoe
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: python-dotenv ==1.0.1
Requires-Dist: pycryptodome ==3.20.0
Requires-Dist: python-box ==7.1.1
Requires-Dist: gql ==3.5.0
Requires-Dist: requests-toolbelt ==1.0.0
Requires-Dist: eth-account ==0.12.2
Requires-Dist: pandas ==2.2.2
Requires-Dist: diskcache ==5.6.3
Provides-Extra: dev
Requires-Dist: pre-commit ==3.7.1 ; extra == 'dev'
Requires-Dist: black ; extra == 'dev'
Requires-Dist: ruff ; extra == 'dev'
Requires-Dist: codespell ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Requires-Dist: nbqa ; extra == 'dev'
Requires-Dist: types-requests ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Provides-Extra: notebooks
Requires-Dist: jupyter ; extra == 'notebooks'
Requires-Dist: seaborn ; extra == 'notebooks'
Requires-Dist: fapi ; extra == 'notebooks'

# footium_api
python api for footium


## Tutorials

```
pip install footium_api[notebooks]
```

- [setup](./notebooks/setup_notebook.ipynb) run this to set up for your wallets, clubs etc
- [my_players](./notebooks/my_players.ipynb) --> how to get your players
- [next_fixtures](./notebooks/next_fixtures.ipynb) --> get next features for your clubs
- [formations](./notebooks/my_players.ipynb) --> get the formations supported
