Metadata-Version: 2.1
Name: cloaked-ai
Version: 0.4.0
Summary: Python bindings to the IronCore Labs Cloaked AI SDK. Used for encrypting and decrypting embeddings and their related metadata.
Project-URL: Homepage, https://ironcorelabs.com
Author-email: IronCore Labs <info@ironcorelabs.com>
License-File: LICENSE.txt
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# cloaked_ai

[![PyPI - Version](https://img.shields.io/pypi/v/cloaked-ai.svg)](https://pypi.org/project/cloaked-ai)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/cloaked-ai.svg)](https://pypi.org/project/cloaked-ai)

Python bindings to the IronCore Labs Cloaked AI SDK. Generated library API documentation hopefully incoming.

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install cloaked-ai
```

## License

`cloaked-ai` is licensed under the [GNU Affero General Public License](https://github.com/IronCoreLabs/ironoxide/blob/main/LICENSE). We also offer commercial licenses - [email](mailto:info@ironcorelabs.com) for more information.
