Metadata-Version: 2.4
Name: footium_api
Version: 0.1.10
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.13.4
Requires-Dist: pandas==2.2.2
Requires-Dist: diskcache==5.6.3
Requires-Dist: tenacity==9.0.0
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"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 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
