Una biblioteca para consultar los cursos de alfa10
Project description
alfa10 Academy Courses Library
Una biblioteca Python para consultar cursos de la academia alfa10.
Cursos disponibles:
- Linux [15 horas]
- Personalización [3 horas]
- Hacking [53 horas]
Instalación
Instala el paquete usando pip3:
pip3 install alfa10
Uso básico
Listar todos los cursos
from alfa10 import list_courses():
for course in list_courses():
print(course)
Obtener un curso por nombre
from alfa10 import search_course_by_name
course = search_course_by_name("Linux")
print(course)
Calcular duración total de los cursos
from alfa10.utils import total_durationi
print(f"Duración total: {total_duration()} horas")
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
alfa10-0.1.0.tar.gz
(1.8 kB
view details)
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 alfa10-0.1.0.tar.gz.
File metadata
- Download URL: alfa10-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
726923b86b1da8b5a1896175e847f57a57746fcb0d5f087563331c74e0a47de3
|
|
| MD5 |
47ed6c74c6416186f7291e9d86deab38
|
|
| BLAKE2b-256 |
1d9ca931895d869fe21ac651bb301c940151a77792ac131b42f307083f9a1ef8
|
File details
Details for the file alfa10-0.1.0-py3-none-any.whl.
File metadata
- Download URL: alfa10-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.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04981eca8a630285e486cfe0b433bddab7bc8ff1192def6625949c964ac384c5
|
|
| MD5 |
142c9c06c9cfca92c5b41c3260d3f72d
|
|
| BLAKE2b-256 |
86fbf55157ca13e77142d8b6dd4b64d8dcb1f8a1b424deed778eea129f9530be
|