.gitignore
LICENSE.txt
README.md
pyproject.toml
pytest.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/publish.yml
artifetch/__init__.py
artifetch/cli.py
artifetch/core.py
artifetch.egg-info/PKG-INFO
artifetch.egg-info/SOURCES.txt
artifetch.egg-info/dependency_links.txt
artifetch.egg-info/entry_points.txt
artifetch.egg-info/requires.txt
artifetch.egg-info/top_level.txt
artifetch/fetchers/__init__.py
artifetch/fetchers/artifactory.py
artifetch/fetchers/gitlab.py
artifetch/fetchers/repo_clone.py
artifetch/fetchers/repo_content.py
artifetch/utils/filesystem.py
docs/RepoCloneFetcher.md
docs/RepoContentFetcher.md
tests/__init__.py
tests/test_core.py
tests/test_repo_clone.py
tests/test_repo_content.py