constat 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.
constat/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ """Name reservation placeholder. The first real release ships with Phase 1.
2
+
3
+ https://theconstat.com - contact: awab@theconstat.com
4
+ """
5
+
6
+ __version__ = "0.0.1"
@@ -0,0 +1,20 @@
1
+ Metadata-Version: 2.4
2
+ Name: constat
3
+ Version: 0.0.1
4
+ Summary: Constat — verifiable evidence infrastructure for investigations
5
+ Project-URL: Homepage, https://theconstat.com
6
+ Project-URL: Repository, https://github.com/sayenah/constat
7
+ License-Expression: AGPL-3.0-only
8
+ Classifier: Development Status :: 1 - Planning
9
+ Requires-Python: >=3.9
10
+ Description-Content-Type: text/markdown
11
+
12
+ # Constat
13
+
14
+ **Constat — verifiable evidence infrastructure for investigations.**
15
+
16
+ This package name is reserved by the active Constat project. The code lives
17
+ at github.com/sayenah/constat (private during pre-launch); the first real
18
+ release ships with Phase 1.
19
+
20
+ Contact: awab@theconstat.com · https://theconstat.com
@@ -0,0 +1,4 @@
1
+ constat/__init__.py,sha256=Mryz-DrM1Sik6ys3PRCl0Ktox7sYR5bZr73b3UU4ESU,158
2
+ constat-0.0.1.dist-info/METADATA,sha256=_aM2OHaWvYF7zvqvxjkSajJKSFYEISkI_0RQr2JxhTw,694
3
+ constat-0.0.1.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
4
+ constat-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.31.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any