unitysvc-services 0.2.1__py3-none-any.whl → 0.2.2__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.
- unitysvc_services/publisher.py +1 -1
- unitysvc_services/py.typed +0 -0
- unitysvc_services/query.py +1 -1
- {unitysvc_services-0.2.1.dist-info → unitysvc_services-0.2.2.dist-info}/METADATA +1 -1
- {unitysvc_services-0.2.1.dist-info → unitysvc_services-0.2.2.dist-info}/RECORD +9 -8
- {unitysvc_services-0.2.1.dist-info → unitysvc_services-0.2.2.dist-info}/WHEEL +0 -0
- {unitysvc_services-0.2.1.dist-info → unitysvc_services-0.2.2.dist-info}/entry_points.txt +0 -0
- {unitysvc_services-0.2.1.dist-info → unitysvc_services-0.2.2.dist-info}/licenses/LICENSE +0 -0
- {unitysvc_services-0.2.1.dist-info → unitysvc_services-0.2.2.dist-info}/top_level.txt +0 -0
unitysvc_services/publisher.py
CHANGED
@@ -19,7 +19,7 @@ from .validator import DataValidator
|
|
19
19
|
class ServiceDataPublisher:
|
20
20
|
"""Publishes service data to UnitySVC backend endpoints."""
|
21
21
|
|
22
|
-
def __init__(self):
|
22
|
+
def __init__(self) -> None:
|
23
23
|
self.base_url = os.environ.get("UNITYSVC_BASE_URL")
|
24
24
|
if not self.base_url:
|
25
25
|
raise ValueError("UNITYSVC_BASE_URL environment variable not set")
|
File without changes
|
unitysvc_services/query.py
CHANGED
@@ -3,8 +3,9 @@ unitysvc_services/cli.py,sha256=OK0IZyAckxP15jRWU_W49hl3t7XcNRtd8BoDMyRKqNM,682
|
|
3
3
|
unitysvc_services/format_data.py,sha256=Jl9Vj3fRX852fHSUa5DzO-oiFQwuQHC3WMCDNIlo1Lc,5460
|
4
4
|
unitysvc_services/list.py,sha256=QDp9BByaoeFeJxXJN9RQ-jU99mH9Guq9ampfXCbpZmI,7033
|
5
5
|
unitysvc_services/populate.py,sha256=zkcjIy8BWuQSO7JwiRNHKgGoxQvc3ujluUQdYixdBvY,6626
|
6
|
-
unitysvc_services/publisher.py,sha256=
|
7
|
-
unitysvc_services/
|
6
|
+
unitysvc_services/publisher.py,sha256=qLIEl2Ts_xCaCkIv8MC_8Up_fA6xIaK2aX4ZF_NVa8g,35383
|
7
|
+
unitysvc_services/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
8
|
+
unitysvc_services/query.py,sha256=VHMaLCWAF5TyYhSkRnVzjhAZornGpSdET_QMvAi-G8k,14561
|
8
9
|
unitysvc_services/scaffold.py,sha256=Y73IX8vskImxSvxDgR0mvEFuAMYnBKfttn3bjcz3jmQ,40331
|
9
10
|
unitysvc_services/update.py,sha256=K9swocTUnqqiSgARo6GmuzTzUySSpyqqPPW4xF7ZU-g,9659
|
10
11
|
unitysvc_services/utils.py,sha256=GN0gkVTU8fOx2G0EbqnWmx8w9eFsoPfRprPjwCyPYkE,11371
|
@@ -15,9 +16,9 @@ unitysvc_services/models/listing_v1.py,sha256=CC_GXoN3NHJFzEQ3cBHDQpdUaBNpvLdHAR
|
|
15
16
|
unitysvc_services/models/provider_v1.py,sha256=cYK5kDDmzQEnLvUC2C8dKz-ZXci7hVn3fjNrJkaSr10,2050
|
16
17
|
unitysvc_services/models/seller_v1.py,sha256=SU4rqYAh9hE4EeUrEkqaVrLwusenV7MotPF77VcsRKo,3263
|
17
18
|
unitysvc_services/models/service_v1.py,sha256=u16zqM3khrJoTw_v0d45tMcKXjko5k_v3w8xwUtZ6nM,2720
|
18
|
-
unitysvc_services-0.2.
|
19
|
-
unitysvc_services-0.2.
|
20
|
-
unitysvc_services-0.2.
|
21
|
-
unitysvc_services-0.2.
|
22
|
-
unitysvc_services-0.2.
|
23
|
-
unitysvc_services-0.2.
|
19
|
+
unitysvc_services-0.2.2.dist-info/licenses/LICENSE,sha256=_p8V6A8OMPu2HIztn3O01v0-urZFwk0Dd3Yk_PTIlL8,1065
|
20
|
+
unitysvc_services-0.2.2.dist-info/METADATA,sha256=pmJ6eY72bkhsOuiKzAKUGspW6C9vSS6UwgMVHLBJQVY,6515
|
21
|
+
unitysvc_services-0.2.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
22
|
+
unitysvc_services-0.2.2.dist-info/entry_points.txt,sha256=-vodnbPmo7QQmFu8jdG6sCyGRVM727w9Nhwp4Vwau_k,64
|
23
|
+
unitysvc_services-0.2.2.dist-info/top_level.txt,sha256=GIotQj-Ro2ruR7eupM1r58PWqIHTAq647ORL7E2kneo,18
|
24
|
+
unitysvc_services-0.2.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|