swm_example_package 0.6.3.dev17__tar.gz → 0.6.4.dev3__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.
@@ -1,42 +1,41 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swm_example_package
3
- Version: 0.6.3.dev17
3
+ Version: 0.6.4.dev3
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.13
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
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
24
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
24
25
 
25
26
  <p align="center">
26
- <a href="https://pypi.org/project/swm-example-package/">
27
- <img src="https://img.shields.io/pypi/dm/swm-example-package" alt="PyPI - Downloads"/></a>
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/swm-example-package/">
31
- <img src="https://img.shields.io/pypi/pyversions/swm-example-package" alt="PyPI - Python Version"/></a>
32
- <a href="https://pypi.org/project/swm-example-package/">
33
- <img src="https://img.shields.io/pypi/l/swm-example-package" alt="PyPI - License"/></a>
34
- <a href="https://pypi.org/project/swm-example-package/">
35
- <img src="https://img.shields.io/pypi/v/swm-example-package?label=swm-example-package&color=green" alt="PyPI - swm-example-package"/></a>
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>
36
37
  </p>
37
38
 
38
- ---
39
-
40
39
  # Swm Example Package
41
40
 
42
41
  {Brief package description}
@@ -0,0 +1,33 @@
1
+ ![Swarmauri Logo](https://raw.githubusercontent.com/swarmauri/swarmauri-sdk/master/assets/swarmauri_sdk_brand.png)
2
+
3
+ <p align="center">
4
+ <a href="https://pepy.tech/project/swm_example_package/">
5
+ <img src="https://static.pepy.tech/badge/swm_example_package/month" alt="PyPI - Downloads"/></a>
6
+ <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package/">
7
+ <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package.svg"/></a>
8
+ <a href="https://pypi.org/project/swm_example_package/">
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>
10
+ <a href="https://pypi.org/project/swm_example_package/">
11
+ <img src="https://img.shields.io/pypi/l/swm_example_package" alt="PyPI - License"/></a>
12
+ <a href="https://pypi.org/project/swm_example_package/">
13
+ <img src="https://img.shields.io/pypi/v/swm_example_package?label=swm_example_package&color=green" alt="PyPI - swm_example_package"/></a>
14
+ </p>
15
+
16
+ # Swm Example Package
17
+
18
+ {Brief package description}
19
+
20
+ ## Installation
21
+
22
+ ```bash
23
+ pip install {package_name}
24
+ ```
25
+
26
+ ## Usage
27
+ Basic usage examples with code snippets
28
+ ```python
29
+ from swarmauri.{resource_name}.{MainClass} import {MainClass}
30
+ ```
31
+ ## Want to help?
32
+
33
+ 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.
@@ -1,21 +1,23 @@
1
1
  [project]
2
2
  name = "swm_example_package"
3
- version = "0.6.3.dev17"
3
+ version = "0.6.4.dev3"
4
4
  description = "This repository includes an example of a First Class Swarmauri Example."
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.13"
8
+ requires-python = ">=3.10,<3.15"
9
9
  classifiers = [
10
10
  "License :: OSI Approved :: Apache Software License",
11
+ "Programming Language :: Python",
12
+ "Programming Language :: Python :: 3",
13
+ "Programming Language :: Python :: 3 :: Only",
11
14
  "Programming Language :: Python :: 3.10",
12
15
  "Programming Language :: Python :: 3.11",
13
16
  "Programming Language :: Python :: 3.12",
14
- "Programming Language :: Python",
15
- "Programming Language :: Python :: 3",
16
- "Programming Language :: Python :: 3 :: Only"
17
+ "Programming Language :: Python :: 3.13",
18
+ "Programming Language :: Python :: 3.14",
17
19
  ]
18
- authors = [{name = "Jacob Stewart", email = "jacob@swarmauri.com"}]
20
+ authors = [{ name = "Jacob Stewart", email = "jacob@swarmauri.com" }]
19
21
  dependencies = ["swarmauri_core", "swarmauri_base"]
20
22
  keywords = [
21
23
  'swm',
@@ -1,36 +0,0 @@
1
-
2
- ![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)
3
-
4
- <p align="center">
5
- <a href="https://pypi.org/project/swm-example-package/">
6
- <img src="https://img.shields.io/pypi/dm/swm-example-package" alt="PyPI - Downloads"/></a>
7
- <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package/">
8
- <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package.svg"/></a>
9
- <a href="https://pypi.org/project/swm-example-package/">
10
- <img src="https://img.shields.io/pypi/pyversions/swm-example-package" alt="PyPI - Python Version"/></a>
11
- <a href="https://pypi.org/project/swm-example-package/">
12
- <img src="https://img.shields.io/pypi/l/swm-example-package" alt="PyPI - License"/></a>
13
- <a href="https://pypi.org/project/swm-example-package/">
14
- <img src="https://img.shields.io/pypi/v/swm-example-package?label=swm-example-package&color=green" alt="PyPI - swm-example-package"/></a>
15
- </p>
16
-
17
- ---
18
-
19
- # Swm Example Package
20
-
21
- {Brief package description}
22
-
23
- ## Installation
24
-
25
- ```bash
26
- pip install {package_name}
27
- ```
28
-
29
- ## Usage
30
- Basic usage examples with code snippets
31
- ```python
32
- from swarmauri.{resource_name}.{MainClass} import {MainClass}
33
- ```
34
- ## Want to help?
35
-
36
- 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.