sealedrun 0.0.1__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.
sealedrun-0.0.1/PKG-INFO
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
Metadata-Version: 2.5
|
|
2
|
+
Name: sealedrun
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Placeholder. SealedRun: tamper-evident signed record of AI agent runs. Real release coming soon.
|
|
5
|
+
Project-URL: Homepage, https://sealedrun.com
|
|
6
|
+
Project-URL: Repository, https://github.com/sealedrun/sealedrun
|
|
7
|
+
Author-email: SealedRun <info@sealedrun.com>
|
|
8
|
+
License-Expression: Apache-2.0
|
|
9
|
+
Classifier: Development Status :: 1 - Planning
|
|
10
|
+
Requires-Python: >=3.12
|
|
11
|
+
Description-Content-Type: text/markdown
|
|
12
|
+
|
|
13
|
+
# sealedrun
|
|
14
|
+
|
|
15
|
+
Placeholder release reserving the name for [SealedRun](https://sealedrun.com). No functionality yet.
|
|
16
|
+
|
|
17
|
+
Contact: info@sealedrun.com
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "sealedrun"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "Placeholder. SealedRun: tamper-evident signed record of AI agent runs. Real release coming soon."
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
license = "Apache-2.0"
|
|
7
|
+
requires-python = ">=3.12"
|
|
8
|
+
authors = [{ name = "SealedRun", email = "info@sealedrun.com" }]
|
|
9
|
+
classifiers = ["Development Status :: 1 - Planning"]
|
|
10
|
+
|
|
11
|
+
[project.urls]
|
|
12
|
+
Homepage = "https://sealedrun.com"
|
|
13
|
+
Repository = "https://github.com/sealedrun/sealedrun"
|
|
14
|
+
|
|
15
|
+
[build-system]
|
|
16
|
+
requires = ["hatchling"]
|
|
17
|
+
build-backend = "hatchling.build"
|
|
18
|
+
|
|
19
|
+
[tool.hatch.build.targets.wheel]
|
|
20
|
+
packages = ["src/sealedrun"]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|