swm_example_package 0.6.3.dev19__py3-none-any.whl → 0.11.0.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.
- {swm_example_package-0.6.3.dev19.dist-info → swm_example_package-0.11.0.dev1.dist-info}/METADATA +20 -18
- swm_example_package-0.11.0.dev1.dist-info/RECORD +7 -0
- {swm_example_package-0.6.3.dev19.dist-info → swm_example_package-0.11.0.dev1.dist-info}/WHEEL +1 -1
- swm_example_package-0.6.3.dev19.dist-info/RECORD +0 -7
- {swm_example_package-0.6.3.dev19.dist-info → swm_example_package-0.11.0.dev1.dist-info}/entry_points.txt +0 -0
- {swm_example_package-0.6.3.dev19.dist-info → swm_example_package-0.11.0.dev1.dist-info}/licenses/LICENSE +0 -0
{swm_example_package-0.6.3.dev19.dist-info → swm_example_package-0.11.0.dev1.dist-info}/METADATA
RENAMED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swm_example_package
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.11.0.dev1
|
|
4
4
|
Summary: This repository includes an example of a First Class Swarmauri Example.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Keywords: swm,sdk,standards,example,package
|
|
8
8
|
Author: Jacob Stewart
|
|
9
9
|
Author-email: jacob@swarmauri.com
|
|
10
|
-
Requires-Python: >=3.10,<3.
|
|
10
|
+
Requires-Python: >=3.10,<3.15
|
|
11
11
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
12
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
13
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
14
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
15
12
|
Classifier: Programming Language :: Python
|
|
16
13
|
Classifier: Programming Language :: Python :: 3
|
|
17
14
|
Classifier: Programming Language :: Python :: 3 :: Only
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
18
20
|
Requires-Dist: swarmauri_base
|
|
19
21
|
Requires-Dist: swarmauri_core
|
|
20
22
|
Description-Content-Type: text/markdown
|
|
21
23
|
|
|
22
|
-
|
|
23
|
-

|
|
24
|
+

|
|
24
25
|
|
|
25
26
|
<p align="center">
|
|
26
|
-
<a href="https://
|
|
27
|
-
<img src="https://
|
|
27
|
+
<a href="https://pepy.tech/project/swm_example_package/">
|
|
28
|
+
<img src="https://static.pepy.tech/badge/swm_example_package/month" alt="PyPI - Downloads"/></a>
|
|
28
29
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package/">
|
|
29
30
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package.svg"/></a>
|
|
30
|
-
<a href="https://pypi.org/project/
|
|
31
|
-
<img src="https://img.shields.io/
|
|
32
|
-
<a href="https://pypi.org/project/
|
|
33
|
-
<img src="https://img.shields.io/pypi/l/
|
|
34
|
-
<a href="https://pypi.org/project/
|
|
35
|
-
<img src="https://img.shields.io/pypi/v/
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
---
|
|
31
|
+
<a href="https://pypi.org/project/swm_example_package/">
|
|
32
|
+
<img src="https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13%20%7C%203.14-blue" alt="PyPI - Python Version"/></a>
|
|
33
|
+
<a href="https://pypi.org/project/swm_example_package/">
|
|
34
|
+
<img src="https://img.shields.io/pypi/l/swm_example_package" alt="PyPI - License"/></a>
|
|
35
|
+
<a href="https://pypi.org/project/swm_example_package/">
|
|
36
|
+
<img src="https://img.shields.io/pypi/v/swm_example_package?label=swm_example_package&color=green" alt="PyPI - swm_example_package"/></a>
|
|
37
|
+
<a href="https://discord.gg/N4UpBuQv8T">
|
|
38
|
+
<img src="https://img.shields.io/badge/Discord-Join%20Chat-5865F2?logo=discord&logoColor=white" alt="Discord"/></a></p>
|
|
39
39
|
|
|
40
40
|
# Swm Example Package
|
|
41
41
|
|
|
@@ -56,3 +56,5 @@ from swarmauri.{resource_name}.{MainClass} import {MainClass}
|
|
|
56
56
|
|
|
57
57
|
If you want to contribute to swarmauri-sdk, read up on our [guidelines for contributing](https://github.com/swarmauri/swarmauri-sdk/blob/master/contributing.md) that will help you get started.
|
|
58
58
|
|
|
59
|
+
|
|
60
|
+
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
swm_example_package/ExampleAgent.py,sha256=_sq3355gsK_FwnRGD6QXmzSm1Kzmn6yG2gpU-cEC-3g,728
|
|
2
|
+
swm_example_package/__init__.py,sha256=GtFWGqRAXAvuYSPLd9bT1sxElAPy7iwyX-7suupCXVY,331
|
|
3
|
+
swm_example_package-0.11.0.dev1.dist-info/METADATA,sha256=kDaK-vVW68QhTTSl8knaHTYxYqTjAAzVp7hb-HFNIzs,2651
|
|
4
|
+
swm_example_package-0.11.0.dev1.dist-info/WHEEL,sha256=eY7nduwzv-ldUxpzbRlxwvC693Hg6PX8bWDjEHjZ_dk,88
|
|
5
|
+
swm_example_package-0.11.0.dev1.dist-info/entry_points.txt,sha256=n-gPKP21IJX75P0G_hf4PU45K6jJXvHQ5I9dLrESCFg,66
|
|
6
|
+
swm_example_package-0.11.0.dev1.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
|
7
|
+
swm_example_package-0.11.0.dev1.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
swm_example_package/ExampleAgent.py,sha256=_sq3355gsK_FwnRGD6QXmzSm1Kzmn6yG2gpU-cEC-3g,728
|
|
2
|
-
swm_example_package/__init__.py,sha256=GtFWGqRAXAvuYSPLd9bT1sxElAPy7iwyX-7suupCXVY,331
|
|
3
|
-
swm_example_package-0.6.3.dev19.dist-info/METADATA,sha256=WddlseG_tDHeEFS-22GjWHPBlFMxPk5H_2SBe51yI6g,2365
|
|
4
|
-
swm_example_package-0.6.3.dev19.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
|
|
5
|
-
swm_example_package-0.6.3.dev19.dist-info/entry_points.txt,sha256=n-gPKP21IJX75P0G_hf4PU45K6jJXvHQ5I9dLrESCFg,66
|
|
6
|
-
swm_example_package-0.6.3.dev19.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
|
7
|
-
swm_example_package-0.6.3.dev19.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|