.gitignore
.travis.yml
MANIFEST
README.rst
setup.cfg
setup.py
tests/__init__.py
tests/conftest.py
tests/test_handle.py
tests/test_handlers.py
tests/test_workaround.py
tests/test_files/javascript.js
tests/test_files/python.py
workaround/__init__.py
workaround/cli.py
workaround/handle.py
workaround.egg-info/PKG-INFO
workaround.egg-info/SOURCES.txt
workaround.egg-info/dependency_links.txt
workaround.egg-info/entry_points.txt
workaround.egg-info/requires.txt
workaround.egg-info/top_level.txt
workaround/handlers/__init__.py
workaround/handlers/base.py
workaround/handlers/django.py
workaround/handlers/github.py
workaround/handlers/npm.py
workaround/handlers/pypi.py