unitysvc-data 0.1.1__tar.gz → 0.1.2__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.
- {unitysvc_data-0.1.1/src/unitysvc_data.egg-info → unitysvc_data-0.1.2}/PKG-INFO +1 -1
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/pyproject.toml +1 -1
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/_manifest.json +2 -2
- unitysvc_data-0.1.2/src/unitysvc_data/_version.py +1 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/s3/code-example/README.md +1 -1
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/s3/description/README.md +1 -1
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2/src/unitysvc_data.egg-info}/PKG-INFO +1 -1
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/tests/test_presets.py +1 -1
- unitysvc_data-0.1.1/src/unitysvc_data/_version.py +0 -1
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/LICENSE +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/README.md +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/setup.cfg +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/__init__.py +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/cli.py +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/api/connectivity/README.md +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/api/connectivity/connectivity-v1.sh.j2 +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/llm/request-template/README.md +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/llm/request-template/request-template-v1.json +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/s3/code-example/code-example-v1.py.j2 +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/s3/connectivity/README.md +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/s3/connectivity/connectivity-v1.py.j2 +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/s3/description/description-v1.md +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/smtp/connectivity/README.md +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/smtp/connectivity/connectivity-v1.sh.j2 +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/presets.py +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/py.typed +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data.egg-info/SOURCES.txt +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data.egg-info/dependency_links.txt +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data.egg-info/entry_points.txt +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data.egg-info/requires.txt +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data.egg-info/top_level.txt +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/tests/test_build.py +0 -0
- {unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/tests/test_cli.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "unitysvc-data"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.2"
|
|
8
8
|
description = "Standard examples and presets for UnitySVC data packages"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Bo Peng", email = "bo.peng@unitysvc.com" }]
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"version": 1
|
|
36
36
|
},
|
|
37
37
|
"s3_code_example_v1": {
|
|
38
|
-
"category": "
|
|
38
|
+
"category": "code_example",
|
|
39
39
|
"description": "Python example: list objects in an S3 bucket via boto3",
|
|
40
40
|
"example_file": "s3/code-example/code-example-v1.py.j2",
|
|
41
41
|
"is_active": true,
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"version": 1
|
|
62
62
|
},
|
|
63
63
|
"s3_description_v1": {
|
|
64
|
-
"category": "
|
|
64
|
+
"category": "getting_started",
|
|
65
65
|
"description": "Customer-facing overview of the S3 gateway service",
|
|
66
66
|
"example_file": "s3/description/description-v1.md",
|
|
67
67
|
"is_active": true,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.1.2"
|
|
@@ -135,7 +135,7 @@ def test_doc_preset_sentinel_with_overrides():
|
|
|
135
135
|
)
|
|
136
136
|
assert record["description"] == "Custom desc"
|
|
137
137
|
assert record["is_public"] is False
|
|
138
|
-
assert record["category"] == "
|
|
138
|
+
assert record["category"] == "code_example"
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
def test_doc_preset_deep_merges_meta():
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "0.1.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/api/connectivity/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/s3/connectivity/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{unitysvc_data-0.1.1 → unitysvc_data-0.1.2}/src/unitysvc_data/examples/smtp/connectivity/README.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|