Metadata-Version: 2.3
Name: lattica-query
Version: 1.0.3
Summary: Lattica client
License: Proprietary
Author: LatticaAI Inc.
Author-email: hello@lattica.ai
Requires-Python: >=3.10,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: lattica-common (>=0.5.0,<0.6.0)
Requires-Dist: lattica-fhe-core (>=0.1.0,<0.2.0)
Requires-Dist: numpy (>=2.0.1,<2.1.0)
Requires-Dist: protobuf (==5.27.1)
Requires-Dist: python-dotenv (==1.0.1)
Requires-Dist: timeit-decorator
Requires-Dist: torch (==2.5.1+cpu)
Project-URL: Homepage, https://www.lattica.ai/
Description-Content-Type: text/markdown

# 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)

