Metadata-Version: 2.4
Name: swm_example_package
Version: 0.6.3.dev14
Summary: This repository includes an example of a First Class Swarmauri Example.
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: swm,sdk,standards,example,package
Author: Jacob Stewart
Author-email: jacob@swarmauri.com
Requires-Python: >=3.10,<3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Dist: swarmauri_base
Requires-Dist: swarmauri_core
Description-Content-Type: text/markdown


![Swarmauri Logo](https://github.com/swarmauri/swarmauri-sdk/blob/3d4d1cfa949399d7019ae9d8f296afba773dfb7f/assets/swarmauri.brand.theme.svg)

<p align="center">
    <a href="https://pypi.org/project/swm-example-package/">
        <img src="https://img.shields.io/pypi/dm/swm-example-package" alt="PyPI - Downloads"/></a>
    <a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package/">
        <img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/standards/swm_example_package.svg"/></a>
    <a href="https://pypi.org/project/swm-example-package/">
        <img src="https://img.shields.io/pypi/pyversions/swm-example-package" alt="PyPI - Python Version"/></a>
    <a href="https://pypi.org/project/swm-example-package/">
        <img src="https://img.shields.io/pypi/l/swm-example-package" alt="PyPI - License"/></a>
    <a href="https://pypi.org/project/swm-example-package/">
        <img src="https://img.shields.io/pypi/v/swm-example-package?label=swm-example-package&color=green" alt="PyPI - swm-example-package"/></a>
</p>

---

# Swm Example Package

{Brief package description}

## Installation

```bash
pip install {package_name}
```

## Usage
Basic usage examples with code snippets
```python
from swarmauri.{resource_name}.{MainClass} import {MainClass}
```
## Want to help?

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.

