ilc-protocol 0.1.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.
File without changes
@@ -0,0 +1,19 @@
1
+ Metadata-Version: 2.4
2
+ Name: ilc-protocol
3
+ Version: 0.1.0
4
+ Summary: Intelligent Labor Coin — full protocol stack (CLI + runtime)
5
+ License: AGPL-3.0-only
6
+ Project-URL: Homepage, https://pypi.org/project/ilc-core/
7
+ Requires-Python: >=3.10
8
+ Description-Content-Type: text/markdown
9
+ Requires-Dist: ilc-core>=0.1.0
10
+
11
+ # ilc-protocol
12
+
13
+ Full protocol stack for the Intelligent Labor Coin (ILC) — an open-source epistemic graph protocol for verifiable knowledge attribution.
14
+
15
+ ```bash
16
+ pip install ilc-protocol
17
+ ```
18
+
19
+ This package depends on `ilc-core` and exposes the `ilc` CLI entry point.
@@ -0,0 +1,6 @@
1
+ ilc_protocol/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ ilc_protocol-0.1.0.dist-info/METADATA,sha256=dzOPQgJUwDEZbIe8swL9D_Mhmpommj6Rg-wA89lUXSk,573
3
+ ilc_protocol-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ ilc_protocol-0.1.0.dist-info/entry_points.txt,sha256=wioGo-y5lGEQ_XSSPDxZ7Q2LaWaSsIZoSjPDoCSDFvs,47
5
+ ilc_protocol-0.1.0.dist-info/top_level.txt,sha256=fi_WpbH0JLyj0KasS1A2JPX9XryPWRMU-mEHlvYxb34,13
6
+ ilc_protocol-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ ilc = ilc_core.cli.main:main
@@ -0,0 +1 @@
1
+ ilc_protocol