.bumpversion.cfg
.coveragerc
.editorconfig
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
Makefile
README.rst
requirements.dev.txt
requirements.txt
setup.cfg
setup.py
docs/.buildinfo
docs/.nojekyll
docs/authors.html
docs/authors.rst
docs/changelog.html
docs/changelog.rst
docs/conf.py
docs/contributing.html
docs/contributing.rst
docs/genindex.html
docs/index.html
docs/index.rst
docs/installation.html
docs/installation.rst
docs/objects.inv
docs/py-modindex.html
docs/readme.html
docs/readme.rst
docs/requirements.txt
docs/search.html
docs/searchindex.js
docs/spelling_wordlist.txt
docs/usage.html
docs/usage.rst
docs/_modules/index.html
docs/_modules/pycollect/module_finder.html
docs/_modules/pycollect/pycollect.html
docs/_modules/pycollect/python_file_collector.html
docs/_sources/authors.rst.txt
docs/_sources/changelog.rst.txt
docs/_sources/contributing.rst.txt
docs/_sources/index.rst.txt
docs/_sources/installation.rst.txt
docs/_sources/readme.rst.txt
docs/_sources/usage.rst.txt
docs/_sources/reference/index.rst.txt
docs/_sources/reference/pycollect.rst.txt
docs/_static/basic.css
docs/_static/classic.css
docs/_static/copybutton.js
docs/_static/doctools.js
docs/_static/documentation_options.js
docs/_static/favicon.png
docs/_static/file.png
docs/_static/jquery-3.4.1.js
docs/_static/jquery.js
docs/_static/language_data.js
docs/_static/minus.png
docs/_static/plus.png
docs/_static/pydoctheme.css
docs/_static/pygments.css
docs/_static/right-red@2x.png
docs/_static/searchtools.js
docs/_static/sidebar.js
docs/_static/underscore-1.3.1.js
docs/_static/underscore.js
docs/reference/index.html
docs/reference/index.rst
docs/reference/pycollect.html
docs/reference/pycollect.rst
src/pycollect/__init__.py
src/pycollect/module_finder.py
src/pycollect/python_file_collector.py
src/pycollect.egg-info/PKG-INFO
src/pycollect.egg-info/SOURCES.txt
src/pycollect.egg-info/dependency_links.txt
src/pycollect.egg-info/not-zip-safe
src/pycollect.egg-info/top_level.txt
tests/__init__.py
tests/integration/__init__.py
tests/integration/python_file_collector_integration_test.py
tests/regression/__init__.py
tests/resources/__init__.py
tests/resources/example_module/__init__.py
tests/resources/example_module/bar.py
tests/resources/example_module/example.ini
tests/resources/example_module/foo.py
tests/resources/example_module/fun.py
tests/resources/example_module/~lock.py
tests/resources/example_module/bar/__init__.py
tests/resources/example_module/bar/misc/pkg/__init__.py
tests/resources/example_module/bar/misc/pkg/pkg.py
tests/resources/example_module/foo/.hidden.py
tests/resources/example_module/foo/__init__.py
tests/resources/example_module/foo/foo.py
tests/resources/example_module/qux/qux.py
tests/resources/example_module/tmp/__init__.py
tests/resources/example_module/tmp/foo.py
tests/unit/__init__.py
tests/unit/module_finder_unit_test.py
tests/unit/pycollect_unit_test.py