Metadata-Version: 2.1
Name: concrete-numpy
Version: 0.2.0
Summary: Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library.
Home-page: https://zama.ai/concrete/
License: BSD-3-Clause
Keywords: FHE,homomorphic encryption,privacy,security
Author: Zama
Author-email: hello@zama.ai
Requires-Python: >=3.8,<3.10
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Security
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Software Development :: Compilers
Provides-Extra: extras
Provides-Extra: full
Requires-Dist: Pillow (>=8.3.2,<9.0.0)
Requires-Dist: concrete-compiler (>=0.1.1,<0.2.0)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: matplotlib (>=3.4.3,<4.0.0)
Requires-Dist: networkx (>=2.6.3,<3.0.0)
Requires-Dist: numpy (>=1.21.2,<2.0.0)
Requires-Dist: pygraphviz (>=1.7,<2.0); extra == "full" or extra == "extras"
Requires-Dist: setuptools
Requires-Dist: torch (>=1.10.0,<2.0.0)
Project-URL: Bug Tracker, https://github.com/zama-ai/concrete-numpy/issues
Project-URL: Documentation, http://docs.zama.ai/concrete-numpy/
Project-URL: Discourse, https://community.zama.ai/c/concrete-numpy/7
Project-URL: Repository, https://github.com/zama-ai/concrete-numpy
Project-URL: README, https://github.com/zama-ai/concrete-numpy/blob/main/README.md
Description-Content-Type: text/markdown

# Concrete Numpy

Concrete Numpy is a package containing tools to compile Numpy functions into Fully Homomorphic Encryption equivalents. Concrete Numpy goes on top of the Concrete Compiler and Concrete Library.

