Biblioteca para consultar cursos hack4u
Reason this release was yanked:
test
Project description
Cursos disponibles:
- Introduccion a Linux[15 horas]
- Personalizacion de Linux[3 horas]
- Introduccion al hacking [53 horas]
Instalacion
Instala el paquete usando pip3:
pip3 install hack4u
Uso basico
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("Introduccion a LInux")
print(course)
Calcular duracion total de los cursos
from hack4u.utils import total_duration
print(f"Duracion total: {total_duration()} horas")
Obtener un curso por nombre
from hack4u import get_course_by_name
course = get_course_by_name("Introduccion a LInux")
print(course)
Calcular duracion total de los cursos
from hack4u.utils import total_duration
print(f"Duracion 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
hack4utestpg-0.1.0.tar.gz
(1.9 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 hack4utestpg-0.1.0.tar.gz.
File metadata
- Download URL: hack4utestpg-0.1.0.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8f1d36b9edee3bebd9468aa7ae1d08862f0016cd39a2e3573344e86e4ea726e7
|
|
| MD5 |
d16274e42d79212236b0e07c65eea46d
|
|
| BLAKE2b-256 |
8bca80765bf7eb113b25fb76c1b876431168e35254c0cd89b0bd177568711aa4
|
File details
Details for the file hack4uTestPG-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4uTestPG-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd976d023585b182e3fd66663b3d9dea9bbd2b3cbaa5d611613a793bf7d6a44d
|
|
| MD5 |
3b3258aab4e867774741a888fa4b20d1
|
|
| BLAKE2b-256 |
4bcc6159b8b10a01253acb08b485d2ec53a43d9dbb534c4b7d9e025e6619fefc
|