swm_example_plugin 0.6.5.dev17__py3-none-any.whl → 0.6.6.dev3__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.
@@ -1,27 +1,29 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swm_example_plugin
3
- Version: 0.6.5.dev17
3
+ Version: 0.6.6.dev3
4
4
  Summary: This repository includes an example of a Swarmauri Plugin.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
7
7
  Keywords: swarmauri,plugin,example,agents,entry-points,sdk,scaffolding,template,tutorial,packaging,asyncio,extension-points,media-workflows
8
8
  Author: Jacob Stewart
9
9
  Author-email: jacob@swarmauri.com
10
- Requires-Python: >=3.10,<3.13
10
+ Requires-Python: >=3.10,<3.15
11
11
  Classifier: Development Status :: 1 - Planning
12
12
  Classifier: License :: OSI Approved :: Apache Software License
13
13
  Classifier: Natural Language :: English
14
+ Classifier: Framework :: AsyncIO
15
+ Classifier: Operating System :: OS Independent
16
+ Classifier: Intended Audience :: Developers
17
+ Classifier: Topic :: Software Development :: Libraries
18
+ Classifier: Topic :: Education
14
19
  Classifier: Programming Language :: Python
15
20
  Classifier: Programming Language :: Python :: 3
16
21
  Classifier: Programming Language :: Python :: 3 :: Only
17
22
  Classifier: Programming Language :: Python :: 3.10
18
23
  Classifier: Programming Language :: Python :: 3.11
19
24
  Classifier: Programming Language :: Python :: 3.12
20
- Classifier: Framework :: AsyncIO
21
- Classifier: Operating System :: OS Independent
22
- Classifier: Intended Audience :: Developers
23
- Classifier: Topic :: Software Development :: Libraries
24
- Classifier: Topic :: Education
25
+ Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
25
27
  Project-URL: Changelog, https://github.com/swarmauri/swarmauri-sdk/releases
26
28
  Project-URL: Documentation, https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/example_plugin#readme
27
29
  Project-URL: Discussions, https://github.com/orgs/swarmauri/discussions
@@ -30,22 +32,21 @@ Project-URL: Issues, https://github.com/swarmauri/swarmauri-sdk/issues
30
32
  Project-URL: Source, https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/example_plugin
31
33
  Description-Content-Type: text/markdown
32
34
 
33
- <p align="center">
34
- <img src="https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg" alt="Swarmauri logotype" width="420" />
35
- </p>
36
-
37
- <h1 align="center">Swarmauri Example Plugin</h1>
35
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
38
36
 
39
37
  <p align="center">
40
- <a href="https://pypi.org/project/swm-example-plugin/"><img src="https://img.shields.io/pypi/dm/swm-example-plugin?style=for-the-badge" alt="PyPI - Downloads" /></a>
41
- <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/example_plugin/"><img src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/example_plugin.svg?style=for-the-badge" alt="Repository views" /></a>
42
- <a href="https://pypi.org/project/swm-example-plugin/"><img src="https://img.shields.io/pypi/pyversions/swm-example-plugin?style=for-the-badge" alt="Supported Python versions" /></a>
43
- <a href="https://pypi.org/project/swm-example-plugin/"><img src="https://img.shields.io/pypi/l/swm-example-plugin?style=for-the-badge" alt="License" /></a>
44
- <a href="https://pypi.org/project/swm-example-plugin/"><img src="https://img.shields.io/pypi/v/swm-example-plugin?style=for-the-badge&label=swm-example-plugin" alt="Latest release" /></a>
38
+ <a href="https://pepy.tech/project/swm_example_plugin/">
39
+ <img src="https://static.pepy.tech/badge/swm_example_plugin/month" alt="PyPI - Downloads"/></a>
40
+ <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/example_plugin/">
41
+ <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/example_plugin.svg"/></a>
42
+ <a href="https://pypi.org/project/swm_example_plugin/">
43
+ <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>
44
+ <a href="https://pypi.org/project/swm_example_plugin/">
45
+ <img src="https://img.shields.io/pypi/l/swm_example_plugin" alt="PyPI - License"/></a>
46
+ <a href="https://pypi.org/project/swm_example_plugin/">
47
+ <img src="https://img.shields.io/pypi/v/swm_example_plugin?label=swm_example_plugin&color=green" alt="PyPI - swm_example_plugin"/></a>
45
48
  </p>
