Metadata-Version: 2.4
Name: football-data-sdk
Version: 0.1.8
Summary: Libreria profesional para scraping y procesamiento de datos de fútbol.
Author-email: Anonimo <ing.lucasbracamonte@gmail.com>
Project-URL: Homepage, https://github.com/lucbra21/football-sdk-project.git
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.3.3
Requires-Dist: requests>=2.32.3
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: selenium>=4.33.0
Requires-Dist: webdriver-manager>=4.0.2
Requires-Dist: lxml>=6.0.1
Requires-Dist: urllib3>=2.4.0
Requires-Dist: beautifulsoup4>=4.13.4
Requires-Dist: numpy>=2.3.5
Requires-Dist: cloudscraper>=1.2.71

# Football Data SDK ⚽

Librería para automatizar la descarga y procesamiento de datos de fútbol.

## Instalación

```bash
pip install football-data-sdk
