trustkit 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.
trustkit/__init__.py ADDED
@@ -0,0 +1,3 @@
1
+
2
+ def test():
3
+ return "Hello, World!"
@@ -0,0 +1,15 @@
1
+ Metadata-Version: 2.4
2
+ Name: trustkit
3
+ Version: 0.0.1
4
+ Summary: TrustKIt python library
5
+ Author: Brandad
6
+ License-Expression: ISC
7
+ Project-URL: Homepage, https://brandad.de
8
+ Classifier: Programming Language :: Python :: 3
9
+ Classifier: Operating System :: OS Independent
10
+ Requires-Python: >=3.8
11
+ Description-Content-Type: text/markdown
12
+
13
+ # TrustKIt
14
+
15
+ Work in progress.
@@ -0,0 +1,5 @@
1
+ trustkit/__init__.py,sha256=iNzK6UAQtFn6s5BM4DHR_Rq9lY3_LEq3iBOcUMA20t0,41
2
+ trustkit-0.0.1.dist-info/METADATA,sha256=1XsW6foMDZJLiB-yncNz2V7DThm8RJ8JNRy6qZZfLmI,371
3
+ trustkit-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ trustkit-0.0.1.dist-info/top_level.txt,sha256=22DiK1pVteVg4vYm0iXhoo5ekXZF40ruGH1zAnp2WL8,9
5
+ trustkit-0.0.1.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 @@
1
+ trustkit