46
49
 
47
- ---
48
-
49
50
  The Swarmauri Example Plugin is a lightweight reference package that shows how to
50
51
  ship a plugin ready for the Swarmauri ecosystem. It demonstrates how to declare
51
52
  entry points, surface metadata, and structure tests so that new plugin projects
@@ -53,13 +54,13 @@ start from a fully configured baseline that supports Python 3.10 through 3.12.
53
54
 
54
55
  ## Features
55
56
 
56
- - **Entry-point wiring** exposes the `swarmauri.plugins` group so your agent
57
+ - **Entry-point wiring** - exposes the `swarmauri.plugins` group so your agent
57
58
  classes can be discovered automatically once implemented.
58
- - **Ready-to-publish metadata** includes keywords, classifiers, and long
59
+ - **Ready-to-publish metadata** - includes keywords, classifiers, and long
59
60
  descriptions wired directly into `pyproject.toml`.
60
- - **Version helpers** surfaces `__version__` and `__long_desc__` constants so
61
+ - **Version helpers** - surfaces `__version__` and `__long_desc__` constants so
61
62
  documentation and tooling can introspect the package after installation.
62
- - **Testing scaffold** ships with baseline unit tests verifying version
63
+ - **Testing scaffold** - ships with baseline unit tests verifying version
63
64
  resolution to encourage a test-first development workflow.
64
65
 
65
66
  ## Installation
@@ -104,8 +105,8 @@ custom functionality into the Swarmauri plugin registry.
104
105
 
105
106
  ## Project Resources
106
107
 
107
- - Source: <https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/example_plugin>
108
- - Documentation: <https://github.com/swarmauri/swarmauri-sdk/tree/main/pkgs/plugins/example_plugin#readme>
108
+ - Source: <https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/example_plugin>
109
+ - Documentation: <https://github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/plugins/example_plugin#readme>
109
110
  - Issues: <https://github.com/swarmauri/swarmauri-sdk/issues>
110
111
  - Releases: <https://github.com/swarmauri/swarmauri-sdk/releases>
111
112
  - Discussions: <https://github.com/orgs/swarmauri/discussions>
@@ -0,0 +1,6 @@
1
+ swm_example_plugin/__init__.py,sha256=m5Q34kx7J-3ozJSjmEc8egJFV_eakNOXLNMFv9T1FPM,725
2
+ swm_example_plugin-0.6.6.dev3.dist-info/METADATA,sha256=8vrPH3g_AFRRh8jSbT_RwJKelnN6SPxQdbZSahKLjBQ,4906
3
+ swm_example_plugin-0.6.6.dev3.dist-info/WHEEL,sha256=EGEvSphFYqXKs23-kQBeyNoJP1nrT8ZJKQoi5p5DYL8,88
4
+ swm_example_plugin-0.6.6.dev3.dist-info/entry_points.txt,sha256=-N9PEgQFte2Yvv-b2FDLTQxjlpjcbXB67DPuThTiu7g,74
5
+ swm_example_plugin-0.6.6.dev3.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
6
+ swm_example_plugin-0.6.6.dev3.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.3.1
2
+ Generator: poetry-core 2.4.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
@@ -1,6 +0,0 @@
1
- swm_example_plugin/__init__.py,sha256=m5Q34kx7J-3ozJSjmEc8egJFV_eakNOXLNMFv9T1FPM,725
2
- swm_example_plugin-0.6.5.dev17.dist-info/METADATA,sha256=xizxmadNPAiBfkxsrhWKqtOKiVdsgefujLVk1so8dJ0,4933
3
- swm_example_plugin-0.6.5.dev17.dist-info/WHEEL,sha256=kJCRJT_g0adfAJzTx2GUMmS80rTJIVHRCfG0DQgLq3o,88
4
- swm_example_plugin-0.6.5.dev17.dist-info/entry_points.txt,sha256=-N9PEgQFte2Yvv-b2FDLTQxjlpjcbXB67DPuThTiu7g,74
5
- swm_example_plugin-0.6.5.dev17.dist-info/licenses/LICENSE,sha256=djUXOlCxLVszShEpZXshZ7v33G-2qIC_j9KXpWKZSzQ,11359
6
- swm_example_plugin-0.6.5.dev17.dist-info/RECORD,,