Skip to content

Commit 79e62ec

Browse files
committed
Poetry: patch menor
1 parent 5a661c5 commit 79e62ec

3 files changed

Lines changed: 9 additions & 54 deletions

File tree

docs/blog/posts/v2.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
---
22
date:
3-
created: 2025-01-25
4-
updated: 2025-03-29
5-
# authors:
6-
# - yo
3+
created: 2025-05-23
4+
updated: 2025-05-23
75
categories:
86
- python
9-
- calendario
10-
- dunder
11-
- clases
12-
- archivos
13-
- funciones
14-
- tipos de datos
15-
- pathlib
16-
# draft: true
7+
- poetry
8+
179
social:
1810
cards: true
1911
---
@@ -28,7 +20,7 @@ social:
2820

2921
### Contenidos
3022

31-
- Poetry agregado.
23+
- [Poetry](../../entornos/poetry/) agregado.
3224

3325

3426

docs/entornos/poetry/poetry.md

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -12,42 +12,6 @@ https://www.datacamp.com/tutorial/python-poetry
1212
[entornos](https://python-poetry.org/docs/managing-environments/#switching-between-environments)
1313

1414

15-
<!--
16-
## Configuración
17-
18-
Resumen:
19-
20-
21-
```bash
22-
poetry config --list
23-
```
24-
25-
-->
26-
27-
28-
## Entornos virtuales
29-
30-
31-
<!-- !!! info "PIPX"
32-
33-
Poetry utiliza PIPX, que es una versíon mejorada de PIP con manejo mejorado de los paquetes. -->
34-
35-
<!--
36-
!!! info "Ubicacion de entornos"
37-
38-
A diferencia de VENV, Poetry crea los entornos locales en una carpeta de usuario dedicada.
39-
Por ejemplo en Linux dicha carpeta suele ser:
40-
`~/.cache/pypoetry/virtualenv`
41-
42-
43-
-->
44-
45-
46-
47-
48-
49-
50-
5115

5216
## Publicar
5317

@@ -70,8 +34,6 @@ poetry publish # subida en PIP
7034

7135

7236

73-
74-
7537
!!! warning "KDE Wallet"
7638

7739
deshabilitar:

mkdocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,7 @@ nav:
310310
- argparse/configuracion.md
311311
- argparse/parser.md
312312
- argparse/grupos.md
313-
# - argparse/argparse.md
314-
313+
315314
- Sys - Parámetros y funciones del sistema: modulos/sys.md
316315
- Os - Comandos del Sistema Operativo: modulos/os.md
317316
- Tempfile - Archivos Temporales: modulos/tempfile.md
@@ -322,10 +321,12 @@ nav:
322321

323322

324323
- Paquetes:
325-
- Traducciones - python-i18n : paquetes/python-i18n.md
324+
- Python-i18n - Traducciones: paquetes/python-i18n.md
326325
- Psutil - Monitoreo del sistema: paquetes/psutil.md
327326
- Numba - Optimizacion con Machine Learning: paquetes/numba.md
328327
- FFMPEG-Python: paquetes/ffmpeg.md
328+
- Poetry - Gestión de entornos virtuales: entornos/poetry/
329+
329330

330331
- Recursos:
331332
- contenido/enlaces.md

0 commit comments

Comments
 (0)