AUTHORS
LICENSE
README.md
setup.py
half_orm_dev/__init__.py
half_orm_dev/cli_extension.py
half_orm_dev/database.py
half_orm_dev/decorators.py
half_orm_dev/hgit.py
half_orm_dev/hop.py
half_orm_dev/manifest.py
half_orm_dev/modules.py
half_orm_dev/patch.py
half_orm_dev/patch_manager.py
half_orm_dev/patch_validator.py
half_orm_dev/release_manager.py
half_orm_dev/repo.py
half_orm_dev/utils.py
half_orm_dev/version.txt
half_orm_dev.egg-info/PKG-INFO
half_orm_dev.egg-info/SOURCES.txt
half_orm_dev.egg-info/dependency_links.txt
half_orm_dev.egg-info/requires.txt
half_orm_dev.egg-info/top_level.txt
half_orm_dev/cli/__init__.py
half_orm_dev/cli/main.py
half_orm_dev/cli/commands/__init__.py
half_orm_dev/cli/commands/apply.py
half_orm_dev/cli/commands/check.py
half_orm_dev/cli/commands/clone.py
half_orm_dev/cli/commands/init.py
half_orm_dev/cli/commands/new.py
half_orm_dev/cli/commands/patch.py
half_orm_dev/cli/commands/release.py
half_orm_dev/cli/commands/restore.py
half_orm_dev/cli/commands/sync.py
half_orm_dev/cli/commands/todo.py
half_orm_dev/cli/commands/undo.py
half_orm_dev/cli/commands/update.py
half_orm_dev/cli/commands/upgrade.py
half_orm_dev/patches/log
half_orm_dev/patches/0/1/0/00_half_orm_meta.database.sql
half_orm_dev/patches/0/1/0/01_alter_half_orm_meta.hop_release.sql
half_orm_dev/patches/0/1/0/02_half_orm_meta.view.hop_penultimate_release.sql
half_orm_dev/patches/sql/half_orm_meta.sql
half_orm_dev/templates/.gitignore
half_orm_dev/templates/MANIFEST.in
half_orm_dev/templates/Pipfile
half_orm_dev/templates/README
half_orm_dev/templates/conftest_template
half_orm_dev/templates/init_module_template
half_orm_dev/templates/module_template_1
half_orm_dev/templates/module_template_2
half_orm_dev/templates/module_template_3
half_orm_dev/templates/relation_test
half_orm_dev/templates/setup.py
half_orm_dev/templates/sql_adapter
half_orm_dev/templates/warning
half_orm_dev/templates/git-hooks/pre-commit
half_orm_dev/templates/git-hooks/prepare-commit-msg
tests/__init__.py
tests/conftest.py