Una practica de paquetes
Project description
Cursos disponibles
- Introduccion a linux [15 horas]
- Personalizacion de linux [3 horas]
- Introduccion al hacking [53 horas]
Instalacion
Instalar el paquete usando pip3:
pip3 install core_e2
Uso basico
Listar todo los cursos
from core_e2 import list_courses
for course in list_courses():
print(course)
Obtener un curso por nombre
from core_e2 import get_course_by_name
course = get_course_by_name("Introduccion a linux")
print(course)
Calcular duracion total de cursos
from core_e2..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
core_e2-0.1.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 core_e2-0.1.0.tar.gz.
File metadata
- Download URL: core_e2-0.1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95038a573b07b505a58605d46791c6585032469bf50260a298a2cff301035407
|
|
| MD5 |
69699f00dd7464e98ca332d7ed6fb125
|
|
| BLAKE2b-256 |
d92025db24f71d7485fed5a2d95e337ddfd3dc381abeec2d1f4966ee8922fd5c
|
File details
Details for the file core_e2-0.1.0-py3-none-any.whl.
File metadata
- Download URL: core_e2-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.2.0 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbf159c55774d4bf751ad2c5621be520ec325504917e2f759648ec5838335843
|
|
| MD5 |
166125b29c2219ca10212368de16e607
|
|
| BLAKE2b-256 |
a4fa2dd5330be02d4a70e4e4085e1bee90aa94ded66e005fbcd168963f3ac3cc
|