python-base-toolkit 0.0.2__tar.gz → 0.0.3__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 (40) hide show
  1. {python_base_toolkit-0.0.2/python_base_toolkit.egg-info → python_base_toolkit-0.0.3}/PKG-INFO +22 -26
  2. python_base_toolkit-0.0.3/pyproject.toml +46 -0
  3. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3/python_base_toolkit.egg-info}/PKG-INFO +22 -26
  4. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit.egg-info/SOURCES.txt +0 -2
  5. python_base_toolkit-0.0.3/python_base_toolkit.egg-info/requires.txt +12 -0
  6. python_base_toolkit-0.0.2/pyproject.toml +0 -3
  7. python_base_toolkit-0.0.2/python_base_toolkit.egg-info/requires.txt +0 -12
  8. python_base_toolkit-0.0.2/requirements.txt +0 -13
  9. python_base_toolkit-0.0.2/setup.py +0 -40
  10. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/LICENSE +0 -0
  11. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/MANIFEST.in +0 -0
  12. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/README.md +0 -0
  13. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/__init__.py +0 -0
  14. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/__init__.py +0 -0
  15. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/operating_system.py +0 -0
  16. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/units/__init__.py +0 -0
  17. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/units/binary_units.py +0 -0
  18. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/units/time_units.py +0 -0
  19. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/__init__.py +0 -0
  20. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/telemetry.py +0 -0
  21. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/timer.py +0 -0
  22. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/instances/__init__.py +0 -0
  23. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/instances/instance_manager.py +0 -0
  24. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/__init__.py +0 -0
  25. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/data_serialization.py +0 -0
  26. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/date_time.py +0 -0
  27. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/execute.py +0 -0
  28. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/file_utils.py +0 -0
  29. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/generate_id.py +0 -0
  30. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/logo.py +0 -0
  31. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/network.py +0 -0
  32. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/path_utils.py +0 -0
  33. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/pretty_print.py +0 -0
  34. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/pycache.py +0 -0
  35. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/random_utils.py +0 -0
  36. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/shorten_url.py +0 -0
  37. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/venv_details.py +0 -0
  38. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit.egg-info/dependency_links.txt +0 -0
  39. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit.egg-info/top_level.txt +0 -0
  40. {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/setup.cfg +0 -0
@@ -1,38 +1,34 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-base-toolkit
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: A Python package for managing pytest plugins.
5
- Home-page: https://github.com/aviz92/python-base-toolkit
6
5
  Author: Avi Zaguri
7
- Author-email:
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/aviz92/python-base-toolkit
8
8
  Project-URL: Repository, https://github.com/aviz92/python-base-toolkit
9
- Classifier: Framework :: Pytest
10
- Classifier: Programming Language :: Python
9
+ Project-URL: Issues, https://github.com/aviz92/python-base-toolkit/issues
10
+ Keywords: development,python,toolkit,utilities
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Topic :: System :: Logging
11
16
  Requires-Python: >=3.11
12
17
  Description-Content-Type: text/markdown
13
18
  License-File: LICENSE
14
- Requires-Dist: setuptools
15
- Requires-Dist: wheel
16
- Requires-Dist: python-dotenv
17
- Requires-Dist: pre-commit
18
- Requires-Dist: colorlog
19
- Requires-Dist: pathlib
20
- Requires-Dist: requests
21
- Requires-Dist: PyYAML
22
- Requires-Dist: tqdm
23
- Requires-Dist: pyfiglet
24
- Requires-Dist: pandas
25
- Requires-Dist: custom-python-logger
26
- Dynamic: author
27
- Dynamic: classifier
28
- Dynamic: description
29
- Dynamic: description-content-type
30
- Dynamic: home-page
19
+ Requires-Dist: colorlog>=6.10.1
20
+ Requires-Dist: custom-python-logger>=2.0.10
21
+ Requires-Dist: pandas>=2.3.3
22
+ Requires-Dist: pathlib>=1.0.1
23
+ Requires-Dist: pre-commit>=4.5.0
24
+ Requires-Dist: pyfiglet>=1.0.4
25
+ Requires-Dist: python-dotenv>=1.2.1
26
+ Requires-Dist: pyyaml>=6.0.3
27
+ Requires-Dist: requests>=2.32.5
28
+ Requires-Dist: setuptools>=80.9.0
29
+ Requires-Dist: tqdm>=4.67.1
30
+ Requires-Dist: wheel>=0.45.1
31
31
  Dynamic: license-file
32
- Dynamic: project-url
33
- Dynamic: requires-dist
34
- Dynamic: requires-python
35
- Dynamic: summary
36
32
 
37
33
  # Python Toolkit
38
34
  A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
@@ -0,0 +1,46 @@
1
+ [build-system]
2
+ requires = ["setuptools", "wheel"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "python-base-toolkit"
7
+ version = "0.0.3"
8
+ description = "A Python package for managing pytest plugins."
9
+ readme = "README.md"
10
+ requires-python = ">=3.11"
11
+ license = { text = "MIT" }
12
+ authors = [{ name = "Avi Zaguri" },]
13
+ keywords = ["development", "python", "toolkit", "utilities"]
14
+
15
+ classifiers = [
16
+ "Development Status :: 4 - Beta",
17
+ "Intended Audience :: Developers",
18
+ "Programming Language :: Python :: 3.11",
19
+ "Operating System :: OS Independent",
20
+ "Topic :: System :: Logging",
21
+ ]
22
+
23
+ dependencies = [
24
+ "colorlog>=6.10.1",
25
+ "custom-python-logger>=2.0.10",
26
+ "pandas>=2.3.3",
27
+ "pathlib>=1.0.1",
28
+ "pre-commit>=4.5.0",
29
+ "pyfiglet>=1.0.4",
30
+ "python-dotenv>=1.2.1",
31
+ "pyyaml>=6.0.3",
32
+ "requests>=2.32.5",
33
+ "setuptools>=80.9.0",
34
+ "tqdm>=4.67.1",
35
+ "wheel>=0.45.1",
36
+ ]
37
+
38
+ [project.urls]
39
+ Homepage = "https://github.com/aviz92/python-base-toolkit"
40
+ Repository = "https://github.com/aviz92/python-base-toolkit"
41
+ Issues = "https://github.com/aviz92/python-base-toolkit/issues"
42
+
43
+ [tool.setuptools.packages.find]
44
+ where = ["."]
45
+ include = ["python_base_toolkit*"]
46
+ namespaces = false
@@ -1,38 +1,34 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-base-toolkit
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Summary: A Python package for managing pytest plugins.
5
- Home-page: https://github.com/aviz92/python-base-toolkit
6
5
  Author: Avi Zaguri
7
- Author-email:
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/aviz92/python-base-toolkit
8
8
  Project-URL: Repository, https://github.com/aviz92/python-base-toolkit
9
- Classifier: Framework :: Pytest
10
- Classifier: Programming Language :: Python
9
+ Project-URL: Issues, https://github.com/aviz92/python-base-toolkit/issues
10
+ Keywords: development,python,toolkit,utilities
11
+ Classifier: Development Status :: 4 - Beta
12
+ Classifier: Intended Audience :: Developers
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Operating System :: OS Independent
15
+ Classifier: Topic :: System :: Logging
11
16
  Requires-Python: >=3.11
12
17
  Description-Content-Type: text/markdown
13
18
  License-File: LICENSE
14
- Requires-Dist: setuptools
15
- Requires-Dist: wheel
16
- Requires-Dist: python-dotenv
17
- Requires-Dist: pre-commit
18
- Requires-Dist: colorlog
19
- Requires-Dist: pathlib
20
- Requires-Dist: requests
21
- Requires-Dist: PyYAML
22
- Requires-Dist: tqdm
23
- Requires-Dist: pyfiglet
24
- Requires-Dist: pandas
25
- Requires-Dist: custom-python-logger
26
- Dynamic: author
27
- Dynamic: classifier
28
- Dynamic: description
29
- Dynamic: description-content-type
30
- Dynamic: home-page
19
+ Requires-Dist: colorlog>=6.10.1
20
+ Requires-Dist: custom-python-logger>=2.0.10
21
+ Requires-Dist: pandas>=2.3.3
22
+ Requires-Dist: pathlib>=1.0.1
23
+ Requires-Dist: pre-commit>=4.5.0
24
+ Requires-Dist: pyfiglet>=1.0.4
25
+ Requires-Dist: python-dotenv>=1.2.1
26
+ Requires-Dist: pyyaml>=6.0.3
27
+ Requires-Dist: requests>=2.32.5
28
+ Requires-Dist: setuptools>=80.9.0
29
+ Requires-Dist: tqdm>=4.67.1
30
+ Requires-Dist: wheel>=0.45.1
31
31
  Dynamic: license-file
32
- Dynamic: project-url
33
- Dynamic: requires-dist
34
- Dynamic: requires-python
35
- Dynamic: summary
36
32
 
37
33
  # Python Toolkit
38
34
  A powerful, production-ready Python toolkit designed to accelerate development by providing essential utilities and common functionality across multiple domains. <br>
@@ -2,8 +2,6 @@ LICENSE
2
2
  MANIFEST.in
3
3
  README.md
4
4
  pyproject.toml
5
- requirements.txt
6
- setup.py
7
5
  python_base_toolkit/__init__.py
8
6
  python_base_toolkit.egg-info/PKG-INFO
9
7
  python_base_toolkit.egg-info/SOURCES.txt
@@ -0,0 +1,12 @@
1
+ colorlog>=6.10.1
2
+ custom-python-logger>=2.0.10
3
+ pandas>=2.3.3
4
+ pathlib>=1.0.1
5
+ pre-commit>=4.5.0
6
+ pyfiglet>=1.0.4
7
+ python-dotenv>=1.2.1
8
+ pyyaml>=6.0.3
9
+ requests>=2.32.5
10
+ setuptools>=80.9.0
11
+ tqdm>=4.67.1
12
+ wheel>=0.45.1
@@ -1,3 +0,0 @@
1
- [build-system]
2
- requires = ["setuptools", "wheel"]
3
- build-backend = "setuptools.build_meta"
@@ -1,12 +0,0 @@
1
- setuptools
2
- wheel
3
- python-dotenv
4
- pre-commit
5
- colorlog
6
- pathlib
7
- requests
8
- PyYAML
9
- tqdm
10
- pyfiglet
11
- pandas
12
- custom-python-logger
@@ -1,13 +0,0 @@
1
- setuptools
2
- wheel
3
- python-dotenv
4
- pre-commit
5
- colorlog
6
- pathlib
7
- requests
8
- PyYAML
9
- tqdm
10
- pyfiglet
11
- pandas
12
-
13
- custom-python-logger
@@ -1,40 +0,0 @@
1
- from setuptools import find_packages, setup
2
-
3
- package_version = "0.0.2"
4
-
5
- package_name = "python-base-toolkit"
6
- package_description = "A Python package for managing pytest plugins."
7
-
8
- package_name_ = package_name.replace("-", "_")
9
- package_long_description_content_type = "text/markdown"
10
- package_url = f"https://github.com/aviz92/{package_name}"
11
- package_python_requires = ">=3.11"
12
- package_author = "Avi Zaguri"
13
-
14
- with open("requirements.txt") as file:
15
- package_install_requires = [line.strip() for line in file.readlines() if line.strip() and not line.startswith("#")]
16
-
17
- with open("README.md") as file:
18
- package_long_description = file.read()
19
-
20
- setup(
21
- name=package_name,
22
- version=package_version,
23
- packages=find_packages(include=[package_name_, f"{package_name_}.*"]),
24
- install_requires=package_install_requires,
25
- author=package_author,
26
- author_email="",
27
- description=package_description,
28
- long_description=package_long_description,
29
- long_description_content_type=package_long_description_content_type,
30
- url=package_url,
31
- project_urls={
32
- "Repository": package_url,
33
- },
34
- entry_points={},
35
- classifiers=[
36
- "Framework :: Pytest",
37
- "Programming Language :: Python",
38
- ],
39
- python_requires=package_python_requires,
40
- )