Una biblioteca para consultar cursos de hack4u
Project description
Hack4U Academy Courses Library
Una biblioteca Python para consultar cursos de la academia Hack4U.
Cursos disponibles
- Introducción a Linux [15 hrs]
- Personalización de Linux [3 hrs]
- Introducción al Hacking [53 hrs]
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)
Calcular duración total de los cursos
from hack4u import total_duration
print(f"Duración total: {total_duration()} hrs")
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_ejemplo-0.1.0.tar.gz
(1.7 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_ejemplo-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_ejemplo-0.1.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99d04afc4404579d1273dda6bc11f1e3e56babca1d0b60d5abc0f14bb90a0a61
|
|
| MD5 |
97d75b09eba93039558497d7ff680fe3
|
|
| BLAKE2b-256 |
afbf682774d14cd83179b91a891fe59ed49959c88a84fdb82ac20224854b0111
|
File details
Details for the file hack4u_ejemplo-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_ejemplo-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.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9288131995d66a77f64bcf9b8e3879385fb53396e209a04a5889fd349de7e7b2
|
|
| MD5 |
b8c346be4e10127a04f5a2085079354d
|
|
| BLAKE2b-256 |
0859fd9843895de31d442910c012f34ed42c97e575e13bb9fb6d281af0b7f6f4
|