Metadata-Version: 2.1
Name: zama
Version: 0.0.1
Summary: Zama homomorphic execution framework
Home-page: https://zama.ai
Author: Zama Team
Author-email: hello@zama.ai
License: UNKNOWN
Description: # Zama Homomorphic Execution Framework
        
        Our mission at [Zama](https://zama.ai) is to protect people’s privacy by preventing data breaches and unethical surveillance.
        
        Following a recent breakthrough in homomorphic encryption, we are now building a ZeroTrust deep learning framework that enables fast and accurate inference over encrypted data, with minimal performance overhead, no changes to the network architecture and no retraining necessary.
        
        [Zama](https://zama.ai) is open-source by design, as we believe privacy-enabling technologies should benefit the widest possible community of developers and researchers.
        
        # Warning
        
        This package is not a working package. Zama homomorphic execution framework will be available a bit later.
        
        # Installation
        
        ```
        python3 -m pip install zama --upgrade
        ```
        
        # Test
        
        ```python
        
        import zama
        zama.hello_world()
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
