stinger-python-utils 0.3.0__py3-none-any.whl → 0.4.0__py3-none-any.whl

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.
@@ -1,4 +1,4 @@
1
- from pyqttier.message import Message
1
+ from pystingerconniface import Message
2
2
  from pydantic import BaseModel
3
3
  from typing import Union, Optional
4
4
  import uuid
@@ -1,6 +1,6 @@
1
1
  from typing import Optional
2
2
  from enum import IntEnum
3
- from pyqttier.message import Message
3
+ from pystingerconniface import Message
4
4
 
5
5
 
6
6
  class MethodReturnCode(IntEnum):
@@ -1,12 +1,13 @@
1
1
  Metadata-Version: 2.5
2
2
  Name: stinger-python-utils
3
- Version: 0.3.0
3
+ Version: 0.4.0
4
4
  Summary: Common utilities for Stinger Python services.
5
5
  License-Expression: MIT
6
6
  License-File: LICENSE
7
7
  Requires-Python: >=3.7
8
+ Requires-Dist: py-stinger-conn-iface>=0.1.3
8
9
  Requires-Dist: pydantic>=2.5.3
9
- Requires-Dist: pyqttier>=0.2.0
10
+ Requires-Dist: pyqttier>=0.3.0
10
11
  Description-Content-Type: text/markdown
11
12
 
12
13
  # stinger-python-utils
@@ -0,0 +1,7 @@
1
+ stinger_python_utils/__init__.py,sha256=IjHRV0k2DNwvFrEHebmsXiBvmITE8nQUnsR07h9tVkU,7
2
+ stinger_python_utils/message_creator.py,sha256=X8c7auXi0oxq5HHObkEDbtRODzJJj0hhYJVCOCcJvl8,11739
3
+ stinger_python_utils/return_codes.py,sha256=mqTKaJXctbtH3pHu9YsKP3H7TwP2X9CVmHCniH_JryU,5116
4
+ stinger_python_utils-0.4.0.dist-info/METADATA,sha256=FEUXFqBuH-7QzjdEldnh8MYbqSpidHEc8GJ9FX5V4FI,2813
5
+ stinger_python_utils-0.4.0.dist-info/WHEEL,sha256=W3fkpkm7-wf9vBI5Z-7s0eWkeM-spu78I8Neb98DeEg,87
6
+ stinger_python_utils-0.4.0.dist-info/licenses/LICENSE,sha256=_T-8ExmblJbhv-1AxC6XDVEHg1JdJA-126NvRiMqS-I,1070
7
+ stinger_python_utils-0.4.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.32.0
2
+ Generator: hatchling 1.32.4
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,7 +0,0 @@
1
- stinger_python_utils/__init__.py,sha256=IjHRV0k2DNwvFrEHebmsXiBvmITE8nQUnsR07h9tVkU,7
2
- stinger_python_utils/message_creator.py,sha256=fA7ZICVB6K2UVmq1u9bEiJ_GorlR8BnFpan3E9_ALh4,11737
3
- stinger_python_utils/return_codes.py,sha256=AAwshvHu3SBoctwMX35k3j666J4a7DQ3V8AnR7QBjC8,5114
4
- stinger_python_utils-0.3.0.dist-info/METADATA,sha256=10X4jhrUNe5v8cBG2RsZcYEaxY7W4GJSWOCp3eyOiIE,2769
5
- stinger_python_utils-0.3.0.dist-info/WHEEL,sha256=zOwg4jB6zX2kU910N-cMawjivD6tO8NEWvE12je1bVk,87
6
- stinger_python_utils-0.3.0.dist-info/licenses/LICENSE,sha256=_T-8ExmblJbhv-1AxC6XDVEHg1JdJA-126NvRiMqS-I,1070
7
- stinger_python_utils-0.3.0.dist-info/RECORD,,