Metadata-Version: 2.4
Name: lattica-query
Version: 1.0.7
Summary: Client package for running inference queries on the LatticaAI platform
Author-email: "LatticaAI Inc." <support@lattica.ai>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: lattica-common>=0.5.5
Requires-Dist: lattica-fhe-core>=0.7.0
Requires-Dist: timeit-decorator>=2.0.8
Requires-Dist: python-dotenv==1.0.1
Requires-Dist: protobuf==5.27.1
Requires-Dist: numpy<3.0.0,>=2.0.1
Requires-Dist: torch==2.5.1
Requires-Dist: pybind11>=2.13.6
Dynamic: license-file

# Lattica Query Client

A Python client library for securely executing AI inference with homomorphic encryption (HE) on Lattica's cloud platform.

## Overview

The `lattica_query` package provides a client-side interface for working with Lattica's homomorphic encryption system. It enables secure, private AI inference by allowing users to:

1. Generate encryption keys locally
2. Encrypt data with homomorphic encryption
3. Send encrypted data to Lattica's cloud service
4. Receive and decrypt computation results

With this library, sensitive data never leaves the client's environment in unencrypted form, ensuring privacy while leveraging cloud-based AI inference.

## Documentation

See documentation at: https://platformdocs.lattica.ai/

## License

Proprietary - © Lattica AI
See license details in the `LICENSE.md` file.

---

For more information, visit [https://www.lattica.ai](https://www.lattica.ai)
