tesorotools-python 0.0.31__tar.gz → 0.0.33__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.31 → tesorotools_python-0.0.33}/PKG-INFO +1 -3
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/pyproject.toml +65 -67
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/artists/line_plot.py +553 -530
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/artists/stacked.py +10 -2
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/database/__init__.py +3 -0
- tesorotools_python-0.0.33/src/tesorotools/database/shared.py +177 -0
- tesorotools_python-0.0.33/src/tesorotools/manifest.py +120 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/table.py +378 -355
- tesorotools_python-0.0.31/src/tesorotools/data_sources/README.md +0 -14
- tesorotools_python-0.0.31/src/tesorotools/data_sources/lseg.py +0 -131
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/.gitignore +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/artists/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/artists/barh.md +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/artists/barh_plot.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/artists/table.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/artists/type_curve.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/README.md +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Black.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Bold.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Extrabold.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Extralight.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Light.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Medium.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Regular.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/CabinetGrotesk-Thin.otf +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/fonts/README.md +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/plots.yaml +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/assets/tesoro.mplstyle +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/convert.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/data_sources/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/data_sources/debug.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/database/local.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/database/push.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/dependencies/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/dependencies/node.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/dependencies/resolution.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/main.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/offsets/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/offsets/offsets.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/offsets/outliers.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/pipeline/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/pipeline/diagnose.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/pipeline/engine.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/pipeline/rules.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/providers/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/providers/base.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/providers/bde.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/providers/ecb.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/py.typed +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/content.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/images.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/section.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/subtitle.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/text.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/content/title.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/render/report.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/__init__.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/config.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/format.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/globals.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/matplotlib.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/series.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/shortcuts.py +0 -0
- {tesorotools_python-0.0.31 → tesorotools_python-0.0.33}/src/tesorotools/utils/template.py +0 -0
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: tesorotools-python
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.33
|
|
4
4
|
Requires-Python: >=3.13
|
|
5
5
|
Requires-Dist: babel>=2.17
|
|
6
|
-
Requires-Dist: eikon>=1.1
|
|
7
|
-
Requires-Dist: lseg-data>=2.0
|
|
8
6
|
Requires-Dist: matplotlib>=3.10
|
|
9
7
|
Requires-Dist: openpyxl>=3.1
|
|
10
8
|
Requires-Dist: pandas>=2.2
|
|
@@ -1,67 +1,65 @@
|
|
|
1
|
-
[project]
|
|
2
|
-
name = "tesorotools-python"
|
|
3
|
-
requires-python = ">=3.13"
|
|
4
|
-
version = "0.0.
|
|
5
|
-
dependencies = [
|
|
6
|
-
# database and ORM
|
|
7
|
-
"psycopg[binary]>=3.1",
|
|
8
|
-
"SQLAlchemy>=2.0",
|
|
9
|
-
|
|
10
|
-
# data analysis
|
|
11
|
-
"pandas>=2.2",
|
|
12
|
-
"pyarrow>=18.0",
|
|
13
|
-
"openpyxl>=3.1",
|
|
14
|
-
|
|
15
|
-
# utils
|
|
16
|
-
"PyYAML>=6.0",
|
|
17
|
-
"babel>=2.17",
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
]
|
|
28
|
-
|
|
29
|
-
[
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
]
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
build
|
|
45
|
-
|
|
46
|
-
[
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
[
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
'if
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
]
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
[
|
|
65
|
-
|
|
66
|
-
extraPaths = ["src"]
|
|
67
|
-
typeCheckingMode = "strict"
|
|
1
|
+
[project]
|
|
2
|
+
name = "tesorotools-python"
|
|
3
|
+
requires-python = ">=3.13"
|
|
4
|
+
version = "0.0.33"
|
|
5
|
+
dependencies = [
|
|
6
|
+
# database and ORM
|
|
7
|
+
"psycopg[binary]>=3.1",
|
|
8
|
+
"SQLAlchemy>=2.0",
|
|
9
|
+
|
|
10
|
+
# data analysis
|
|
11
|
+
"pandas>=2.2",
|
|
12
|
+
"pyarrow>=18.0",
|
|
13
|
+
"openpyxl>=3.1",
|
|
14
|
+
|
|
15
|
+
# utils
|
|
16
|
+
"PyYAML>=6.0",
|
|
17
|
+
"babel>=2.17",
|
|
18
|
+
|
|
19
|
+
# data visualization
|
|
20
|
+
"matplotlib>=3.10",
|
|
21
|
+
"python-docx>=1.1",
|
|
22
|
+
|
|
23
|
+
# os dependencies
|
|
24
|
+
"pywin32>=311; sys_platform == 'win32'",
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
[project.optional-dependencies]
|
|
28
|
+
bde = ["requests>=2.31"]
|
|
29
|
+
ecb = ["requests>=2.31"]
|
|
30
|
+
|
|
31
|
+
[dependency-groups]
|
|
32
|
+
dev = [
|
|
33
|
+
"ruff>=0.8",
|
|
34
|
+
"pyright>=1.1",
|
|
35
|
+
"pre-commit>=4.0",
|
|
36
|
+
"pandas-stubs>=2.2",
|
|
37
|
+
"coverage>=7.0",
|
|
38
|
+
]
|
|
39
|
+
|
|
40
|
+
[build-system]
|
|
41
|
+
requires = ["hatchling"]
|
|
42
|
+
build-backend = "hatchling.build"
|
|
43
|
+
|
|
44
|
+
[tool.hatch.build.targets.wheel]
|
|
45
|
+
packages = ["src/tesorotools"]
|
|
46
|
+
artifacts = ["src/tesorotools/assets/fonts/*.otf"]
|
|
47
|
+
|
|
48
|
+
[tool.hatch.build.targets.sdist]
|
|
49
|
+
include = ["src/tesorotools"]
|
|
50
|
+
artifacts = ["src/tesorotools/assets/fonts/*.otf"]
|
|
51
|
+
|
|
52
|
+
[tool.coverage.report]
|
|
53
|
+
exclude_lines = [
|
|
54
|
+
'if __name__ == "__main__"',
|
|
55
|
+
'^\s*\.\.\.$',
|
|
56
|
+
'if TYPE_CHECKING',
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
[tool.ruff]
|
|
60
|
+
line-length = 80
|
|
61
|
+
|
|
62
|
+
[tool.pyright]
|
|
63
|
+
pythonVersion = "3.13"
|
|
64
|
+
extraPaths = ["src"]
|
|
65
|
+
typeCheckingMode = "strict"
|