.coveragerc
.gitattributes
.gitignore
LICENSE.txt
Makefile
README.md
codecov.yml
pyproject.toml
setup.py
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/generic-issue-template.md
.github/ISSUE_TEMPLATE/release-issue-template.md
.github/workflows/codeql-analysis.yml
.github/workflows/run-tests.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/python.code-snippets
.vscode/tasks.json
ansible/roles/run/rest-api/start/meta/main.yml
ansible/roles/run/rest-api/start/tasks/main.yml
autoreduce_rest_api/__init__.py
autoreduce_rest_api/manage.py
autoreduce_rest_api/pytest.ini
autoreduce_rest_api.egg-info/PKG-INFO
autoreduce_rest_api.egg-info/SOURCES.txt
autoreduce_rest_api.egg-info/dependency_links.txt
autoreduce_rest_api.egg-info/entry_points.txt
autoreduce_rest_api.egg-info/requires.txt
autoreduce_rest_api.egg-info/top_level.txt
autoreduce_rest_api/autoreduce_django/__init__.py
autoreduce_rest_api/autoreduce_django/asgi.py
autoreduce_rest_api/autoreduce_django/settings.py
autoreduce_rest_api/autoreduce_django/urls.py
autoreduce_rest_api/autoreduce_django/wsgi.py
autoreduce_rest_api/autoreduce_django/fixtures/software_fixture.json
autoreduce_rest_api/autoreduce_django/fixtures/status_fixture.json
autoreduce_rest_api/autoreduce_django/fixtures/super_user_fixture.json
autoreduce_rest_api/runs/__init__.py
autoreduce_rest_api/runs/urls.py
autoreduce_rest_api/runs/views.py
autoreduce_rest_api/runs/test/__init__.py
autoreduce_rest_api/runs/test/test_submit_runs.py
container/rest-api.D