tesorotools-python 0.0.54__tar.gz → 0.0.55__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/PKG-INFO +1 -1
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/plots.yaml +59 -2
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/template.docx +0 -0
- tesorotools_python-0.0.55/src/tesorotools/render/content/table.py +1061 -0
- tesorotools_python-0.0.54/src/tesorotools/render/content/table.py +0 -505
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/.gitignore +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/pyproject.toml +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/_build_context.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/_registry.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/_common.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/bar_line.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/barh_plot.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/box_plot.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/compact.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/intraday_plot.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/line_plot.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/matrix.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/plotly_backend.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/shock_plot.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/stacked.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/type_curve.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/vector_plot.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/artists/waterfall.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/README.md +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Black.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Bold.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Extrabold.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Extralight.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Light.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Medium.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Regular.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/CabinetGrotesk-Thin.otf +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/fonts/README.md +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/assets/tesoro.mplstyle +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/data_sources/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/data_sources/debug.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/database/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/database/local.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/database/push.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/database/shared.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/dependencies/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/dependencies/node.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/dependencies/resolution.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/driver.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/manifest.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/offsets/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/offsets/offsets.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/offsets/outliers.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/orchestration.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/pipeline/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/pipeline/diagnose.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/pipeline/engine.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/pipeline/rules.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/providers/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/providers/base.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/providers/bde.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/providers/ecb.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/providers/fred.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/providers/imf_irfcl.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/providers/lseg.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/py.typed +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/content/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/content/content.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/content/images.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/content/section.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/content/subtitle.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/content/text.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/content/title.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/document.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/render/report.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/testing/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/testing/compare.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/__init__.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/config.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/format.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/globals.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/matplotlib.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/series.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/shortcuts.py +0 -0
- {tesorotools_python-0.0.54 → tesorotools_python-0.0.55}/src/tesorotools/utils/template.py +0 -0
|
@@ -195,8 +195,65 @@ compact:
|
|
|
195
195
|
barh_per_bar_cm: 0.55 # alto adicional por cada barra
|
|
196
196
|
|
|
197
197
|
table:
|
|
198
|
-
style:
|
|
198
|
+
style: Tabla Tesoro
|
|
199
199
|
autofit: False
|
|
200
200
|
block_separator:
|
|
201
|
-
fill: "
|
|
201
|
+
fill: "001E93" # hex color of the inter-block band
|
|
202
202
|
height_twips: 20 # half-band height; total band = 2 * height_twips
|
|
203
|
+
|
|
204
|
+
# Todo lo que la tabla pinta y no es dato. Vive aquí y no en el código
|
|
205
|
+
# porque el estilo de Word (`Tabla Tesoro`, dentro de template.docx) y el
|
|
206
|
+
# repintado de las cabeceras tienen que salir del mismo sitio: si cada uno
|
|
207
|
+
# llevara sus colores, una tabla horizontal y una vertical acabarían
|
|
208
|
+
# distintas.
|
|
209
|
+
chrome:
|
|
210
|
+
# Fila de nombres de columna. Sin relleno (`header_fill` vacío = sobre
|
|
211
|
+
# el papel): la jerarquía la sostienen las reglas y el cuerpo del texto.
|
|
212
|
+
# En redonda, porque en negrita competiría con los rótulos de fila, que
|
|
213
|
+
# sí necesitan destacar: son la entrada a cada línea.
|
|
214
|
+
header_fill:
|
|
215
|
+
header_text: "000000"
|
|
216
|
+
header_bold: False
|
|
217
|
+
header_pt: 9.5
|
|
218
|
+
|
|
219
|
+
# Fila de bloques, sólo en tablas horizontales. En negrita: es el piso
|
|
220
|
+
# de arriba de la cabecera y lo que agrupa las columnas, y con la fila
|
|
221
|
+
# de columnas en redonda es lo que hace legible la jerarquía sin color.
|
|
222
|
+
block_fill:
|
|
223
|
+
block_text: "000000"
|
|
224
|
+
block_bold: True
|
|
225
|
+
block_pt: 9.5
|
|
226
|
+
|
|
227
|
+
# Cuerpo. Las cifras van en monoespaciada para que las comas decimales
|
|
228
|
+
# caigan alineadas y la columna se pueda recorrer con la vista; los
|
|
229
|
+
# rótulos se quedan en la fuente del documento. `figure_font` vacío lo
|
|
230
|
+
# apaga. Consolas y no Courier New: Courier es de máquina de escribir y
|
|
231
|
+
# al lado de una grotesca deja la tabla desequilibrada.
|
|
232
|
+
body_pt: 9
|
|
233
|
+
figure_font: Consolas
|
|
234
|
+
|
|
235
|
+
# Reglas. `rule` cierra la cabecera; `gap` subraya cada rótulo de bloque
|
|
236
|
+
# para decir qué columnas cuelgan de él (vacío la omite);
|
|
237
|
+
# `block_rule_size` separa dos bloques en columnas y mide lo mismo que
|
|
238
|
+
# la banda de las tablas de bloques en filas (2 pt = 2 * height_twips):
|
|
239
|
+
# las dos formas de separar un bloque del siguiente pesan igual porque
|
|
240
|
+
# son la misma cosa vista en el otro eje.
|
|
241
|
+
rule: "001E93"
|
|
242
|
+
rule_size: 12
|
|
243
|
+
gap: "001E93"
|
|
244
|
+
gap_size: 8
|
|
245
|
+
block_rule_size: 16
|
|
246
|
+
|
|
247
|
+
# El rótulo, dentro de la tabla como su primera fila. Fuera es un
|
|
248
|
+
# párrafo suelto que un salto de página puede separar de su tabla, y en
|
|
249
|
+
# el correo de un móvil hay clientes que reescriben el tamaño de un
|
|
250
|
+
# `<h2>` con el suyo. `title_inside: False` recupera el `Heading 2`
|
|
251
|
+
# encima de la tabla.
|
|
252
|
+
#
|
|
253
|
+
# Va dentro también por el bandeado: el `firstRow` del estilo cae sobre
|
|
254
|
+
# esta fila, y por eso `Tabla Tesoro` lleva el relleno en `band2Horz`.
|
|
255
|
+
# Con el rótulo fuera, las filas alternas salen en fase invertida.
|
|
256
|
+
title_inside: True
|
|
257
|
+
title_color: "001E93"
|
|
258
|
+
title_pt: 10
|
|
259
|
+
title_rule_size: 8
|