ilovetools 0.2.9.post3__tar.gz → 0.2.11__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.
- {ilovetools-0.2.9.post3/ilovetools.egg-info → ilovetools-0.2.11}/PKG-INFO +1 -1
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/__init__.py +2 -2
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11/ilovetools.egg-info}/PKG-INFO +1 -1
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/pyproject.toml +1 -1
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/setup.py +1 -1
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/LICENSE +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/MANIFEST.in +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/README.md +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ai/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ai/embeddings.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ai/inference.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ai/llm_helpers.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/audio/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/automation/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/automation/file_organizer.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/conversion/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/conversion/config_converter.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/data/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/data/feature_engineering.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/data/preprocessing.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/database/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/datetime/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/email/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/email/template_engine.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/files/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/image/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/anomaly_detection.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/clustering.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/cross_validation.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/dimensionality.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/ensemble.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/feature_selection.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/imbalanced.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/interpretation.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/metrics.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/pipeline.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/timeseries.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/ml/tuning.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/security/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/security/password_checker.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/text/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/utils/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/utils/cache_system.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/utils/logger.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/utils/rate_limiter.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/utils/retry.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/validation/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/validation/data_validator.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/web/__init__.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/web/scraper.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools/web/url_shortener.py +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools.egg-info/SOURCES.txt +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools.egg-info/dependency_links.txt +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools.egg-info/requires.txt +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/ilovetools.egg-info/top_level.txt +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/requirements.txt +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/setup.cfg +0 -0
- {ilovetools-0.2.9.post3 → ilovetools-0.2.11}/tests/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ilovetools
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.11
|
|
4
4
|
Summary: A comprehensive Python utility library with modular tools for AI/ML, data processing, and daily programming needs
|
|
5
5
|
Home-page: https://github.com/AliMehdi512/ilovetools
|
|
6
6
|
Author: Ali Mehdi
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
ilovetools - A comprehensive Python utility library
|
|
3
3
|
"""
|
|
4
4
|
|
|
5
|
-
__version__ = "0.2.
|
|
6
|
-
# release marker:
|
|
5
|
+
__version__ = "0.2.11"
|
|
6
|
+
# release marker: 0.2.11
|
|
7
7
|
__author__ = "Ali Mehdi"
|
|
8
8
|
__email__ = "ali.mehdi.dev579@gmail.com"
|
|
9
9
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ilovetools
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.11
|
|
4
4
|
Summary: A comprehensive Python utility library with modular tools for AI/ML, data processing, and daily programming needs
|
|
5
5
|
Home-page: https://github.com/AliMehdi512/ilovetools
|
|
6
6
|
Author: Ali Mehdi
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "ilovetools"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.11"
|
|
8
8
|
description = "A comprehensive Python utility library with modular tools for AI/ML, data processing, and daily programming needs"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.8"
|
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
|
5
5
|
|
|
6
6
|
setup(
|
|
7
7
|
name="ilovetools",
|
|
8
|
-
version="0.2.
|
|
8
|
+
version="0.2.11",
|
|
9
9
|
author="Ali Mehdi",
|
|
10
10
|
author_email="ali.mehdi.dev579@gmail.com",
|
|
11
11
|
description="A comprehensive Python utility library with modular tools for AI/ML, data processing, and daily programming needs",
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|