.gitignore
.pylintrc
LICENSE
MANIFEST.in
README.md
build.sh
pyproject.toml
requirements.txt
preqs/NOTICE
preqs/__init__.py
preqs/_version.py
preqs/preqs.py
preqs.egg-info/PKG-INFO
preqs.egg-info/SOURCES.txt
preqs.egg-info/dependency_links.txt
preqs.egg-info/entry_points.txt
preqs.egg-info/top_level.txt
pylintr/generate_rcfile.sh
pylintr/pylintr.sh
pylintr/results/preqs_preqs.plr
pylintr/results/summary.plr
pylintr/results/testlibs_msgs.plr
pylintr/results/tests_base.plr
pylintr/results/tests_template.plr
pylintr/results/tests_test_preqs.plr
tests/.coverage
tests/.coveragerc
tests/__init__.py
tests/base.py
tests/coverage.sh
tests/run.sh
tests/template.py
tests/test_preqs.py
tests/resources/pkg0/mod0.py
tests/resources/pkg1/_version.py
tests/resources/pkg1/mod0.py
tests/resources/pkg1/subpkg0/submod0.py
tests/resources/pkg1/subpkg0/submod1.py
tests/resources/pkg2/requirements.txt
tests/resources/pkg3/file1.txt
tests/resources/pkg3/file2.txt
tests/resources/pkg3/file3.txt
tests/resources/pkg3/file4.txt
tests/resources/pkg3/file5.txt
tests/resources/pkg4/build/mod0.py
tests/resources/pkg4/build/mod1.py
tests/resources/pkg4/build/mod2.py
tests/resources/pkg4/docs/mod0.py
tests/resources/pkg4/docs/mod1.py
tests/resources/pkg4/docs/mod2.py
tests/resources/pkg4/project/mod0.py
tests/testlibs/msgs.py