Una biblioteca para consultar cursos en Hack4u.
Project description
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_academy
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_name
course = get_course_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.")
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
hack4u_academy-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 hack4u_academy-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_academy-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec4c0d4f23b9a5e400ab4f672fc6d2826591495f80c464bac8a70a1fb3895b81
|
|
| MD5 |
a4eba669a8a9a279eeca06d1a82ac348
|
|
| BLAKE2b-256 |
219e3daccbee9ef8a7d1da856d67055d508abffb37ae94a60ad1007e703c0dac
|
File details
Details for the file hack4u_academy-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_academy-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
986bf0029b88de6183de9cfdc098b0c1038249043150fab06e9f9b23521d0ee7
|
|
| MD5 |
540248f4162bcf474f47f1b3a54625ad
|
|
| BLAKE2b-256 |
6e3dc2290ac31a57e84572383769918fff3ed42b5d0b212d54e3ecd7e7b12210
|