.codecov.yml
.env
.envrc
.flake8
.pre-commit-config.yaml
AUTHORS
ChangeLog
LICENSE
Pipfile
Pipfile.lock
Procfile
README.rst
mypy.ini
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.circleci/config.yml
bin/ci/bootstrap
bin/ci/build
bin/ci/flake8
bin/ci/mypy
bin/ci/publish
bin/ci/rstcheck
bin/ci/start_services
bin/ci/test
bin/ci/wait_for_services.py
bin/host/black
bin/host/bootstrap
bin/host/flake8
bin/host/freeze-requirements
bin/host/isort
bin/host/mypy
bin/host/start
stickybeak/__init__.py
stickybeak/flask_view.py
stickybeak/handle_requests.py
stickybeak/injector.py
stickybeak/sandbox.py
stickybeak.egg-info/PKG-INFO
stickybeak.egg-info/SOURCES.txt
stickybeak.egg-info/dependency_links.txt
stickybeak.egg-info/entry_points.txt
stickybeak.egg-info/not-zip-safe
stickybeak.egg-info/pbr.json
stickybeak.egg-info/requires.txt
stickybeak.egg-info/top_level.txt
stickybeak/dj/__init__.py
stickybeak/dj/urls.py
stickybeak/dj/views.py
tests/.coveragerc
tests/__init__.py
tests/conftest.py
tests/pytest.ini
tests/test_all.py
tests/test_srvs/__init__.py
tests/test_srvs/django_srv/.env
tests/test_srvs/django_srv/.envrc
tests/test_srvs/django_srv/Pipfile
tests/test_srvs/django_srv/Pipfile.lock
tests/test_srvs/django_srv/README.md
tests/test_srvs/django_srv/__init__.py
tests/test_srvs/django_srv/manage.py
tests/test_srvs/django_srv/app/__init__.py
tests/test_srvs/django_srv/app/apps.py
tests/test_srvs/django_srv/app/models.py
tests/test_srvs/django_srv/app/migrations/0001_initial.py
tests/test_srvs/django_srv/app/migrations/__init__.py
tests/test_srvs/django_srv/bin/start
tests/test_srvs/django_srv/django_srv/__init__.py
tests/test_srvs/django_srv/django_srv/settings.py
tests/test_srvs/django_srv/django_srv/urls.py
tests/test_srvs/django_srv/django_srv/wsgi.py
tests/test_srvs/flask_srv/.env
tests/test_srvs/flask_srv/.envrc
tests/test_srvs/flask_srv/Pipfile
tests/test_srvs/flask_srv/Pipfile.lock
tests/test_srvs/flask_srv/README.md
tests/test_srvs/flask_srv/__init__.py
tests/test_srvs/flask_srv/app.py
tests/test_srvs/flask_srv/bin/start