tesorotools-python 0.0.37__tar.gz → 0.0.38__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.
Files changed (67) hide show
  1. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/PKG-INFO +1 -1
  2. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/pyproject.toml +1 -1
  3. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/subtitle.py +1 -1
  4. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/title.py +1 -1
  5. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/config.py +1 -3
  6. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/.gitignore +0 -0
  7. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/__init__.py +0 -0
  8. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/_build_context.py +0 -0
  9. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/_registry.py +0 -0
  10. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/artists/__init__.py +0 -0
  11. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/artists/_common.py +0 -0
  12. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/artists/barh_plot.py +0 -0
  13. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/artists/line_plot.py +0 -0
  14. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/artists/stacked.py +0 -0
  15. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/artists/type_curve.py +0 -0
  16. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/README.md +0 -0
  17. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Black.otf +0 -0
  18. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Bold.otf +0 -0
  19. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Extrabold.otf +0 -0
  20. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Extralight.otf +0 -0
  21. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Light.otf +0 -0
  22. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Medium.otf +0 -0
  23. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Regular.otf +0 -0
  24. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/CabinetGrotesk-Thin.otf +0 -0
  25. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/fonts/README.md +0 -0
  26. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/plots.yaml +0 -0
  27. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/assets/tesoro.mplstyle +0 -0
  28. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/data_sources/__init__.py +0 -0
  29. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/data_sources/debug.py +0 -0
  30. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/database/__init__.py +0 -0
  31. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/database/local.py +0 -0
  32. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/database/push.py +0 -0
  33. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/database/shared.py +0 -0
  34. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/dependencies/__init__.py +0 -0
  35. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/dependencies/node.py +0 -0
  36. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/dependencies/resolution.py +0 -0
  37. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/driver.py +0 -0
  38. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/manifest.py +0 -0
  39. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/offsets/__init__.py +0 -0
  40. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/offsets/offsets.py +0 -0
  41. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/offsets/outliers.py +0 -0
  42. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/pipeline/__init__.py +0 -0
  43. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/pipeline/diagnose.py +0 -0
  44. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/pipeline/engine.py +0 -0
  45. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/pipeline/rules.py +0 -0
  46. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/providers/__init__.py +0 -0
  47. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/providers/base.py +0 -0
  48. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/providers/bde.py +0 -0
  49. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/providers/ecb.py +0 -0
  50. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/py.typed +0 -0
  51. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/__init__.py +0 -0
  52. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/__init__.py +0 -0
  53. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/content.py +0 -0
  54. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/images.py +0 -0
  55. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/section.py +0 -0
  56. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/table.py +0 -0
  57. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/content/text.py +0 -0
  58. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/render/report.py +0 -0
  59. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/testing/__init__.py +0 -0
  60. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/testing/compare.py +0 -0
  61. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/__init__.py +0 -0
  62. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/format.py +0 -0
  63. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/globals.py +0 -0
  64. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/matplotlib.py +0 -0
  65. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/series.py +0 -0
  66. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/shortcuts.py +0 -0
  67. {tesorotools_python-0.0.37 → tesorotools_python-0.0.38}/src/tesorotools/utils/template.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tesorotools-python
3
- Version: 0.0.37
3
+ Version: 0.0.38
4
4
  Requires-Python: >=3.13
5
5
  Requires-Dist: babel>=2.17
6
6
  Requires-Dist: matplotlib>=3.10
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "tesorotools-python"
3
3
  requires-python = ">=3.13"
4
- version = "0.0.37"
4
+ version = "0.0.38"
5
5
  dependencies = [
6
6
  # database and ORM
7
7
  "psycopg[binary]>=3.1",
@@ -5,7 +5,7 @@ from babel.dates import format_datetime
5
5
  from docx.document import Document
6
6
  from yaml import MappingNode
7
7
 
8
- from tesorotools.utils.config import TemplateLoader
8
+ from tesorotools.utils.template import TemplateLoader
9
9
 
10
10
 
11
11
  class Subtitle:
@@ -3,7 +3,7 @@ from typing import Any, Self
3
3
  from docx.document import Document
4
4
  from yaml import MappingNode
5
5
 
6
- from tesorotools.utils.config import TemplateLoader
6
+ from tesorotools.utils.template import TemplateLoader
7
7
 
8
8
 
9
9
  class Title:
@@ -3,8 +3,6 @@ from typing import Any
3
3
 
4
4
  import yaml
5
5
 
6
- from tesorotools.utils.template import TemplateLoader
7
-
8
6
 
9
7
  def clean_config_dicts(
10
8
  config_dicts: dict[str, Any],
@@ -18,7 +16,7 @@ def read_config(
18
16
  clean: bool = True,
19
17
  ) -> Any:
20
18
  actual_loader: type[yaml.FullLoader] = (
21
- yaml.FullLoader if loader is None else TemplateLoader
19
+ loader if loader is not None else yaml.FullLoader
22
20
  )
23
21
  with open(config_file, encoding="utf8") as file:
24
22
  config_dict: Any = yaml.load(file, Loader=actual_loader)