.coveragerc
.travis.yml
AUTHORS
ChangeLog
LICENSE
README.rst
requirements.txt
setup.cfg
setup.py
tox.ini
doc/examples/1_face_debug_dlib.jpg
doc/examples/1_face_debug_opencv.jpg
doc/examples/1_face_out_thug.jpg
doc/examples/3_faces_thug_custom.jpeg
doc/examples/normal_meme_out.jpg
src/__init__.py
src/thug/__init__.py
src/thug/cli.py
src/thug/conf.py
src/thug/default.conf
src/thug/detect/__init__.py
src/thug/detect/abc.py
src/thug/detect/debug.py
src/thug/detect/dlib.py
src/thug/detect/opencv.py
src/thug/detect/result.py
src/thug/detect/data/haarcascade_eye.xml
src/thug/detect/data/haarcascade_frontalface_default.xml
src/thug/detect/data/haarcascade_mouth.xml
src/thug/meme/__init__.py
src/thug/meme/basic.py
src/thug/meme/thug.py
src/thug/meme/data/cigar.png
src/thug/meme/data/glasses.png
src/thug_memes.egg-info/PKG-INFO
src/thug_memes.egg-info/SOURCES.txt
src/thug_memes.egg-info/dependency_links.txt
src/thug_memes.egg-info/entry_points.txt
src/thug_memes.egg-info/not-zip-safe
src/thug_memes.egg-info/pbr.json
src/thug_memes.egg-info/requires.txt
src/thug_memes.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/data/img/1_face.jpg
tests/data/img/3_faces.jpeg
tests/detect/__init__.py
tests/detect/test_detectors.py
tests/meme/__init__.py
tests/meme/test_basic.py
tests/meme/test_thug.py