Metadata-Version: 2.4
Name: ironcore-alloy
Version: 0.16.0
Summary: Python bindings to the IronCore Labs Alloy 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.10
Description-Content-Type: text/markdown

# ironcore_alloy

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

Python bindings to the IronCore Labs Alloy SDK. Python API documentation is available [here](https://ironcore-alloy.readthedocs.io). General documentation of the various products and broader information about how to use the SDK is available [here](https://docs.ironcorelabs.com).

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

## Installation

```console
pip install ironcore-alloy
```

## Local

Run `hatch test --all` to run the full test matrix. If there have been changes to `pyproject.toml` since you were last running things, run `hatch env prune` from within `python/ironcore-alloy` to make sure any future commands fetch the correct environment.

## License

`ironcore-alloy` 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 or check pricing on our [website](https://ironcorelabs.com/).
