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/exception.py
src/weresync/utils.py
src/weresync/daemon/__init__.py
src/weresync/daemon/copier.py
src/weresync/daemon/daemon.py
src/weresync/daemon/device.py
src/weresync/interface/__init__.py
src/weresync/interface/cli.py
src/weresync/interface/dbus_client.py
src/weresync/interface/gui.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-dbus.conf
src/weresync/resources/weresync-gui.desktop
src/weresync/resources/weresync.service
src/weresync/resources/weresync.svg
src/weresync/resources/locale/en/LC_MESSAGES/weresync.mo
src/weresync/resources/locale/en/LC_MESSAGES/weresync.po
tests/test_device.py