Una biblioteca para consultar cursos de hack4u.
Project description
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 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_pyrhos-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_pyrhos-0.1.0.tar.gz.
File metadata
- Download URL: hack4u_pyrhos-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.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a18a7593cc34cf2ace3231b1929f9d4f5bf18654330b461bf1de279958135700
|
|
| MD5 |
bf88b7b865e63e9241050f365ea8848c
|
|
| BLAKE2b-256 |
fad3b4a1e9241e50eef7ef3c07ac06900e4c122cbfb5c1ecc6d680649a428ea6
|
File details
Details for the file hack4u_pyrhos-0.1.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_pyrhos-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.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7208dca025dbb78a2252a776129e47b14b248b3623d25124d8a80b54e1ef8634
|
|
| MD5 |
e93d358d09d9d00c6d6462bc64091562
|
|
| BLAKE2b-256 |
059347faae150d7a561ac715ec313bc370fcb89765d4ca62399179e74210a521
|