swm_example_community_package 0.6.3.dev8__tar.gz → 0.6.4.dev1__tar.gz
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_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/PKG-INFO +14 -12
- {swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/README.md +4 -7
- {swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/pyproject.toml +11 -6
- {swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/LICENSE +0 -0
- {swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/swm_example_community_package/ExampleCommunityAgent.py +0 -0
- {swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/swm_example_community_package/__init__.py +0 -0
{swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/PKG-INFO
RENAMED
|
@@ -1,42 +1,44 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: swm_example_community_package
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.4.dev1
|
|
4
4
|
Summary: example community package
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
License-File: LICENSE
|
|
7
7
|
Keywords: swarmauri,swm,example,community,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: Natural Language :: English
|
|
16
13
|
Classifier: Development Status :: 3 - Alpha
|
|
17
14
|
Classifier: Intended Audience :: Developers
|
|
18
15
|
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
|
|
16
|
+
Classifier: Programming Language :: Python
|
|
17
|
+
Classifier: Programming Language :: Python :: 3
|
|
18
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
19
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
20
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
19
24
|
Requires-Dist: swarmauri_base
|
|
20
25
|
Requires-Dist: swarmauri_core
|
|
21
26
|
Description-Content-Type: text/markdown
|
|
22
27
|
|
|
23
|
-
|
|
24
|
-

|
|
28
|
+

|
|
25
29
|
|
|
26
30
|
<p align="center">
|
|
27
|
-
<a href="https://
|
|
28
|
-
<img src="https://
|
|
31
|
+
<a href="https://pepy.tech/project/swm_example_community_package/">
|
|
32
|
+
<img src="https://static.pepy.tech/badge/swm_example_community_package/month" alt="PyPI - Downloads"/></a>
|
|
29
33
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swm_example_community_package/">
|
|
30
34
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swm_example_community_package.svg"/></a>
|
|
31
35
|
<a href="https://pypi.org/project/swm_example_community_package/">
|
|
32
|
-
<img src="https://img.shields.io/
|
|
36
|
+
<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
37
|
<a href="https://pypi.org/project/swm_example_community_package/">
|
|
34
38
|
<img src="https://img.shields.io/pypi/l/swm_example_community_package" alt="PyPI - License"/></a>
|
|
35
39
|
<a href="https://pypi.org/project/swm_example_community_package/">
|
|
36
40
|
<img src="https://img.shields.io/pypi/v/swm_example_community_package?label=swm_example_community_package&color=green" alt="PyPI - swm_example_community_package"/></a>
|
|
37
41
|
</p>
|
|
38
42
|
|
|
39
|
-
---
|
|
40
|
-
|
|
41
43
|
# Swm Example Community Package
|
|
42
44
|
|
{swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/README.md
RENAMED
|
@@ -1,19 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-

|
|
1
|
+

|
|
3
2
|
|
|
4
3
|
<p align="center">
|
|
5
|
-
<a href="https://
|
|
6
|
-
<img src="https://
|
|
4
|
+
<a href="https://pepy.tech/project/swm_example_community_package/">
|
|
5
|
+
<img src="https://static.pepy.tech/badge/swm_example_community_package/month" alt="PyPI - Downloads"/></a>
|
|
7
6
|
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swm_example_community_package/">
|
|
8
7
|
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swm_example_community_package.svg"/></a>
|
|
9
8
|
<a href="https://pypi.org/project/swm_example_community_package/">
|
|
10
|
-
<img src="https://img.shields.io/
|
|
9
|
+
<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>
|
|
11
10
|
<a href="https://pypi.org/project/swm_example_community_package/">
|
|
12
11
|
<img src="https://img.shields.io/pypi/l/swm_example_community_package" alt="PyPI - License"/></a>
|
|
13
12
|
<a href="https://pypi.org/project/swm_example_community_package/">
|
|
14
13
|
<img src="https://img.shields.io/pypi/v/swm_example_community_package?label=swm_example_community_package&color=green" alt="PyPI - swm_example_community_package"/></a>
|
|
15
14
|
</p>
|
|
16
15
|
|
|
17
|
-
---
|
|
18
|
-
|
|
19
16
|
# Swm Example Community Package
|
{swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/pyproject.toml
RENAMED
|
@@ -1,22 +1,27 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swm_example_community_package"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.4.dev1"
|
|
4
4
|
description = "example community package"
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
repository = "http://github.com/swarmauri/swarmauri-sdk"
|
|
8
|
-
requires-python = ">=3.10,<3.
|
|
8
|
+
requires-python = ">=3.10,<3.15"
|
|
9
9
|
classifiers = [
|
|
10
10
|
"License :: OSI Approved :: Apache Software License",
|
|
11
|
-
"Programming Language :: Python :: 3.10",
|
|
12
|
-
"Programming Language :: Python :: 3.11",
|
|
13
|
-
"Programming Language :: Python :: 3.12",
|
|
14
11
|
"Natural Language :: English",
|
|
15
12
|
"Development Status :: 3 - Alpha",
|
|
16
13
|
"Intended Audience :: Developers",
|
|
17
14
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
15
|
+
"Programming Language :: Python",
|
|
16
|
+
"Programming Language :: Python :: 3",
|
|
17
|
+
"Programming Language :: Python :: 3 :: Only",
|
|
18
|
+
"Programming Language :: Python :: 3.10",
|
|
19
|
+
"Programming Language :: Python :: 3.11",
|
|
20
|
+
"Programming Language :: Python :: 3.12",
|
|
21
|
+
"Programming Language :: Python :: 3.13",
|
|
22
|
+
"Programming Language :: Python :: 3.14",
|
|
18
23
|
]
|
|
19
|
-
authors = [{name = "Jacob Stewart", email = "jacob@swarmauri.com"}]
|
|
24
|
+
authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
|
|
20
25
|
dependencies = ["swarmauri_core", "swarmauri_base"]
|
|
21
26
|
keywords = [
|
|
22
27
|
"swarmauri",
|
{swm_example_community_package-0.6.3.dev8 → swm_example_community_package-0.6.4.dev1}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|