swm_example_package 0.6.4.dev3__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.4.dev3.dist-info → swm_example_package-0.11.0.dev1.dist-info}/METADATA +5 -2
- swm_example_package-0.11.0.dev1.dist-info/RECORD +7 -0
- {swm_example_package-0.6.4.dev3.dist-info → swm_example_package-0.11.0.dev1.dist-info}/WHEEL +1 -1
- swm_example_package-0.6.4.dev3.dist-info/RECORD +0 -7
- {swm_example_package-0.6.4.dev3.dist-info → swm_example_package-0.11.0.dev1.dist-info}/entry_points.txt +0 -0
- {swm_example_package-0.6.4.dev3.dist-info → swm_example_package-0.11.0.dev1.dist-info}/licenses/LICENSE +0 -0
{swm_example_package-0.6.4.dev3.dist-info → swm_example_package-0.11.0.dev1.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
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
|
|
@@ -34,7 +34,8 @@ Description-Content-Type: text/markdown
|
|
|
34
34
|
<img src="https://img.shields.io/pypi/l/swm_example_package" alt="PyPI - License"/></a>
|
|
35
35
|
<a href="https://pypi.org/project/swm_example_package/">
|
|
36
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
|
-
|
|
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>
|
|
38
39
|
|
|
39
40
|
# Swm Example Package
|
|
40
41
|
|
|
@@ -55,3 +56,5 @@ from swarmauri.{resource_name}.{MainClass} import {MainClass}
|
|
|
55
56
|
|
|
56
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.
|
|
57
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.4.dev3.dist-info/METADATA,sha256=YDWias8B4Wh36Wij9qePIkIdW67KptGu1vwR-VdqHF0,2480
|
|
4
|
-
swm_example_package-0.6.4.dev3.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
|
|
5
|
-
swm_example_package-0.6.4.dev3.dist-info/entry_points.txt,sha256=n-gPKP21IJX75P0G_hf4PU45K6jJXvHQ5I9dLrESCFg,66
|
|
6
|
-
swm_example_package-0.6.4.dev3.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
|
|
7
|
-
swm_example_package-0.6.4.dev3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|