.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.yamllint
AUTHORS
CHANGES
LICENSE
MANIFEST.in
README.rst
VERSION
codecov.yml
pyproject.toml
runtests.py
setup.cfg
.github/workflows/build.yml
edc_device/__init__.py
edc_device/apps.py
edc_device/constants.py
edc_device/device.py
edc_device/device_permission.py
edc_device/models.py
edc_device/navbars.py
edc_device/signals.py
edc_device/urls.py
edc_device/view_mixins.py
edc_device/views.py
edc_device.egg-info/PKG-INFO
edc_device.egg-info/SOURCES.txt
edc_device.egg-info/dependency_links.txt
edc_device.egg-info/not-zip-safe
edc_device.egg-info/top_level.txt
edc_device/templates/edc_device/bootstrap3/home.html
edc_device/tests/__init__.py
edc_device/tests/device_test_helper.py
edc_device/tests/models.py
edc_device/tests/urls.py
edc_device/tests/etc/user-aes-local.key
edc_device/tests/etc/user-aes-restricted.key
edc_device/tests/etc/user-rsa-local-private.pem
edc_device/tests/etc/user-rsa-local-public.pem
edc_device/tests/etc/user-rsa-restricted-private.pem
edc_device/tests/etc/user-rsa-restricted-public.pem
edc_device/tests/etc/user-salt-local.key
edc_device/tests/etc/user-salt-restricted.key
edc_device/tests/tests/__init__.py
edc_device/tests/tests/test_device.py
edc_device/tests/tests/test_device_permission.py
edc_device/tests/tests/test_model.py
edc_device/tests/tests/test_views.py