LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/weresync.1.rst
docs/source/api.rst
docs/source/bootloader.rst
docs/source/conf.py
docs/source/global.rst.inc
docs/source/gui.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/issues.rst
docs/source/translation.rst
docs/source/weresync.rst
docs/source/_templates/homepage.html
docs/source/img/gui-example.png
docs/source/img/weresync-logo.png
src/WereSync.egg-info/PKG-INFO
src/WereSync.egg-info/SOURCES.txt
src/WereSync.egg-info/dependency_links.txt
src/WereSync.egg-info/entry_points.txt
src/WereSync.egg-info/requires.txt
src/WereSync.egg-info/top_level.txt
src/weresync/__init__.py
src/weresync/device.py
src/weresync/exception.py
src/weresync/gui.py
src/weresync/interface.py
src/weresync/utils.py
src/weresync/plugins/__init__.py
src/weresync/plugins/weresync_grub2.py
src/weresync/plugins/weresync_syslinux.py
src/weresync/plugins/weresync_uuid_copy.py
src/weresync/resources/__init__.py
src/weresync/resources/weresync.svg
src/weresync/resources/locale/weresync.pot
src/weresync/resources/locale/en/LC_MESSAGES/weresync.mo
src/weresync/resources/locale/en/LC_MESSAGES/weresync.po
tests/test_device.py
tests/test_interface.py