.gitignore
.pylintrc
CHANGES.rst
CODE_OF_CONDUCT.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
circup.py
make.cmd
requirements.txt
setup.py
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/build.yml
.github/workflows/release.yml
circup.egg-info/PKG-INFO
circup.egg-info/SOURCES.txt
circup.egg-info/dependency_links.txt
circup.egg-info/entry_points.txt
circup.egg-info/requires.txt
circup.egg-info/top_level.txt
docs/Makefile
docs/conf.py
docs/index.rst
docs/logo.png
docs/make.bat
make/make.py
tests/__init__.py
tests/bundle.json
tests/device.json
tests/local_module.py
tests/mount_exists.txt
tests/mount_missing.txt
tests/remote_module.py
tests/test_circup.py
tests/test_module.mpy
tests/bad_module/__init__.py
tests/bad_module/my_module.py
tests/dir_module/__init__.py
tests/dir_module/my_module.py