LICENSE
MANIFEST.in
README.md
setup.py
papergit/__init__.py
papergit/core.py
papergit/database.py
papergit/dropbox.py
papergit/errors.py
papergit/models.py
papergit/server.py
papergit/bin/__init__.py
papergit/bin/paper_git.py
papergit/commands/__init__.py
papergit/commands/add_command.py
papergit/commands/base.py
papergit/commands/list_command.py
papergit/commands/publish_command.py
papergit/commands/server_command.py
papergit/commands/shell_command.py
papergit/commands/update_command.py
papergit/config/__init__.py
papergit/config/config.py
papergit/config/paper-git.cfg
papergit/config/schema.cfg
papergit/templates/__init__.py
papergit/tests/__init__.py
papergit/tests/conftest.py
papergit/tests/test_core.py
papergit/tests/bin/__init__.py
papergit/tests/bin/test_commands.py
papergit/utilities/__init__.py
papergit/utilities/dropbox.py
papergit/utilities/general.py
papergit/utilities/modules.py
papergit/utilities/testing.py