Metadata-Version: 2.1
Name: sym-api-client-python
Version: 2.0b0
Summary: Symphony Bot Development Kit for Python
Author: Symphony Platform Solutions
Author-email: platformsolutions@symphony.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: aiohttp (>=3.7.3,<4.0.0)
Requires-Dist: nulltype (>=2.3.1,<3.0.0)
Requires-Dist: python-dateutil (>=2.8.1,<3.0.0)
Requires-Dist: python-jose (>=3.2.0,<4.0.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0)
Requires-Dist: urllib3 (>=1.26.2,<2.0.0)
Description-Content-Type: text/markdown

# symphony-api-client-python

This is the Symphony BDK for Python to help developing bots and interact with the [Symphony REST APIs](https://developers.symphony.com/restapi/reference).

Legacy Python BDK is located in [legacy](./legacy) folder.

## How to build

We use [poetry](https://python-poetry.org/) in order to manage dependencies, build, run tests and publish.
To install poetry, follow instructions [here](https://python-poetry.org/docs/#installation).

On the first time, run `poetry install`. Then run `poetry build` to build the sdist and wheel packages.
To run the tests, use `poetry run pytest`.

