capsule-gate 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.
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: capsule-gate
3
+ Version: 0.0.1
4
+ Summary: Capsule Gate — verified action gate (name claim; implementation to follow).
5
+ Author: Action State Group
6
+ License: BSD-3-Clause
7
+ Project-URL: Homepage, https://github.com/action-state-group
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Programming Language :: Python :: 3
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+
13
+ # capsule-gate
14
+
15
+ Capsule Gate — verified action gate (name claim; implementation to follow).
16
+
17
+ This is a name-reservation placeholder by Action State Group, Inc.
18
+ Implementation to follow.
@@ -0,0 +1,6 @@
1
+ # capsule-gate
2
+
3
+ Capsule Gate — verified action gate (name claim; implementation to follow).
4
+
5
+ This is a name-reservation placeholder by Action State Group, Inc.
6
+ Implementation to follow.
@@ -0,0 +1,2 @@
1
+ """capsule-gate — name claim; implementation to follow."""
2
+ __version__ = "0.0.1"
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.4
2
+ Name: capsule-gate
3
+ Version: 0.0.1
4
+ Summary: Capsule Gate — verified action gate (name claim; implementation to follow).
5
+ Author: Action State Group
6
+ License: BSD-3-Clause
7
+ Project-URL: Homepage, https://github.com/action-state-group
8
+ Classifier: Development Status :: 1 - Planning
9
+ Classifier: Programming Language :: Python :: 3
10
+ Requires-Python: >=3.9
11
+ Description-Content-Type: text/markdown
12
+
13
+ # capsule-gate
14
+
15
+ Capsule Gate — verified action gate (name claim; implementation to follow).
16
+
17
+ This is a name-reservation placeholder by Action State Group, Inc.
18
+ Implementation to follow.
@@ -0,0 +1,7 @@
1
+ README.md
2
+ pyproject.toml
3
+ capsule_gate/__init__.py
4
+ capsule_gate.egg-info/PKG-INFO
5
+ capsule_gate.egg-info/SOURCES.txt
6
+ capsule_gate.egg-info/dependency_links.txt
7
+ capsule_gate.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ capsule_gate
@@ -0,0 +1,19 @@
1
+ [build-system]
2
+ requires = ["setuptools>=68"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "capsule-gate"
7
+ version = "0.0.1"
8
+ description = "Capsule Gate — verified action gate (name claim; implementation to follow)."
9
+ readme = "README.md"
10
+ requires-python = ">=3.9"
11
+ license = { text = "BSD-3-Clause" }
12
+ authors = [{ name = "Action State Group" }]
13
+ classifiers = ["Development Status :: 1 - Planning", "Programming Language :: Python :: 3"]
14
+
15
+ [project.urls]
16
+ Homepage = "https://github.com/action-state-group"
17
+
18
+ [tool.setuptools]
19
+ packages = ["capsule_gate"]
@@ -0,0 +1,4 @@
1
+ [egg_info]
2
+ tag_build =
3
+ tag_date = 0
4
+