ilovetools 0.2.9__tar.gz → 0.2.9.post2__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.
Files changed (59) hide show
  1. {ilovetools-0.2.9/ilovetools.egg-info → ilovetools-0.2.9.post2}/PKG-INFO +1 -1
  2. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/__init__.py +1 -1
  3. {ilovetools-0.2.9 → ilovetools-0.2.9.post2/ilovetools.egg-info}/PKG-INFO +1 -1
  4. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/pyproject.toml +1 -1
  5. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/setup.py +5 -32
  6. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/LICENSE +0 -0
  7. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/MANIFEST.in +0 -0
  8. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/README.md +0 -0
  9. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ai/__init__.py +0 -0
  10. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ai/embeddings.py +0 -0
  11. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ai/inference.py +0 -0
  12. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ai/llm_helpers.py +0 -0
  13. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/audio/__init__.py +0 -0
  14. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/automation/__init__.py +0 -0
  15. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/automation/file_organizer.py +0 -0
  16. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/conversion/__init__.py +0 -0
  17. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/conversion/config_converter.py +0 -0
  18. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/data/__init__.py +0 -0
  19. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/data/feature_engineering.py +0 -0
  20. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/data/preprocessing.py +0 -0
  21. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/database/__init__.py +0 -0
  22. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/datetime/__init__.py +0 -0
  23. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/email/__init__.py +0 -0
  24. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/email/template_engine.py +0 -0
  25. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/files/__init__.py +0 -0
  26. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/image/__init__.py +0 -0
  27. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/__init__.py +0 -0
  28. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/anomaly_detection.py +0 -0
  29. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/clustering.py +0 -0
  30. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/cross_validation.py +0 -0
  31. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/dimensionality.py +0 -0
  32. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/ensemble.py +0 -0
  33. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/feature_selection.py +0 -0
  34. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/imbalanced.py +0 -0
  35. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/interpretation.py +0 -0
  36. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/metrics.py +0 -0
  37. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/pipeline.py +0 -0
  38. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/timeseries.py +0 -0
  39. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/ml/tuning.py +0 -0
  40. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/security/__init__.py +0 -0
  41. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/security/password_checker.py +0 -0
  42. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/text/__init__.py +0 -0
  43. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/utils/__init__.py +0 -0
  44. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/utils/cache_system.py +0 -0
  45. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/utils/logger.py +0 -0
  46. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/utils/rate_limiter.py +0 -0
  47. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/utils/retry.py +0 -0
  48. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/validation/__init__.py +0 -0
  49. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/validation/data_validator.py +0 -0
  50. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/web/__init__.py +0 -0
  51. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/web/scraper.py +0 -0
  52. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools/web/url_shortener.py +0 -0
  53. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools.egg-info/SOURCES.txt +0 -0
  54. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools.egg-info/dependency_links.txt +0 -0
  55. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools.egg-info/requires.txt +0 -0
  56. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/ilovetools.egg-info/top_level.txt +0 -0
  57. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/requirements.txt +0 -0
  58. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/setup.cfg +0 -0
  59. {ilovetools-0.2.9 → ilovetools-0.2.9.post2}/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.post2
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,7 +2,7 @@
2
2
  ilovetools - A comprehensive Python utility library
3
3
  """
4
4
 
5
- __version__ = "0.2.9"
5
+ __version__ = "0.2.9.post2"
6
6
  __author__ = "Ali Mehdi"
7
7
  __email__ = "ali.mehdi.dev579@gmail.com"
8
8
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: ilovetools
3
- Version: 0.2.9
3
+ Version: 0.2.9.post2
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.post2"
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.post2",
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
- install_requires=[
30
- "requests>=2.31.0",
31
- "numpy>=1.24.0",
32
- "pandas>=2.0.0",
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