traigent 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.
traigent/__init__.py
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: traigent
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Traigent SDK - placeholder package, coming soon
|
|
5
|
+
Author-email: Traigent <Israel@traigent.ai>
|
|
6
|
+
Project-URL: Homepage, https://traigent.ai
|
|
7
|
+
Classifier: Development Status :: 1 - Planning
|
|
8
|
+
Classifier: Intended Audience :: Developers
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
11
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
12
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
15
|
+
Requires-Python: >=3.8
|
|
16
|
+
Description-Content-Type: text/markdown
|
|
17
|
+
|
|
18
|
+
# Traigent
|
|
19
|
+
|
|
20
|
+
**This package is a placeholder.** The full SDK is coming soon.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
traigent/__init__.py,sha256=_IuqrE9fOlpRCU9zumTlmkLPzzZbVAzhrhQwno16hIk,107
|
|
2
|
+
traigent-0.0.1.dist-info/METADATA,sha256=Y22mAhPFvBQq3MKuVjlDXISHXdOds_dN-S5WB48x5W0,728
|
|
3
|
+
traigent-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
traigent-0.0.1.dist-info/top_level.txt,sha256=hjvN5SZqtaHze1vM_PwRqNHBN4FEQQBWoxqWUXv0p_U,9
|
|
5
|
+
traigent-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
traigent
|