Metadata-Version: 2.1
Name: vfunctions-sdk
Version: 0.0.2
Summary: A package to manage development inside nitro enclaves.
Home-page: https://github.com/verifiably/vfunctions-sdk
Author: Verifiably
Author-email: atul@verifiably.com
License: UNKNOWN
Keywords: python,nitro-enclave,security
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aws-nsm-interface-verifiably
Requires-Dist: boto3
Requires-Dist: cbor2 (==5.2.0)
Requires-Dist: cryptography (==3.2.1)
Requires-Dist: pycryptodome (==3.9.9)
Requires-Dist: websocket-client

# vFunctions SDK

This package offers tools to develop vFunctions inside a secure enclave.

For an use case example visit the [Verifiably documentation](https://developer.verifiably.com/examples/) page.

## Installation
To install this library run:
```
pip install vfunctions_sdk
```


