.codacy.yml
.coveragerc
.editorconfig
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
CONTRIBUTING.rst
LICENSE
Makefile
README.rst
environment.yml
pyproject.toml
setup.cfg
setup.py
.github/ISSUE_TEMPLATE.md
.github/codecov.yml
.github/condarc.yml
.github/ght.yaml
.github/pr-labeler.yml
.github/release-drafter.yml
.github/bin/environment.yml
.github/bin/ght-render.sh
.github/ght/macros/selected.j2
.github/workflows/ght-render-repo.yml
.github/workflows/pr-labeler.yml
.github/workflows/pypa-conda.yml
.github/workflows/release-drafter.yml
conda.recipe/meta.yaml
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/readme.rst
docs/usage.rst
docs/_static/.gitkeep
src/gittr/__init__.py
src/gittr.egg-info/PKG-INFO
src/gittr.egg-info/SOURCES.txt
src/gittr.egg-info/dependency_links.txt
src/gittr.egg-info/entry_points.txt
src/gittr.egg-info/not-zip-safe
src/gittr.egg-info/requires.txt
src/gittr.egg-info/top_level.txt
src/gittr/cli/__init__.py
src/gittr/cli/__main__.py
src/gittr/cli/_version.py
src/gittr/cli/action.py
src/gittr/cli/cli.py
src/gittr/cli/utils.py
tests/__init__.py
tests/functional/__init__.py
tests/integration/__init__.py
tests/integration/test_action.py
tests/unit/__init__.py
tests/unit/test_cli.py
tests/unit/test_utils.py