Metadata-Version: 2.1
Name: igenius-adapters-sdk
Version: 2.0.2
Summary: The iGenius Software Development Kit to develop crystal datasource adapters.
Home-page: https://github.com/iGenius-Srl/igenius-adapters-sdk
Author: iGenius Backend
Author-email: backend@igenius.ai
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Requires-Dist: pydantic (>=1.7.2,<2.0.0)
Requires-Dist: typing-extensions (>=3.10.0,<4.0.0)
Description-Content-Type: text/markdown

# iGenius Adapters SDK

This is the Software Development Kit for iGenius Web Connectors development.  
You can use our SDK in your project to be able to handle correctly the data structures that will be used by iGenius services to call your web connector adapter.
Further information about SDK can be found in the [official documentation](https://webconnectors.crystal.ai/sdk/latest/), instead check [What is a Web Connector](https://webconnectors.crystal.ai/docs/latest/) to know more 
about the data sharing with _Crystal_.

## Installation

With Poetry

```bash
poetry add igenius-adapters-sdk
```

With pip

```bash
pip install igenius-adapters-sdk
```

## Releases

See the [CHANGELOG.md](/CHANGELOG.md) file.

## License

All the content in this repository is licensed under the [Apache license, version 2.0](http://www.apache.org/licenses/LICENSE-2.0.txt). The full license text can be found in the [LICENSE](/LICENSE) file.
