mayutils 1.0.76__tar.gz → 1.0.78__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.0.76 → mayutils-1.0.78}/PKG-INFO +1 -1
- {mayutils-1.0.76 → mayutils-1.0.78}/pyproject.toml +2 -1
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/__init__.py +1 -1
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/visualisation/graphs.py +4 -1
- {mayutils-1.0.76 → mayutils-1.0.78}/LICENSE +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/README.md +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/core/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/core/constants.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/core/types.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/analysis/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/cache/.gitkeep +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/live.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/local.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/queries/.gitkeep +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/queries/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/queries/examples/.gitkeep +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/data/read.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/benchmarking.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/databases.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/filesystem.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/logging.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/memoisation.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/oauth.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/environment/webdrivers.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/export/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/export/images.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/export/pdf.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/export/slides.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/interfaces/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/interfaces/google.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/interfaces/microsoft.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/interfaces/streamlit.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/classes.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/colours.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/dataframes.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/datetime.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/decorators.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/dictionaries.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/functions.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/hashing.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/numbers.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/strings.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/objects/types.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/scripts/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/scripts/clear_cache.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/scripts/versioning.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/testing/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/visualisation/__init__.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/visualisation/console.py +0 -0
- {mayutils-1.0.76 → mayutils-1.0.78}/src/mayutils/visualisation/notebook.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mayutils"
|
|
3
|
-
version = "1.0.
|
|
3
|
+
version = "1.0.78"
|
|
4
4
|
description = "Utilities for Python from Mayuran Visakan"
|
|
5
5
|
authors = [
|
|
6
6
|
{name = "Mayuran Visakan",email = "mayuran.k.v@gmail.com"}
|
|
@@ -11,6 +11,7 @@ packages = [{ include = "mayutils", from="src" }]
|
|
|
11
11
|
|
|
12
12
|
[tool.poetry.scripts]
|
|
13
13
|
clear_cache = "mayutils.scripts.clear_cache:app"
|
|
14
|
+
generate_encryption_key = "mayutils.environment.oauth:generate_fernet_key"
|
|
14
15
|
bump = "mayutils.scripts.versioning:bump"
|
|
15
16
|
|
|
16
17
|
[build-system]
|
|
@@ -654,6 +654,7 @@ class Ecdf(Line):
|
|
|
654
654
|
norm: Literal["probability", "percentage", "count"] = "probability",
|
|
655
655
|
mode: Literal["standard", "reversed", "complementary"] = "standard",
|
|
656
656
|
fill: Literal["tozeroy", "tonexty", "toself"] = "toself",
|
|
657
|
+
left_inclusive: bool = False,
|
|
657
658
|
*args,
|
|
658
659
|
**kwargs,
|
|
659
660
|
) -> None:
|
|
@@ -686,7 +687,9 @@ class Ecdf(Line):
|
|
|
686
687
|
|
|
687
688
|
_y += y_shift
|
|
688
689
|
|
|
689
|
-
kwargs["line_shape"] =
|
|
690
|
+
kwargs["line_shape"] = (
|
|
691
|
+
"hv" if ((mode != "reversed") ^ (not left_inclusive)) else "vh"
|
|
692
|
+
)
|
|
690
693
|
kwargs["fill"] = fill
|
|
691
694
|
|
|
692
695
|
if fill == "toself":
|
|
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
|
|
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
|