Metadata-Version: 2.1
Name: concrete-numpy
Version: 0.4.0
Summary: Concrete Numpy is a python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler.
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 (>=9.0.0,<10.0.0)
Requires-Dist: concrete-compiler (>=0.5.0,<0.6.0)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: matplotlib (>=3.5.1,<4.0.0)
Requires-Dist: networkx (>=2.6.3,<3.0.0)
Requires-Dist: numpy (>=1.22.0,<2.0.0)
Requires-Dist: pygraphviz (>=1.7,<2.0); extra == "full" or extra == "extras"
Requires-Dist: setuptools
Requires-Dist: torch (>=1.10.2,<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 python package that contains the tools data scientists need to compile various numpy functions into their Fully Homomorphic Encryption (FHE) equivalents. Concrete Numpy goes on top of the Concrete Library and its Compiler.
