.gcloudignore
.gitignore
LICENSE
MANIFEST.in
README.md
dispatch.yaml
gae-deploy-flow.yml
krane.app.yaml
pyproject.toml
requirements-dev.txt
tox.ini
.github/actions/action.yaml
.github/workflows/pypi-deploy-flow.yml
src/krane/__init__.py
src/krane/cli/__init__.py
src/krane/cli/commands.py
src/krane/core/__init__.py
src/krane/core/models.py
src/krane/core/sequence.py
src/krane/core/utils.py
src/krane/web/__init__.py
src/krane/web/app.py
src/krane/web/documentation.md
src/krane/web/index.md
src/krane/web/routes/__init__.py
src/krane/web/routes/sequence.py
src/krane/web/routes/utils.py
src/krane/web/schemas/__init__.py
src/krane/web/schemas/sequence.py
src/krane/web/static/css/app.css
src/krane/web/static/css/demo.css
src/krane/web/static/css/help.css
src/krane/web/static/css/style.css
src/krane/web/static/img/Nodes.jpeg
src/krane/web/static/img/dna.svg
src/krane/web/static/img/favicon-16x16.png
src/krane/web/static/img/favicon.ico
src/krane/web/static/img/krane.gif
src/krane/web/static/img/krane.png
src/krane/web/static/img/krane.svg
src/krane/web/static/img/icons/android-chrome-192x192.png
src/krane/web/static/img/icons/android-chrome-512x512.png
src/krane/web/static/img/icons/android-chrome-maskable-192x192.png
src/krane/web/static/img/icons/android-chrome-maskable-512x512.png
src/krane/web/static/img/icons/apple-touch-icon-120x120.png
src/krane/web/static/img/icons/apple-touch-icon-152x152.png
src/krane/web/static/img/icons/apple-touch-icon-180x180.png
src/krane/web/static/img/icons/apple-touch-icon-60x60.png
src/krane/web/static/img/icons/apple-touch-icon-76x76.png
src/krane/web/static/img/icons/apple-touch-icon.png
src/krane/web/static/img/icons/favicon-16x16.png
src/krane/web/static/img/icons/favicon-32x32.png
src/krane/web/static/img/icons/msapplication-icon-144x144.png
src/krane/web/static/img/icons/mstile-150x150.png
src/krane/web/static/img/icons/safari-pinned-tab.svg
src/krane/web/static/js/app.js
src/krane/web/static/js/demo.js
src/krane/web/static/js/help.js
src/krane/web/static/js/script.js
src/krane/web/templates/demo.html
src/krane/web/templates/help.html
src/krane/web/templates/index.html
tests/__init__.py
tests/test_cli.py
tests/test_core.py
tests/test_web.py