A simple package to test the Python packaging
Project description
Hack4U Academy Course Library
Una biblioteca de cursos para la Hack4U Academy.
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 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 todos los cursos
from hack4u.utils import total_duration
print(f"Duración total de todos los cursos: {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_prova-0.5.0.tar.gz
(1.8 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_prova-0.5.0.tar.gz.
File metadata
- Download URL: hack4u_prova-0.5.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e06531c12029c0b3d72351b66cef05dad1abafa6d03a62ab47216bcf3b42f5b7
|
|
| MD5 |
cbaf778844ec526be104394b68b6ea2a
|
|
| BLAKE2b-256 |
f46149fe3b8be418e71e8ec61a00f974584bbcceb8860e26d928bafa0da3ee32
|
File details
Details for the file hack4u_prova-0.5.0-py3-none-any.whl.
File metadata
- Download URL: hack4u_prova-0.5.0-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da876d0968fcbefd6a5dd71c6b0ec48afbaea00476d4e85e9088e8733bb6b8ec
|
|
| MD5 |
e695f4504da87ec693abe26426d94f1d
|
|
| BLAKE2b-256 |
43c5ed67a9001cafedab4c92576aeebbd5e2d707bc80f3ec172937aa62cade9f
|