python-base-toolkit 0.0.17__tar.gz → 1.0.0__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 (50) hide show
  1. {python_base_toolkit-0.0.17/python_base_toolkit.egg-info → python_base_toolkit-1.0.0}/PKG-INFO +14 -5
  2. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/README.md +9 -0
  3. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/pyproject.toml +5 -5
  4. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0/python_base_toolkit.egg-info}/PKG-INFO +14 -5
  5. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/LICENSE +0 -0
  6. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/MANIFEST.in +0 -0
  7. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/Taskfile.yml +0 -0
  8. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/__init__.py +0 -0
  9. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/base_structures/__init__.py +0 -0
  10. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/base_structures/base_enum.py +0 -0
  11. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/default.yml +0 -0
  12. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/dependencies.yml +0 -0
  13. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/deploy.yml +0 -0
  14. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/docker.yml +0 -0
  15. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/includes.yml +0 -0
  16. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/install.yml +0 -0
  17. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/lint.yml +0 -0
  18. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/ci/task_files/vars.yml +0 -0
  19. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/consts/__init__.py +0 -0
  20. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/consts/operating_system.py +0 -0
  21. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/consts/units/__init__.py +0 -0
  22. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/consts/units/binary_units.py +0 -0
  23. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/consts/units/time_units.py +0 -0
  24. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/decorators/__init__.py +0 -0
  25. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/decorators/telemetry.py +0 -0
  26. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/decorators/timer.py +0 -0
  27. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/instances/__init__.py +0 -0
  28. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/instances/instance_manager.py +0 -0
  29. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/scripts/__init__.py +0 -0
  30. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/scripts/remove_build_files.py +0 -0
  31. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/__init__.py +0 -0
  32. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/data_serialization.py +0 -0
  33. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/date_time.py +0 -0
  34. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/execute.py +0 -0
  35. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/file_utils.py +0 -0
  36. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/generate_id.py +0 -0
  37. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/logo.py +0 -0
  38. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/network.py +0 -0
  39. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/path_utils.py +0 -0
  40. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/pretty_print.py +0 -0
  41. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/pycache.py +0 -0
  42. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/random_utils.py +0 -0
  43. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/shorten_url.py +0 -0
  44. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit/utils/venv_details.py +0 -0
  45. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit.egg-info/SOURCES.txt +0 -0
  46. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit.egg-info/dependency_links.txt +0 -0
  47. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit.egg-info/not-zip-safe +0 -0
  48. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit.egg-info/requires.txt +0 -0
  49. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/python_base_toolkit.egg-info/top_level.txt +0 -0
  50. {python_base_toolkit-0.0.17 → python_base_toolkit-1.0.0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-base-toolkit
3
- Version: 0.0.17
3
+ Version: 1.0.0
4
4
  Summary: A Python package for managing pytest plugins.
5
5
  Author: Avi Zaguri
6
6
  License: MIT
@@ -8,12 +8,12 @@ Project-URL: Homepage, https://github.com/aviz92/python-base-toolkit
8
8
  Project-URL: Repository, https://github.com/aviz92/python-base-toolkit
9
9
  Project-URL: Issues, https://github.com/aviz92/python-base-toolkit/issues
10
10
  Keywords: development,python,toolkit,utilities
11
- Classifier: Development Status :: 4 - Beta
11
+ Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
13
- Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Operating System :: OS Independent
15
- Classifier: Topic :: System :: Logging
16
- Requires-Python: >=3.11
15
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
16
+ Requires-Python: >=3.12
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  Requires-Dist: build>=1.3.0
@@ -32,6 +32,15 @@ Requires-Dist: twine>=6.2.0
32
32
  Requires-Dist: wheel>=0.45.1
33
33
  Dynamic: license-file
34
34
 
35
+ ![PyPI version](https://img.shields.io/pypi/v/python-base-toolkit)
36
+ ![Python](https://img.shields.io/badge/python->=3.12-blue)
37
+ ![Development Status](https://img.shields.io/badge/status-stable-green)
38
+ ![Maintenance](https://img.shields.io/maintenance/yes/2026)
39
+ ![PyPI](https://img.shields.io/pypi/dm/python-base-toolkit)
40
+ ![License](https://img.shields.io/pypi/l/python-base-toolkit)
41
+
42
+ ---
43
+
35
44
  # Python Toolkit
36
45
  A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
37
46
  Built with type safety, comprehensive error handling, and modern Python practices, this toolkit streamlines everyday development tasks including file operations, network utilities, data manipulation, performance monitoring, resource management, and more.
@@ -1,3 +1,12 @@
1
+ ![PyPI version](https://img.shields.io/pypi/v/python-base-toolkit)
2
+ ![Python](https://img.shields.io/badge/python->=3.12-blue)
3
+ ![Development Status](https://img.shields.io/badge/status-stable-green)
4
+ ![Maintenance](https://img.shields.io/maintenance/yes/2026)
5
+ ![PyPI](https://img.shields.io/pypi/dm/python-base-toolkit)
6
+ ![License](https://img.shields.io/pypi/l/python-base-toolkit)
7
+
8
+ ---
9
+
1
10
  # Python Toolkit
2
11
  A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
3
12
  Built with type safety, comprehensive error handling, and modern Python practices, this toolkit streamlines everyday development tasks including file operations, network utilities, data manipulation, performance monitoring, resource management, and more.
@@ -4,20 +4,20 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "python-base-toolkit"
7
- version = "0.0.17"
7
+ version = "1.0.0"
8
8
  description = "A Python package for managing pytest plugins."
9
9
  readme = "README.md"
10
- requires-python = ">=3.11"
10
+ requires-python = ">=3.12"
11
11
  license = { text = "MIT" }
12
12
  authors = [{ name = "Avi Zaguri" },]
13
13
  keywords = ["development", "python", "toolkit", "utilities"]
14
14
 
15
15
  classifiers = [
16
- "Development Status :: 4 - Beta",
16
+ "Development Status :: 5 - Production/Stable",
17
17
  "Intended Audience :: Developers",
18
- "Programming Language :: Python :: 3.11",
18
+ "Programming Language :: Python :: 3.12",
19
19
  "Operating System :: OS Independent",
20
- "Topic :: System :: Logging",
20
+ "Topic :: Software Development :: Libraries :: Python Modules",
21
21
  ]
22
22
 
23
23
  dependencies = [
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-base-toolkit
3
- Version: 0.0.17
3
+ Version: 1.0.0
4
4
  Summary: A Python package for managing pytest plugins.
5
5
  Author: Avi Zaguri
6
6
  License: MIT
@@ -8,12 +8,12 @@ Project-URL: Homepage, https://github.com/aviz92/python-base-toolkit
8
8
  Project-URL: Repository, https://github.com/aviz92/python-base-toolkit
9
9
  Project-URL: Issues, https://github.com/aviz92/python-base-toolkit/issues
10
10
  Keywords: development,python,toolkit,utilities
11
- Classifier: Development Status :: 4 - Beta
11
+ Classifier: Development Status :: 5 - Production/Stable
12
12
  Classifier: Intended Audience :: Developers
13
- Classifier: Programming Language :: Python :: 3.11
13
+ Classifier: Programming Language :: Python :: 3.12
14
14
  Classifier: Operating System :: OS Independent
15
- Classifier: Topic :: System :: Logging
16
- Requires-Python: >=3.11
15
+ Classifier: Topic :: Software Development :: Libraries :: Python Modules
16
+ Requires-Python: >=3.12
17
17
  Description-Content-Type: text/markdown
18
18
  License-File: LICENSE
19
19
  Requires-Dist: build>=1.3.0
@@ -32,6 +32,15 @@ Requires-Dist: twine>=6.2.0
32
32
  Requires-Dist: wheel>=0.45.1
33
33
  Dynamic: license-file
34
34
 
35
+ ![PyPI version](https://img.shields.io/pypi/v/python-base-toolkit)
36
+ ![Python](https://img.shields.io/badge/python->=3.12-blue)
37
+ ![Development Status](https://img.shields.io/badge/status-stable-green)
38
+ ![Maintenance](https://img.shields.io/maintenance/yes/2026)
39
+ ![PyPI](https://img.shields.io/pypi/dm/python-base-toolkit)
40
+ ![License](https://img.shields.io/pypi/l/python-base-toolkit)
41
+
42
+ ---
43
+
35
44
  # Python Toolkit
36
45
  A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
37
46
  Built with type safety, comprehensive error handling, and modern Python practices, this toolkit streamlines everyday development tasks including file operations, network utilities, data manipulation, performance monitoring, resource management, and more.