Metadata-Version: 2.4
Name: solace_ai_connector
Version: 1.0.1
Summary: Solace AI Connector - make it easy to connect Solace PubSub+ Event Brokers to AI/ML frameworks
Project-URL: homepage, https://github.com/SolaceLabs/solace-ai-connector
Project-URL: repository, https://github.com/SolaceLabs/solace-ai-connector
Project-URL: documentation, https://github.com/SolaceLabs/solace-ai-connector/blob/main/docs/index.md
Author-email: Edward Funnekotter <edward.funnekotter@solace.com>
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: boto3~=1.34.122
Requires-Dist: build~=1.2.2.post1
Requires-Dist: flask-socketio~=5.4.1
Requires-Dist: flask~=3.0.3
Requires-Dist: pymongo~=4.10.1
Requires-Dist: pyyaml~=6.0.1
Requires-Dist: requests~=2.32.3
Requires-Dist: solace-pubsubplus>=1.9.0
Requires-Dist: sqlalchemy~=2.0.36
Description-Content-Type: text/markdown

# Solace AI Event Connector

## Overview

This project provides a standalone, Python-based application to allow Solace event brokers to connect to
a wide range of AI models and services. The application is designed to be easily extensible to
support new AI models and services.

## Documentation

Please see the [documentation](docs/index.md) for more information.

## Getting started quickly

Please see the [getting started guide](docs/getting_started.md) for instructions on how to get started quickly.

## Support

This is not an officially supported Solace product.

For more information try these resources:

- Ask the [Solace Community](https://solace.community)
- The Solace Developer Portal website at: https://solace.dev

## Contributing

Contributions are encouraged! Please read [CONTRIBUTING](CONTRIBUTING.md) for details on our code of conduct, and the process for submitting pull requests to us.

## License

See the [LICENSE](LICENSE) file for details.
