.gitignore
.travis.yml
LICENSE.txt
MANIFEST.in
README.rst
make_release.sh
pyproject.toml
setup.cfg
setup.py
tox.ini
birdseye/__init__.py
birdseye/__main__.py
birdseye/bird.py
birdseye/clear_db.py
birdseye/db.py
birdseye/import_hook.py
birdseye/ipython.py
birdseye/server.py
birdseye/trace_module.py
birdseye/trace_module_deep.py
birdseye/tracer.py
birdseye/utils.py
birdseye/version.py
birdseye.egg-info/PKG-INFO
birdseye.egg-info/SOURCES.txt
birdseye.egg-info/dependency_links.txt
birdseye.egg-info/entry_points.txt
birdseye.egg-info/requires.txt
birdseye.egg-info/top_level.txt
birdseye/static/favicon.ico
birdseye/static/css/bootstrap.min.css
birdseye/static/css/hljs.min.css
birdseye/static/css/jquery-ui.min.css
birdseye/static/css/main.css
birdseye/static/css/proton/30px.png
birdseye/static/css/proton/32px.png
birdseye/static/css/proton/style.css
birdseye/static/css/proton/style.min.css
birdseye/static/css/proton/throbber.gif
birdseye/static/css/proton/fonts/titillium/titilliumweb-bold-webfont.eot
birdseye/static/css/proton/fonts/titillium/titilliumweb-bold-webfont.svg
birdseye/static/css/proton/fonts/titillium/titilliumweb-bold-webfont.ttf
birdseye/static/css/proton/fonts/titillium/titilliumweb-bold-webfont.woff
birdseye/static/css/proton/fonts/titillium/titilliumweb-extralight-webfont.eot
birdseye/static/css/proton/fonts/titillium/titilliumweb-extralight-webfont.svg
birdseye/static/css/proton/fonts/titillium/titilliumweb-extralight-webfont.ttf
birdseye/static/css/proton/fonts/titillium/titilliumweb-extralight-webfont.woff
birdseye/static/css/proton/fonts/titillium/titilliumweb-regular-webfont.eot
birdseye/static/css/proton/fonts/titillium/titilliumweb-regular-webfont.svg
birdseye/static/css/proton/fonts/titillium/titilliumweb-regular-webfont.ttf
birdseye/static/css/proton/fonts/titillium/titilliumweb-regular-webfont.woff
birdseye/static/fonts/glyphicons-halflings-regular.eot
birdseye/static/fonts/glyphicons-halflings-regular.svg
birdseye/static/fonts/glyphicons-halflings-regular.ttf
birdseye/static/fonts/glyphicons-halflings-regular.woff
birdseye/static/fonts/glyphicons-halflings-regular.woff2
birdseye/static/img/handle.png
birdseye/static/img/logo.png
birdseye/static/img/type_icons/NoneType.png
birdseye/static/img/type_icons/complex.png
birdseye/static/img/type_icons/dict.png
birdseye/static/img/type_icons/float.png
birdseye/static/img/type_icons/int.png
birdseye/static/img/type_icons/list.png
birdseye/static/img/type_icons/object.png
birdseye/static/img/type_icons/set.png
birdseye/static/img/type_icons/str.png
birdseye/static/img/type_icons/tuple.png
birdseye/static/js/call.js
birdseye/static/js/libs/bootstrap.js
birdseye/static/js/libs/highlight.pack.js
birdseye/static/js/libs/jquery-3.2.1.js
birdseye/static/js/libs/jstree.js
birdseye/static/js/libs/underscore.js
birdseye/templates/base.html
birdseye/templates/call.html
birdseye/templates/call_base.html
birdseye/templates/call_core.html
birdseye/templates/file.html
birdseye/templates/function.html
birdseye/templates/index.html
birdseye/templates/info_panel.html
birdseye/templates/ipython_call.html
birdseye/templates/ipython_iframe.html
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/how_it_works.rst
docs/index.rst
docs/integrations.rst
docs/limitations.rst
docs/quickstart.rst
docs/tips.rst
docs/_static/custom.css
docs/_static/img/call_to_foo.png
gulp/.eslintrc.json
gulp/.gitignore
gulp/gulpfile.js
gulp/install-deps.sh
misc/mypy_filter.py
misc/mypy_ignore.txt
misc/travis_screenshot.py
misc/travis_test.sh
misc/type_icons/NoneType.png
misc/type_icons/complex.png
misc/type_icons/dict.png
misc/type_icons/float.png
misc/type_icons/int.png
misc/type_icons/list.png
misc/type_icons/object.png
misc/type_icons/set.png
misc/type_icons/str.png
misc/type_icons/tuple.png
test_scripts/__init__.py
test_scripts/gold.py
test_scripts/traced.py
tests/__init__.py
tests/test_birdseye.py
tests/test_db.py
tests/test_import_hook.py
tests/test_interface.py
tests/test_tracer.py
tests/test_utils.py
tests/utils.py
tests/future_tests/__init__.py
tests/future_tests/with_future.py
tests/future_tests/without_future.py
tests/golden-files/2.7/gold.json
tests/golden-files/2.7/traced.json
tests/golden-files/3.5/gold.json
tests/golden-files/3.5/traced.json
tests/golden-files/3.6/gold.json
tests/golden-files/3.6/traced.json
tests/golden-files/3.7/gold.json
tests/golden-files/3.7/traced.json
tests/golden-files/3.8/gold.json
tests/golden-files/3.8/traced.json
tests/golden-files/3.9/gold.json
tests/golden-files/3.9/traced.json
tests/golden-files/pypy2.7/gold.json
tests/golden-files/pypy2.7/traced.json
tests/golden-files/pypy3.5/gold.json
tests/golden-files/pypy3.5/traced.json