.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.ps1
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/authors.rst
docs/changelog.rst
docs/code-trace.png
docs/conf.py
docs/contributing.rst
docs/cookbook.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/readme.rst
docs/reference.rst
docs/requirements.txt
docs/simple-trace.png
docs/spelling_wordlist.txt
docs/tree-trace.png
docs/vars-trace.png
src/hunter.embed
src/hunter.pth
src/hunter/__init__.py
src/hunter/_event.c
src/hunter/_event.pxd
src/hunter/_event.pyx
src/hunter/_predicates.c
src/hunter/_predicates.pxd
src/hunter/_predicates.pyx
src/hunter/_tracer.c
src/hunter/_tracer.pxd
src/hunter/_tracer.pyx
src/hunter/actions.py
src/hunter/const.py
src/hunter/event.py
src/hunter/predicates.py
src/hunter/tracer.py
src/hunter/util.py
src/hunter.egg-info/PKG-INFO
src/hunter.egg-info/SOURCES.txt
src/hunter.egg-info/dependency_links.txt
src/hunter.egg-info/entry_points.txt
src/hunter.egg-info/not-zip-safe
src/hunter.egg-info/requires.txt
src/hunter.egg-info/top_level.txt
tests/sample.py
tests/sample2.py
tests/sample3.py
tests/sample4.py
tests/sample5.c
tests/sample5.pyx
tests/setup.py
tests/simple.py
tests/test_hunter.py