Una biblioteca para consultar cursos de hack4u
Project description
Hack4u Academy Courses Library
Una biblioteca python para consultar los cursos de la academia Hack4u
Instalación
Instala el paquete utilizando 'pip3'
pip3 install h4ufinder
Uso básico
Listar todos los cursos
from hack4u import courses
for course in courses
print(course)
Obtener un curso por nombre
from hack4u import search_course_by_name
course = search_course_by_name("Introducción a Linux")
print(course)
Calcular duración total de los cursos
from hack4u 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
h4ufinder-0.5.0.tar.gz
(2.0 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 h4ufinder-0.5.0.tar.gz.
File metadata
- Download URL: h4ufinder-0.5.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbd4de55455a011d618d58f82285d4d765bed37ae7e1be72a131bc68a316bcf4
|
|
| MD5 |
1cca40acaebbbfb6bbc7caf236fb3fc9
|
|
| BLAKE2b-256 |
daffb3550aa1e86ce5cc48049bb14b4836507e2897b99aff5218c8edf2ca4a41
|
File details
Details for the file h4ufinder-0.5.0-py3-none-any.whl.
File metadata
- Download URL: h4ufinder-0.5.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cef9a97b849795d7564d7272521211a86f78fdeccfbd4da831bb4260ab63c402
|
|
| MD5 |
0365fb4625c1e5ba526b0d193a835e60
|
|
| BLAKE2b-256 |
fd4539a3a7e2f9f5806a2e5cc2af784db715aed88e4ac59256496c7b4cd831ef
|