/trace-poc

Proposed end-to-end prototype for TRACE project design discussions

Primary LanguagePythonOtherNOASSERTION

TRACE POC

Documentation Status

Proposed end-to-end prototype for TRACE project design discussions

Features

  • TODO

How to run?

# for client
virtualenv -p /usr/bin/python3 venv
. ./venv/bin/activate
pip install .

trace-poc submit <path_to_directory>

# for server
docker-compose up  # needs v2.x

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.