openstax / raise-enclave

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAISE Enclave

This repo contains code, documentation, and examples related to data enclave support for the RAISE project.

Research users

Research users can find details on how to use RAISE enclaves here.

Developers

When developing code for this repo, developers may want to install the project in editable mode:

$ pip install -e .

The code can be linted and tested locally as well:

$ pip install .[test]
$ flake8
$ pytest

Code coverage reports can be generated when running tests:

$ pytest --cov=enclave_mgmt --cov-report=term --cov-report=html

About

License:GNU Affero General Public License v3.0


Languages

Language:Python 99.7%Language:Dockerfile 0.3%