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