Metadata-Version: 2.1
Name: cosmian-secure-computation-client
Version: 0.4.2b2
Summary: Python client library for Cosmian Secure Computation
Home-page: https://cosmian.com
Author: Cosmian Tech
Author-email: tech@cosmian.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: requests (<3.0.0,>=2.27.0)
Requires-Dist: pynacl (<1.6.0,>=1.5.0)
Requires-Dist: cryptography (<37.0.0,>=36.0.2)
Requires-Dist: pyjwt (<2.4.0,>=2.3.0)
Requires-Dist: urllib3 (<1.27.0,>=1.26.9)

# Cosmian Secure Computation Client

## Overview

Python client library for Cosmian Secure Computation API powered by Intel SGX.

## Install

```console
$ pip install cosmian-secure-computation-client
```

## Documentation

Get started with [https://docs.cosmian.com/secure_computation/](https://docs.cosmian.com/secure_computation/) and generate the documentation of the Python client:

```console
$ pip install sphinx numpydoc sphinx_rtd_theme sphinx_mdinclude
```

then

```console
$ sphinx-build docs docs/_build -E -a -W
```
