MANIFEST.in
README.rst
VERSION
requirements.txt
setup.py
elastic_git.egg-info/PKG-INFO
elastic_git.egg-info/SOURCES.txt
elastic_git.egg-info/dependency_links.txt
elastic_git.egg-info/not-zip-safe
elastic_git.egg-info/requires.txt
elastic_git.egg-info/top_level.txt
elasticgit/__init__.py
elasticgit/manager.py
elasticgit/models.py
elasticgit/serializers.py
elasticgit/tools.py
elasticgit/utils.py
elasticgit/commands/__init__.py
elasticgit/commands/avro.py
elasticgit/commands/base.py
elasticgit/commands/gitmodel.py
elasticgit/commands/resync.py
elasticgit/commands/shell.py
elasticgit/commands/utils.py
elasticgit/commands/version.py
elasticgit/commands/tests/__init__.py
elasticgit/commands/tests/test_avro.py
elasticgit/commands/tests/test_gitmodel.py
elasticgit/commands/tests/test_resync.py
elasticgit/commands/tests/test_shell.py
elasticgit/commands/tests/test_version.py
elasticgit/templates/model_generator.py.txt
elasticgit/tests/__init__.py
elasticgit/tests/base.py
elasticgit/tests/test_index.py
elasticgit/tests/test_manager.py
elasticgit/tests/test_models.py
elasticgit/tests/test_storage.py
elasticgit/tests/test_utils.py
elasticgit/tests/test_workspace.py
examples/__init__.py
examples/basic_usage.py
scripts/eg-tools