.editorconfig
.gitattributes
.gitignore
.travis.yml
MIT-LICENSE
Makefile
README.md
codecov.yml
requirements.txt
setup.py
tox.ini
rootpath/__init__.py
rootpath/append.py
rootpath/detect.py
rootpath.egg-info/PKG-INFO
rootpath.egg-info/SOURCES.txt
rootpath.egg-info/dependency_links.txt
rootpath.egg-info/requires.txt
rootpath.egg-info/top_level.txt
rootpath.egg-info/zip-safe
rootpath/tests/__init__.py
rootpath/tests/__main__.py
rootpath/tests/helper.py
rootpath/tests/test_append.py
rootpath/tests/test_detect.py
rootpath/tests/__fixtures__/projects/py-foo/requirements.txt
rootpath/tests/__fixtures__/projects/py-foo/foo/__init__.py
rootpath/tests/__fixtures__/projects/py-foo/foo/foo.py
rootpath/tests/__fixtures__/projects/py-foo/foo/utils/__init__.py
rootpath/tests/__fixtures__/projects/py-foo/vendor/py-bar/requirements.txt
rootpath/tests/__fixtures__/projects/py-foo/vendor/py-bar/src/__init__.py
rootpath/tests/__fixtures__/projects/py-foo/vendor/py-bar/src/bar.py
rootpath/tests/__fixtures__/projects/py-foo/vendor/py-bar/src/utils/__init__.py
rootpath/tests/__fixtures__/projects/py-foo/vendor/py-bar/src/utils/package.json