LICENCE
MANIFEST.in
README.rst
setup.cfg
setup.py
copydog/__init__.py
copydog/adapters.py
copydog/convertor.py
copydog/watcher.py
copydog.egg-info/PKG-INFO
copydog.egg-info/SOURCES.txt
copydog.egg-info/dependency_links.txt
copydog.egg-info/entry_points.txt
copydog.egg-info/requires.txt
copydog.egg-info/top_level.txt
copydog/api/__init__.py
copydog/api/base.py
copydog/api/redmine.py
copydog/api/trello.py
copydog/bin/__init__.py
copydog/bin/runner.py
copydog/storage/__init__.py
copydog/storage/base.py
copydog/storage/factory.py
copydog/storage/backends/__init__.py
copydog/storage/backends/redis_backend.py
copydog/utils/__init__.py
copydog/utils/config.py
copydog/utils/pandoc.py
copydog/utils/storage_browser.py
copydog/utils/task.py
examples/copydog.yml
examples/fut.yml
examples/raf.yml
tests/__init__.py
tests/test_config.py
tests/test_mapper.py
tests/test_pandoc.py
tests/test_redmine.py
tests/test_runner.py
tests/test_trello.py