.gitignore
CHANGELOG
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/main.yml
docs/sphinx/Makefile
docs/sphinx/src/cli.rst
docs/sphinx/src/code_docs.rst
docs/sphinx/src/conf.py
docs/sphinx/src/examples.rst
docs/sphinx/src/index.rst
docs/sphinx/src/install.rst
docs/sphinx/src/pydantic_models.rst
docs/sphinx/src/.static/.keep
docs/sphinx/src/.templates/README.md
docs/sphinx/src/.templates/custom-class-template.rst
docs/sphinx/src/.templates/custom-module-template.rst
src/git_dag/__init__.py
src/git_dag/_version.py
src/git_dag/cli.py
src/git_dag/constants.py
src/git_dag/dag.py
src/git_dag/git_commands.py
src/git_dag/git_objects.py
src/git_dag/git_repository.py
src/git_dag/utils.py
src/git_dag.egg-info/PKG-INFO
src/git_dag.egg-info/SOURCES.txt
src/git_dag.egg-info/dependency_links.txt
src/git_dag.egg-info/entry_points.txt
src/git_dag.egg-info/requires.txt
src/git_dag.egg-info/top_level.txt
src/git_dag/interfaces/dag_base.py
src/git_dag/interfaces/graphviz.py
src/git_dag/test/conftest.py
src/git_dag/test/test_cli.py
src/git_dag/test/test_git_commands.py
src/git_dag/test/test_git_repository.py
src/git_dag/test/test_real_repos.py
src/git_dag/test/test_utils.py
src/git_dag/test/resources/default_repo.gv
src/git_dag/test/resources/default_repo.repr
src/git_dag/test/resources/default_repo.tar.gz