stinger-python-utils 0.1.0__tar.gz → 0.1.1__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.
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/PKG-INFO +3 -3
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/pyproject.toml +3 -6
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/uv.lock +5 -9
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/.gitignore +0 -0
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/.python-version +0 -0
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/LICENSE +0 -0
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/README.md +0 -0
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/src/stinger_python_utils/__init__.py +0 -0
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/src/stinger_python_utils/message_creator +0 -0
- {stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/src/stinger_python_utils/return_codes.py +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stinger-python-utils
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
|
+
Summary: Common utilities for Stinger Python services.
|
|
4
5
|
License-Expression: MIT
|
|
5
6
|
License-File: LICENSE
|
|
6
7
|
Requires-Python: >=3.7
|
|
7
8
|
Requires-Dist: pydantic>=2.5.3
|
|
8
|
-
Requires-Dist: pyqttier>=0.
|
|
9
|
-
Provides-Extra: dev
|
|
9
|
+
Requires-Dist: pyqttier>=0.2.0
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
11
|
|
|
12
12
|
# stinger-python-utils
|
|
@@ -4,19 +4,16 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "stinger-python-utils"
|
|
7
|
-
version = "0.1.
|
|
8
|
-
description = ""
|
|
7
|
+
version = "0.1.1"
|
|
8
|
+
description = "Common utilities for Stinger Python services."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
11
11
|
requires-python = ">=3.7"
|
|
12
12
|
dependencies = [
|
|
13
13
|
"pydantic>=2.5.3",
|
|
14
|
-
"pyqttier>=0.
|
|
14
|
+
"pyqttier>=0.2.0",
|
|
15
15
|
]
|
|
16
16
|
|
|
17
|
-
[project.optional-dependencies]
|
|
18
|
-
dev = []
|
|
19
|
-
|
|
20
17
|
[tool.uv]
|
|
21
18
|
managed = true
|
|
22
19
|
|
|
@@ -1068,17 +1068,14 @@ wheels = [
|
|
|
1068
1068
|
|
|
1069
1069
|
[[package]]
|
|
1070
1070
|
name = "pyqttier"
|
|
1071
|
-
version = "0.
|
|
1071
|
+
version = "0.2.0"
|
|
1072
1072
|
source = { registry = "https://pypi.org/simple" }
|
|
1073
1073
|
dependencies = [
|
|
1074
1074
|
{ name = "paho-mqtt" },
|
|
1075
|
-
{ name = "pydantic", version = "2.5.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.8'" },
|
|
1076
|
-
{ name = "pydantic", version = "2.10.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.8.*'" },
|
|
1077
|
-
{ name = "pydantic", version = "2.12.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.9'" },
|
|
1078
1075
|
]
|
|
1079
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1076
|
+
sdist = { url = "https://files.pythonhosted.org/packages/73/45/fa6379b42d8f2a2240c3f331fd44ec663f4ee0d7580e6eb5764a7e8f2e04/pyqttier-0.2.0.tar.gz", hash = "sha256:3f451a013909a784a90eccea2559c4cce6e3af7c248f90135240426f24e757cb", size = 58347, upload-time = "2025-12-16T23:22:03.353Z" }
|
|
1080
1077
|
wheels = [
|
|
1081
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1078
|
+
{ url = "https://files.pythonhosted.org/packages/c5/95/7c249d48c6f7bfde659606570955534c09dc5559151ce581cb963c97a181/pyqttier-0.2.0-py3-none-any.whl", hash = "sha256:2da862cbd3485842b380f0006598e064edc3376a0ac36a7cee8c90ba9b0664a2", size = 9827, upload-time = "2025-12-16T23:22:04.22Z" },
|
|
1082
1079
|
]
|
|
1083
1080
|
|
|
1084
1081
|
[[package]]
|
|
@@ -1092,7 +1089,7 @@ wheels = [
|
|
|
1092
1089
|
|
|
1093
1090
|
[[package]]
|
|
1094
1091
|
name = "stinger-python-utils"
|
|
1095
|
-
version = "0.1.
|
|
1092
|
+
version = "0.1.1"
|
|
1096
1093
|
source = { editable = "." }
|
|
1097
1094
|
dependencies = [
|
|
1098
1095
|
{ name = "pydantic", version = "2.5.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.8'" },
|
|
@@ -1115,9 +1112,8 @@ dev = [
|
|
|
1115
1112
|
[package.metadata]
|
|
1116
1113
|
requires-dist = [
|
|
1117
1114
|
{ name = "pydantic", specifier = ">=2.5.3" },
|
|
1118
|
-
{ name = "pyqttier", specifier = ">=0.
|
|
1115
|
+
{ name = "pyqttier", specifier = ">=0.2.0" },
|
|
1119
1116
|
]
|
|
1120
|
-
provides-extras = ["dev"]
|
|
1121
1117
|
|
|
1122
1118
|
[package.metadata.requires-dev]
|
|
1123
1119
|
dev = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/src/stinger_python_utils/__init__.py
RENAMED
|
File without changes
|
{stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/src/stinger_python_utils/message_creator
RENAMED
|
File without changes
|
{stinger_python_utils-0.1.0 → stinger_python_utils-0.1.1}/src/stinger_python_utils/return_codes.py
RENAMED
|
File without changes
|