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.
- {python_base_toolkit-0.0.2/python_base_toolkit.egg-info → python_base_toolkit-0.0.3}/PKG-INFO +22 -26
- python_base_toolkit-0.0.3/pyproject.toml +46 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3/python_base_toolkit.egg-info}/PKG-INFO +22 -26
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit.egg-info/SOURCES.txt +0 -2
- python_base_toolkit-0.0.3/python_base_toolkit.egg-info/requires.txt +12 -0
- python_base_toolkit-0.0.2/pyproject.toml +0 -3
- python_base_toolkit-0.0.2/python_base_toolkit.egg-info/requires.txt +0 -12
- python_base_toolkit-0.0.2/requirements.txt +0 -13
- python_base_toolkit-0.0.2/setup.py +0 -40
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/LICENSE +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/MANIFEST.in +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/README.md +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/__init__.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/__init__.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/operating_system.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/units/__init__.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/units/binary_units.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/units/time_units.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/__init__.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/telemetry.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/timer.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/instances/__init__.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/instances/instance_manager.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/__init__.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/data_serialization.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/date_time.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/execute.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/file_utils.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/generate_id.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/logo.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/network.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/path_utils.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/pretty_print.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/pycache.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/random_utils.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/shorten_url.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/venv_details.py +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit.egg-info/dependency_links.txt +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit.egg-info/top_level.txt +0 -0
- {python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/setup.cfg +0 -0
{python_base_toolkit-0.0.2/python_base_toolkit.egg-info → python_base_toolkit-0.0.3}/PKG-INFO
RENAMED
|
@@ -1,38 +1,34 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-base-toolkit
|
|
3
|
-
Version: 0.0.
|
|
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
|
-
|
|
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
|
-
|
|
10
|
-
|
|
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:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist:
|
|
18
|
-
Requires-Dist:
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist:
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist:
|
|
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
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3/python_base_toolkit.egg-info}/PKG-INFO
RENAMED
|
@@ -1,38 +1,34 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-base-toolkit
|
|
3
|
-
Version: 0.0.
|
|
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
|
-
|
|
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
|
-
|
|
10
|
-
|
|
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:
|
|
15
|
-
Requires-Dist:
|
|
16
|
-
Requires-Dist:
|
|
17
|
-
Requires-Dist:
|
|
18
|
-
Requires-Dist:
|
|
19
|
-
Requires-Dist:
|
|
20
|
-
Requires-Dist:
|
|
21
|
-
Requires-Dist:
|
|
22
|
-
Requires-Dist:
|
|
23
|
-
Requires-Dist:
|
|
24
|
-
Requires-Dist:
|
|
25
|
-
Requires-Dist:
|
|
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>
|
|
@@ -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
|
-
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/consts/units/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/__init__.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/telemetry.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/decorators/timer.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/instances/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/date_time.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/execute.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/file_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/generate_id.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/network.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/path_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/pretty_print.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/pycache.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/random_utils.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/shorten_url.py
RENAMED
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit/utils/venv_details.py
RENAMED
|
File without changes
|
|
File without changes
|
{python_base_toolkit-0.0.2 → python_base_toolkit-0.0.3}/python_base_toolkit.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|