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 +6 -0
- constat-0.0.1.dist-info/METADATA +20 -0
- constat-0.0.1.dist-info/RECORD +4 -0
- constat-0.0.1.dist-info/WHEEL +4 -0
constat/__init__.py
ADDED
|
@@ -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,,
|