tigrbl-kms 0.0.1.dev1__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.
@@ -0,0 +1 @@
1
+ print('hello world')
tigrbl_kms/__init__.py ADDED
@@ -0,0 +1,14 @@
1
+ from .ExampleAgent import ExampleAgent as ExampleAgent
2
+
3
+ __version__ = "0.6.0.dev26"
4
+ __long_desc__ = """
5
+
6
+ # Swarmauri Example Plugin
7
+
8
+ This repository includes an example of a Swarmauri Plugin.
9
+
10
+ Visit us at: https://swarmauri.com
11
+ Follow us at: https://github.com/swarmauri
12
+ Star us at: https://github.com/swarmauri/swarmauri-sdk
13
+
14
+ """
@@ -0,0 +1,18 @@
1
+ Metadata-Version: 2.3
2
+ Name: tigrbl-kms
3
+ Version: 0.0.1.dev1
4
+ Summary: A tigrbl package
5
+ License: Apache-2.0
6
+ Author: Jacob Stewart
7
+ Author-email: jacob@swarmauri.com
8
+ Requires-Python: >=3.10,<3.13
9
+ Classifier: License :: OSI Approved :: Apache Software License
10
+ Classifier: Programming Language :: Python :: 3.10
11
+ Classifier: Programming Language :: Python :: 3.11
12
+ Classifier: Programming Language :: Python :: 3.12
13
+ Classifier: Programming Language :: Python :: 3.13
14
+ Classifier: Development Status :: 1 - Planning
15
+ Classifier: Development Status :: 1 - Planning
16
+ Description-Content-Type: text/markdown
17
+
18
+
@@ -0,0 +1,5 @@
1
+ tigrbl_kms/__init__.py,sha256=I7Sgw63JWmtsNTNAJ0cET75eiBzqR99Sy-nB2IBnx9k,345
2
+ tigrbl_kms/ExampleAgent.py,sha256=k5M447arZSBD2T3_nB6OqmmgqWmkoN5QhwpsutfzwRc,20
3
+ tigrbl_kms-0.0.1.dev1.dist-info/METADATA,sha256=t1PiXCFyadNyCCJ44Q6KGNOqNb2YrgNcd9CDLlsUX74,594
4
+ tigrbl_kms-0.0.1.dev1.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
5
+ tigrbl_kms-0.0.1.dev1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: poetry-core 2.1.3
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any