Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles:
- Introducción a Linux [15 horas]
- Personalización de Linux [3 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete usando pip3:
pip3 install hack4u
Uso básico
Listar todos los cursos
from hack4u import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introducción a Linux")
print(course)
Calcular duración total de los cursos
from hack4u.utils import total_duration
print(f"Duración total: {total_duration()} horas")
Release files for elmopi 0.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| elmopi-0.5.0.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| elmopi-0.5.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / elmopi-0.5.0.tar.gz
| Download URL | elmopi-0.5.0.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
d36605c8c44a0db48d914e3813be49a00e1b799cd1940852596f75cc4f79d26b
|
|
BLAKE2b-256 checksum How to use checksums |
1c9b679e0e427635b7e68b3355fd035f82c24fed4e3c51f29489573424a7c2aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.5
|
Release files / elmopi-0.5.0-py3-none-any.whl
| Download URL | elmopi-0.5.0-py3-none-any.whl |
|---|---|
| Size | 2.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe4d8388e314914ac2f351c135ac76a35bac3f4807f320b1e9056637fdddccac
|
|
BLAKE2b-256 checksum How to use checksums |
beb891830f7bf3f464dc98952931732db00923196d996aacc0f40937fee92ea8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.13.5
|