Metadata-Version: 2.1
Name: coti_sdk
Version: 1.0.5
Summary: COTI SDK for Privacy Preserving Network
Home-page: https://github.com/coti-io/coti-sdk-python
Author: COTI Development
Author-email: dev@coti.io
License: Apache2.0
Keywords: coti,privacy,ethereum,blockchain,web3,garbled-circuits,l2,on-chain-compute
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pycryptodome==3.19.0
Requires-Dist: cryptography==3.4.8
Requires-Dist: eth-keys>=0.4.0
Requires-Dist: eth-account>=0.13.1

[![image](https://img.shields.io/badge/Telegram-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://telegram.coti.io)
[![image](https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white)](https://discord.coti.io)
[![image](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.coti.io)
[![image](https://img.shields.io/badge/YouTube-FF0000?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.coti.io)

# coti-sdk-python

[![image](https://img.shields.io/badge/pypi-3775A9?style=for-the-badge&logo=pypi&logoColor=white)](https://pypi.org/project/coti-sdk/)
[![image](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue)](https://www.python.org/downloads/release/python-31014/)

Welcome to the official COTI Python SDK, a powerful SDK that allows developers to encrypt of transaction inputs and decrypt of encrypted data on the COTI blockchain.

## Documentation

Full API documentation is available in the [COTI docs](https://docs.coti.io/coti-v2-documentation/build-on-coti/tools/python-sdk)

## Build and Install

```bash
pip install .
```

---

To report an issue, please see the [issues](https://github.com/coti-io/coti-eth-account/issues/new) tab.
