ilovetools 0.2.9__tar.gz → 0.2.9.post1__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/ilovetools.egg-info → ilovetools-0.2.9.post1}/PKG-INFO +1 -1
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/__init__.py +1 -1
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1/ilovetools.egg-info}/PKG-INFO +1 -1
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/pyproject.toml +1 -1
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/setup.py +5 -32
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/LICENSE +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/MANIFEST.in +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/README.md +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ai/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ai/embeddings.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ai/inference.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ai/llm_helpers.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/audio/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/automation/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/automation/file_organizer.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/conversion/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/conversion/config_converter.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/data/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/data/feature_engineering.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/data/preprocessing.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/database/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/datetime/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/email/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/email/template_engine.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/files/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/image/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/anomaly_detection.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/clustering.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/cross_validation.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/dimensionality.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/ensemble.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/feature_selection.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/imbalanced.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/interpretation.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/metrics.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/pipeline.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/timeseries.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/ml/tuning.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/security/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/security/password_checker.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/text/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/utils/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/utils/cache_system.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/utils/logger.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/utils/rate_limiter.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/utils/retry.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/validation/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/validation/data_validator.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/web/__init__.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/web/scraper.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools/web/url_shortener.py +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools.egg-info/SOURCES.txt +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools.egg-info/dependency_links.txt +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools.egg-info/requires.txt +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/ilovetools.egg-info/top_level.txt +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/requirements.txt +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/setup.cfg +0 -0
- {ilovetools-0.2.9 → ilovetools-0.2.9.post1}/tests/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ilovetools
|
|
3
|
-
Version: 0.2.9
|
|
3
|
+
Version: 0.2.9.post1
|
|
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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ilovetools
|
|
3
|
-
Version: 0.2.9
|
|
3
|
+
Version: 0.2.9.post1
|
|
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.9"
|
|
7
|
+
version = "0.2.9.post1"
|
|
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.9",
|
|
8
|
+
version="0.2.9.post1",
|
|
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",
|
|
@@ -26,37 +26,10 @@ setup(
|
|
|
26
26
|
"Programming Language :: Python :: 3.12",
|
|
27
27
|
],
|
|
28
28
|
python_requires=">=3.8",
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
],
|
|
34
|
-
extras_require={
|
|
35
|
-
"ai": [
|
|
36
|
-
"openai>=1.0.0",
|
|
37
|
-
"transformers>=4.30.0",
|
|
38
|
-
"torch>=2.0.0",
|
|
39
|
-
"sentence-transformers>=2.2.0",
|
|
40
|
-
],
|
|
41
|
-
"image": [
|
|
42
|
-
"Pillow>=10.0.0",
|
|
43
|
-
"opencv-python>=4.8.0",
|
|
44
|
-
],
|
|
45
|
-
"audio": [
|
|
46
|
-
"librosa>=0.10.0",
|
|
47
|
-
"soundfile>=0.12.0",
|
|
48
|
-
],
|
|
49
|
-
"all": [
|
|
50
|
-
"openai>=1.0.0",
|
|
51
|
-
"transformers>=4.30.0",
|
|
52
|
-
"torch>=2.0.0",
|
|
53
|
-
"sentence-transformers>=2.2.0",
|
|
54
|
-
"Pillow>=10.0.0",
|
|
55
|
-
"opencv-python>=4.8.0",
|
|
56
|
-
"librosa>=0.10.0",
|
|
57
|
-
"soundfile>=0.12.0",
|
|
58
|
-
],
|
|
59
|
-
},
|
|
29
|
+
# Dependency metadata is maintained in pyproject.toml so setuptools'
|
|
30
|
+
# configuration reads the authoritative list from there. Removing
|
|
31
|
+
# `install_requires`/`extras_require` from setup.py avoids warnings
|
|
32
|
+
# about overwriting fields when building with modern build backends.
|
|
60
33
|
keywords="utilities, tools, ai, ml, data-processing, automation, python-library",
|
|
61
34
|
project_urls={
|
|
62
35
|
"Bug Reports": "https://github.com/AliMehdi512/ilovetools/issues",
|
|
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
|