shipwright-kit 0.6.0__tar.gz → 0.7.0__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.
- {shipwright_kit-0.6.0/shipwright_kit.egg-info → shipwright_kit-0.7.0}/PKG-INFO +9 -1
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/README.md +7 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/pyproject.toml +2 -1
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/__init__.py +1 -1
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0/shipwright_kit.egg-info}/PKG-INFO +9 -1
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/LICENSE +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/setup.cfg +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/cli.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/config.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/design/__init__.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/design/banner.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/design/console.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/design/glyphs.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/design/output.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/design/palette.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/design/tiers.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/eval/__init__.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/eval/corpus.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/eval/harness.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/eval/metrics.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/py.typed +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/security/__init__.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/security/eval.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/security/injection.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit/security/theme.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit.egg-info/SOURCES.txt +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit.egg-info/dependency_links.txt +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit.egg-info/entry_points.txt +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit.egg-info/requires.txt +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/shipwright_kit.egg-info/top_level.txt +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/tests/test_cli.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/tests/test_config.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/tests/test_packaging.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/tests/test_packs_entrypoint.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/tests/test_release_config.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/tests/test_template_wiring.py +0 -0
- {shipwright_kit-0.6.0 → shipwright_kit-0.7.0}/tests/test_tooling.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shipwright-kit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: Shipwright — AI-agent dev framework + import-light design/eval/security library
|
|
5
5
|
Author: Christian Huhn
|
|
6
6
|
License-Expression: MIT
|
|
@@ -9,6 +9,7 @@ Project-URL: Repository, https://github.com/duathron/shipwright
|
|
|
9
9
|
Project-URL: Documentation, https://github.com/duathron/shipwright/blob/main/docs/library.md
|
|
10
10
|
Project-URL: Changelog, https://github.com/duathron/shipwright/blob/main/CHANGELOG.md
|
|
11
11
|
Project-URL: Issues, https://github.com/duathron/shipwright/issues
|
|
12
|
+
Project-URL: LinkedIn, https://www.linkedin.com/in/christian-huhn-76a407114
|
|
12
13
|
Keywords: ci,dev-tooling,eval,design-tokens,severity,quality-gates
|
|
13
14
|
Classifier: Development Status :: 3 - Alpha
|
|
14
15
|
Classifier: Intended Audience :: Developers
|
|
@@ -159,6 +160,13 @@ Report vulnerabilities privately via GitHub's
|
|
|
159
160
|
[private vulnerability reporting](https://github.com/duathron/shipwright/security/advisories/new)
|
|
160
161
|
(repo **Security** tab → **Report a vulnerability**). See [SECURITY.md](SECURITY.md).
|
|
161
162
|
|
|
163
|
+
## Author
|
|
164
|
+
|
|
165
|
+
**Christian Huhn** — building security tooling for SOC/DFIR workflows.
|
|
166
|
+
|
|
167
|
+
- GitHub: [@duathron](https://github.com/duathron)
|
|
168
|
+
- LinkedIn: [Christian Huhn](https://www.linkedin.com/in/christian-huhn-76a407114)
|
|
169
|
+
|
|
162
170
|
## License
|
|
163
171
|
|
|
164
172
|
[MIT](LICENSE) © 2026 Christian Huhn
|
|
@@ -130,6 +130,13 @@ Report vulnerabilities privately via GitHub's
|
|
|
130
130
|
[private vulnerability reporting](https://github.com/duathron/shipwright/security/advisories/new)
|
|
131
131
|
(repo **Security** tab → **Report a vulnerability**). See [SECURITY.md](SECURITY.md).
|
|
132
132
|
|
|
133
|
+
## Author
|
|
134
|
+
|
|
135
|
+
**Christian Huhn** — building security tooling for SOC/DFIR workflows.
|
|
136
|
+
|
|
137
|
+
- GitHub: [@duathron](https://github.com/duathron)
|
|
138
|
+
- LinkedIn: [Christian Huhn](https://www.linkedin.com/in/christian-huhn-76a407114)
|
|
139
|
+
|
|
133
140
|
## License
|
|
134
141
|
|
|
135
142
|
[MIT](LICENSE) © 2026 Christian Huhn
|
|
@@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"
|
|
|
7
7
|
# PyPI distribution name. The bare `shipwright` is taken on PyPI (unrelated 6si
|
|
8
8
|
# tool), so the dist is `shipwright-kit`; the IMPORT name is `shipwright_kit`.
|
|
9
9
|
name = "shipwright-kit"
|
|
10
|
-
version = "0.
|
|
10
|
+
version = "0.7.0"
|
|
11
11
|
description = "Shipwright — AI-agent dev framework + import-light design/eval/security library"
|
|
12
12
|
readme = "README.md"
|
|
13
13
|
requires-python = ">=3.11"
|
|
@@ -37,6 +37,7 @@ Repository = "https://github.com/duathron/shipwright"
|
|
|
37
37
|
Documentation = "https://github.com/duathron/shipwright/blob/main/docs/library.md"
|
|
38
38
|
Changelog = "https://github.com/duathron/shipwright/blob/main/CHANGELOG.md"
|
|
39
39
|
Issues = "https://github.com/duathron/shipwright/issues"
|
|
40
|
+
LinkedIn = "https://www.linkedin.com/in/christian-huhn-76a407114"
|
|
40
41
|
|
|
41
42
|
[project.entry-points."shipwright_kit.packs"]
|
|
42
43
|
security = "shipwright_kit.security.theme:SecurityTheme"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: shipwright-kit
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.7.0
|
|
4
4
|
Summary: Shipwright — AI-agent dev framework + import-light design/eval/security library
|
|
5
5
|
Author: Christian Huhn
|
|
6
6
|
License-Expression: MIT
|
|
@@ -9,6 +9,7 @@ Project-URL: Repository, https://github.com/duathron/shipwright
|
|
|
9
9
|
Project-URL: Documentation, https://github.com/duathron/shipwright/blob/main/docs/library.md
|
|
10
10
|
Project-URL: Changelog, https://github.com/duathron/shipwright/blob/main/CHANGELOG.md
|
|
11
11
|
Project-URL: Issues, https://github.com/duathron/shipwright/issues
|
|
12
|
+
Project-URL: LinkedIn, https://www.linkedin.com/in/christian-huhn-76a407114
|
|
12
13
|
Keywords: ci,dev-tooling,eval,design-tokens,severity,quality-gates
|
|
13
14
|
Classifier: Development Status :: 3 - Alpha
|
|
14
15
|
Classifier: Intended Audience :: Developers
|
|
@@ -159,6 +160,13 @@ Report vulnerabilities privately via GitHub's
|
|
|
159
160
|
[private vulnerability reporting](https://github.com/duathron/shipwright/security/advisories/new)
|
|
160
161
|
(repo **Security** tab → **Report a vulnerability**). See [SECURITY.md](SECURITY.md).
|
|
161
162
|
|
|
163
|
+
## Author
|
|
164
|
+
|
|
165
|
+
**Christian Huhn** — building security tooling for SOC/DFIR workflows.
|
|
166
|
+
|
|
167
|
+
- GitHub: [@duathron](https://github.com/duathron)
|
|
168
|
+
- LinkedIn: [Christian Huhn](https://www.linkedin.com/in/christian-huhn-76a407114)
|
|
169
|
+
|
|
162
170
|
## License
|
|
163
171
|
|
|
164
172
|
[MIT](LICENSE) © 2026 Christian Huhn
|
|
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
|
|
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
|
|
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
|