Metadata-Version: 2.4
Name: csp-adapter-symphony
Version: 0.4.0
Summary: A csp adapter for symphony
Project-URL: Repository, https://github.com/Point72/csp-adapter-symphony
Project-URL: Homepage, https://github.com/Point72/csp-adapter-symphony
Author-email: "Point72, L.P." <CSPOpenSource@point72.com>
License: Apache-2.0
License-File: LICENSE
Keywords: chat,chatbot,csp,stream-processing,symphony,symphony-bdk
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: csp
Requires-Dist: pydantic>=2
Requires-Dist: requests
Requires-Dist: tenacity
Provides-Extra: develop
Requires-Dist: build; extra == 'develop'
Requires-Dist: bump-my-version; extra == 'develop'
Requires-Dist: chatom<0.2.0,>=0.1.0; extra == 'develop'
Requires-Dist: check-dist; extra == 'develop'
Requires-Dist: codespell; extra == 'develop'
Requires-Dist: hatchling; extra == 'develop'
Requires-Dist: mdformat; extra == 'develop'
Requires-Dist: mdformat-tables>=1; extra == 'develop'
Requires-Dist: pytest; extra == 'develop'
Requires-Dist: pytest-asyncio; extra == 'develop'
Requires-Dist: pytest-cov; extra == 'develop'
Requires-Dist: ruff; extra == 'develop'
Requires-Dist: symphony-bdk-python>=2.0.0; extra == 'develop'
Requires-Dist: twine; extra == 'develop'
Requires-Dist: ty; extra == 'develop'
Requires-Dist: uv; extra == 'develop'
Requires-Dist: wheel; extra == 'develop'
Description-Content-Type: text/markdown

# csp symphony adapter

A [csp](https://github.com/point72/csp) adapter for [symphony](https://symphony.com)

[![Build Status](https://github.com/Point72/csp-adapter-symphony/actions/workflows/build.yaml/badge.svg?branch=main&event=push)](https://github.com/Point72/csp-adapter-symphony/actions/workflows/build.yaml)
[![codecov](https://codecov.io/gh/Point72/csp-adapter-symphony/branch/main/graph/badge.svg)](https://codecov.io/gh/Point72/csp-adapter-symphony)
[![GitHub issues](https://img.shields.io/github/issues/point72/csp-adapter-symphony.svg)](https://github.com/point72/csp-adapter-symphony/issues)
[![License](https://img.shields.io/github/license/Point72/csp-adapter-symphony)](https://github.com/Point72/csp-adapter-symphony)
[![PyPI](https://img.shields.io/pypi/v/csp-adapter-symphony.svg)](https://pypi.python.org/pypi/csp-adapter-symphony)

## Features

The Symphony adapter allows for reading and writing of messages from the [Symphony](https://symphony.com/) message platform using [`requests`](https://requests.readthedocs.io/en/latest/) and the [Symphony SDK](https://docs.developers.symphony.com/).

[More information is available in our wiki](https://github.com/Point72/csp-adapter-symphony/wiki)

## Chat Framework

[`csp-bot`](https://github.com/Point72/csp-bot) is a framework for writing cross-platform, command oriented chat bots.

## Installation

Install with `pip`:

```bash
pip install csp csp-adapter-symphony
```

Install with `conda`

```bash
conda install csp csp-adapter-symphony -c conda-forge
```

## License

This software is licensed under the Apache 2.0 license. See the [LICENSE](https://github.com/Point72/csp-adapter-symphony/blob/main/LICENSE) file for details.
