.coveragerc
.gitignore
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/hyperthought_transfer/__init__.py
src/hyperthought_transfer.egg-info/PKG-INFO
src/hyperthought_transfer.egg-info/SOURCES.txt
src/hyperthought_transfer.egg-info/dependency_links.txt
src/hyperthought_transfer.egg-info/not-zip-safe
src/hyperthought_transfer.egg-info/requires.txt
src/hyperthought_transfer.egg-info/top_level.txt
src/hyperthought_transfer/antivirus/__init__.py
src/hyperthought_transfer/antivirus/_mcafee.py
src/hyperthought_transfer/antivirus/base.py
src/hyperthought_transfer/manifest/__init__.py
src/hyperthought_transfer/manifest/utils.py
src/hyperthought_transfer/manifest/database/__init__.py
src/hyperthought_transfer/manifest/database/connect.py
src/hyperthought_transfer/manifest/database/manage.py
src/hyperthought_transfer/manifest/database/template/__init__.py
src/hyperthought_transfer/manifest/database/template/create.py
src/hyperthought_transfer/manifest/database/template/template.db
tests/conftest.py
tests/test_skeleton.py