Un paquete de ejemplo para análisis deportivo.
Project description
Paquete SportStats (sportstats_sgg)
Este es un paquete de ejemplo creado para el Módulo 2 del Máster. Provee funciones de utilidad para análisis deportivo.
Instalación
pip install sportstats_sgg
Ejemplos de Uso
import sportstats_sgg as ssa
1. Calcular Promedio de Goles
promedio = ssa.calcular_promedio_goles(goles=20, partidos=15) print(f"El promedio de goles es: {promedio}")
Salida: El promedio de goles es: 1.33
2. Verificar Elegibilidad
elegible = ssa.verificar_elegibilidad(lesionado=False, partidos_minimos=10, partidos_jugados=12) print(f"El jugador es elegible: {elegible}")
Salida: El jugador es elegible: True
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sportstats_sgg-0.1.0.tar.gz.
File metadata
- Download URL: sportstats_sgg-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fdabc4f8abb92afa2e75929fda613c5f25a4c38b6944bd392d626b57700cdc77
|
|
| MD5 |
0f9f3e461ea7f0107b1f6d8eaf456608
|
|
| BLAKE2b-256 |
87102f268c440eb5a46e2dbb99bd88b80004339ea0dedaa27904db745a9da0b9
|
File details
Details for the file sportstats_sgg-0.1.0-py3-none-any.whl.
File metadata
- Download URL: sportstats_sgg-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec10cefced894b0f5adee3287cf4087334e38be0a62afc5abf6a4771c2469932
|
|
| MD5 |
b4a2db570b2ef93d098dbd9b14b95ecd
|
|
| BLAKE2b-256 |
4b7f22c44457a3f5163e11f4126f52181014de86422a7549c83fc89cae591fc6
|