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 paquete
Uso básico
Listar todos los cursos
from courses import listar
for x in listar():
print(x)
Obtener un curso por nombre
from courses import buscar
course = buscar("Introduccion a Linux")
print(course)
Calcular duración total de los cursos
from courses.utils import duracion
print(f"Duración total: {duracion()} horas")
Release files for Test-Cayetano-Rivera-2025 0.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| test_cayetano_rivera_2025-0.0.1.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| Test_Cayetano_Rivera_2025-0.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.4 kB
Release files / test_cayetano_rivera_2025-0.0.1.tar.gz
| Download URL | test_cayetano_rivera_2025-0.0.1.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
498be4e32e4aba161c9bd285bb5a17c98bbdb845cd71ad42e4cfa87898dcc698
|
|
BLAKE2b-256 checksum How to use checksums |
b9f3f0a7fa15afd5b4bb7c8440f5d268268942b6076cd1f27ab9faead1054c96
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.2
|
Release files / Test_Cayetano_Rivera_2025-0.0.1-py3-none-any.whl
| Download URL | Test_Cayetano_Rivera_2025-0.0.1-py3-none-any.whl |
|---|---|
| Size | 2.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a84b89346676d67dd45003acb83f91a95e9e2933a842398aaabf278b062572e8
|
|
BLAKE2b-256 checksum How to use checksums |
c3d636203561269a394d6afefd5259c4fe187b5171fe45fff0c75f9c05f5873b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.11.2
|