capsule-gate 0.0.1__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.
capsule_gate/__init__.py
ADDED
|
@@ -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,5 @@
|
|
|
1
|
+
capsule_gate/__init__.py,sha256=7Qvos16wjtpbT-DEX2ec8Yn8gsyxtE1lPL3_vHK-Nrc,83
|
|
2
|
+
capsule_gate-0.0.1.dist-info/METADATA,sha256=vjEOlYHOBQ7f3ohzdPO_ggxGGkjVviIPYg7zeVlF9LM,600
|
|
3
|
+
capsule_gate-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
capsule_gate-0.0.1.dist-info/top_level.txt,sha256=UkeiXE8SWAo1aIsrNhXfDW_6Fq7Gp2e2i46R_XmqNAc,13
|
|
5
|
+
capsule_gate-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
capsule_gate
|