.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
.github/workflows/cleanup.yml
.github/workflows/tests.yml
src/CHANGLOG.md
src/depex/__init__.py
src/depex/__main__.py
src/depex/cli.py
src/depex/extractor.py
src/depex.egg-info/PKG-INFO
src/depex.egg-info/SOURCES.txt
src/depex.egg-info/dependency_links.txt
src/depex.egg-info/entry_points.txt
src/depex.egg-info/requires.txt
src/depex.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_Extractor.py
tests/test_cli.py
tests/test_version.py