shipmunk 0.0.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.
shipmunk/__init__.py
ADDED
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: shipmunk
|
|
3
|
+
Version: 0.0.0
|
|
4
|
+
Summary: Nightly packaging, verification and reporting for the Agentastic products. Name reservation; not yet functional.
|
|
5
|
+
Project-URL: Homepage, https://www.agentastic.dev
|
|
6
|
+
Project-URL: Source, https://github.com/agentasticai/monorepo
|
|
7
|
+
Author-email: Agentastic <eng@agentastic.ai>
|
|
8
|
+
License: Apache-2.0
|
|
9
|
+
Keywords: agentastic,nightly,packaging,release
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
+
Classifier: Topic :: Software Development :: Build Tools
|
|
13
|
+
Requires-Python: >=3.9
|
|
14
|
+
Description-Content-Type: text/markdown
|
|
15
|
+
|
|
16
|
+
# shipmunk
|
|
17
|
+
|
|
18
|
+
Nightly packaging, verification and reporting for the Agentastic products.
|
|
19
|
+
|
|
20
|
+
Shipmunk builds each product from a clean macOS VM every night, packages and
|
|
21
|
+
signs the result, runs its test tiers, installs the artifact in a fresh VM,
|
|
22
|
+
drives end-to-end scenarios against it, and publishes one report per night.
|
|
23
|
+
Beta and stable releases are promotions of a nightly artifact that already
|
|
24
|
+
soaked, never a rebuild.
|
|
25
|
+
|
|
26
|
+
**This 0.0.0 release reserves the name. It contains no working code.**
|
|
27
|
+
Development happens in the Agentastic monorepo under `core/shipmunk`.
|
|
28
|
+
|
|
29
|
+
See https://www.agentastic.dev
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
shipmunk/__init__.py,sha256=aOAhkSOAQC4FeTZgbQlGLk2TOgC7Of3Fh47Z2jPkMek,209
|
|
2
|
+
shipmunk-0.0.0.dist-info/METADATA,sha256=x1OlsXW9IiGJmb-HvNE5pAV1la9R7P8vKxH6lxZJZLI,1220
|
|
3
|
+
shipmunk-0.0.0.dist-info/WHEEL,sha256=W3fkpkm7-wf9vBI5Z-7s0eWkeM-spu78I8Neb98DeEg,87
|
|
4
|
+
shipmunk-0.0.0.dist-info/RECORD,,
|