Cursos disponibles
- Introducción a Linux [53 horas]
- Personalización de Linux [3 horas]
- Introducción al Hacking [53 horas]
Instalación
Instala el paquete usando pip3:
pip3 install m4rtin
Uso básico
Listar todos los cursos
from m4rtin import list_courses
for course in list_courses:
print(course)
Obtener un curso por nombre
from m4rtin impor get_course_by_name
course = get_course_by_name('Introduccón a Linux')
print(course)
Calcular duración total de los cursos
from m4rtin import total_duration
print(f"Duración total: {total_duration()} horas.")
Release files for m4rtin 0.3.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| m4rtin-0.3.0.tar.gz | 1.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| m4rtin-0.3.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 4.2 kB
Release files / m4rtin-0.3.0.tar.gz
| Download URL | m4rtin-0.3.0.tar.gz |
|---|---|
| Size | 1.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
31c0a98cb3fe88e9cb6e18deee0a419d9a94d556ac8dd4a57f674302caf49b7c
|
|
BLAKE2b-256 checksum How to use checksums |
c9cce3de65db479498ae2fc644e042d589c9039db1bdf129d59023e52f464fd2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.8
|
Release files / m4rtin-0.3.0-py3-none-any.whl
| Download URL | m4rtin-0.3.0-py3-none-any.whl |
|---|---|
| Size | 2.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
10414f82a461b6775d666a81b884d9731613d94f42277bcaa23b3fbd1723be1f
|
|
BLAKE2b-256 checksum How to use checksums |
a7c5c91f4c856e9082b2459ff2eb757cb29f6e6f09b29b7fb5188722758d15db
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.1.0 CPython/3.12.8
|