mayutils 1.2.51__tar.gz → 1.2.52__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.
- {mayutils-1.2.51 → mayutils-1.2.52}/PKG-INFO +2 -2
- {mayutils-1.2.51 → mayutils-1.2.52}/pyproject.toml +2 -2
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/plotly/charts.py +2 -1
- {mayutils-1.2.51 → mayutils-1.2.52}/LICENSE +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/README.md +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/core/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/core/constants.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/analysis/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/cache/.gitkeep +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/live.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/local.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/queries/.gitkeep +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/queries/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/queries/examples/.gitkeep +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/data/read.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/benchmarking.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/databases.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/filesystem.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/logging.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/memoisation.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/oauth.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/secrets.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/environment/webdrivers.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/export/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/export/html.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/export/images.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/export/pdf.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/export/slides.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/google.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/markdown.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/microsoft/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/microsoft/powerpoint/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/microsoft/powerpoint/markdown.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/microsoft.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/pdf.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/streamlit.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/mathematics/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/mathematics/numba.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/mathematics/numpy.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/classes.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/colours.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/dataframes.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/datetime.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/decorators.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/dictionaries.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/functions.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/hashing.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/numbers.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/strings.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/objects/types.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/py.typed +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/scripts/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/scripts/clear_cache.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/scripts/versioning.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/testing/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/console.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/combine.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/matplotlib/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/matplotlib/template.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/plotly/__init__.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/plotly/templates.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/plotly/traces.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/plotly/utilities.py +0 -0
- {mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/notebook.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: mayutils
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.52
|
|
4
4
|
Summary: Utilities for Python from Mayuran Visakan
|
|
5
5
|
Author: Mayuran Visakan
|
|
6
6
|
Author-email: Mayuran Visakan <mayuran.k.v@gmail.com>
|
|
@@ -76,7 +76,7 @@ Requires-Dist: scipy-stubs>=1.16.2.4
|
|
|
76
76
|
Requires-Dist: selenium>=4.35.0
|
|
77
77
|
Requires-Dist: snowflake-connector-python[secure-local-storage]>=3.17.2
|
|
78
78
|
Requires-Dist: snowflake-sqlalchemy>=1.7.6
|
|
79
|
-
Requires-Dist: sqlalchemy>=2.0.43
|
|
79
|
+
Requires-Dist: sqlalchemy>=2.0.43,<2.1
|
|
80
80
|
Requires-Dist: streamlit>=1.49.0
|
|
81
81
|
Requires-Dist: typer
|
|
82
82
|
Requires-Dist: types-cachetools>=6.2.0.20251022
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mayutils"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.52"
|
|
4
4
|
description = "Utilities for Python from Mayuran Visakan"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name = "Mayuran Visakan", email = "mayuran.k.v@gmail.com" }
|
|
@@ -63,7 +63,7 @@ dependencies = [
|
|
|
63
63
|
"selenium>=4.35.0",
|
|
64
64
|
"snowflake-connector-python[secure-local-storage]>=3.17.2",
|
|
65
65
|
"snowflake-sqlalchemy>=1.7.6",
|
|
66
|
-
"sqlalchemy>=2.0.43",
|
|
66
|
+
"sqlalchemy>=2.0.43,<2.1",
|
|
67
67
|
"streamlit>=1.49.0",
|
|
68
68
|
"typer",
|
|
69
69
|
"types-cachetools>=6.2.0.20251022",
|
|
@@ -728,6 +728,7 @@ class Plot(go.Figure):
|
|
|
728
728
|
|
|
729
729
|
def modifications(
|
|
730
730
|
self,
|
|
731
|
+
fill_opacity: float = 0.1,
|
|
731
732
|
) -> Self:
|
|
732
733
|
for idx, trace in enumerate(self.data):
|
|
733
734
|
if isinstance(trace, go.Histogram) or trace.meta in ["kde"]: # type: ignore
|
|
@@ -743,7 +744,7 @@ class Plot(go.Figure):
|
|
|
743
744
|
)
|
|
744
745
|
if trace.meta in ["ecdf", "kde"]: # type: ignore
|
|
745
746
|
colour = Colour.parse(colour=trace.textfont.color) # type: ignore
|
|
746
|
-
opacity =
|
|
747
|
+
opacity = Colour.parse(colour=trace.fillcolor).a if trace.fillcolor is not None else trace.opacity or fill_opacity # type: ignore
|
|
747
748
|
trace.fillcolor = colour.to_str(opacity=opacity) # type: ignore
|
|
748
749
|
|
|
749
750
|
bound_groups: dict[str, tuple[tuple[Optional[str], int], list[Trace]]] = {}
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
{mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/microsoft/powerpoint/__init__.py
RENAMED
|
File without changes
|
{mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/interfaces/microsoft/powerpoint/markdown.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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/matplotlib/__init__.py
RENAMED
|
File without changes
|
{mayutils-1.2.51 → mayutils-1.2.52}/src/mayutils/visualisation/graphs/matplotlib/template.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|