LICENSE
MANIFEST.in
Makefile
README.md
setup.cfg
setup.py
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/_static/style.css
docs/_templates/page.html
docs/api/api.rst
docs/api/globbing_filter.rst
docs/api/internal.rst
docs/api/output.rst
docs/api/pycallgraph.rst
docs/api/tracer.rst
docs/examples/basic.png
docs/examples/basic.py
docs/examples/basic.rst
docs/examples/basic_thumb.png
docs/examples/examples.yml
docs/examples/generate.py
docs/examples/index.rst
docs/examples/regexp.py
docs/examples/regexp_grouped.png
docs/examples/regexp_grouped.rst
docs/examples/regexp_grouped_thumb.png
docs/examples/regexp_ungrouped.png
docs/examples/regexp_ungrouped.rst
docs/examples/regexp_ungrouped_thumb.png
docs/guide/command_line_usage.rst
docs/guide/custom_outputs.rst
docs/guide/filtering.rst
docs/guide/index.rst
docs/guide/intro.rst
docs/guide/outputs.rst
docs/guide/filtering/banana.py
docs/guide/filtering/examples.yml
docs/guide/filtering/filter_exclude.png
docs/guide/filtering/filter_exclude.py
docs/guide/filtering/filter_max_depth.png
docs/guide/filtering/filter_max_depth.py
docs/guide/filtering/filter_none.png
docs/guide/filtering/filter_none.py
docs/guide/filtering/generate.py
man/pycallgraph.1
pycallgraph/__init__.py
pycallgraph/color.py
pycallgraph/config.py
pycallgraph/decorators.py
pycallgraph/exceptions.py
pycallgraph/globbing_filter.py
pycallgraph/grouper.py
pycallgraph/memory_profiler.py
pycallgraph/metadata.py
pycallgraph/pycallgraph.py
pycallgraph/tracer.py
pycallgraph/util.py
pycallgraph/output/__init__.py
pycallgraph/output/gephi.py
pycallgraph/output/graphviz.py
pycallgraph/output/output.py
pycallgraph/output/pickle.py
pycallgraph/output/ubigraph.py
python_call_graph.egg-info/PKG-INFO
python_call_graph.egg-info/SOURCES.txt
python_call_graph.egg-info/dependency_links.txt
python_call_graph.egg-info/requires.txt
python_call_graph.egg-info/top_level.txt
scripts/pycallgraph
test/test_color.py
test/test_config.py
test/test_decorators.py
test/test_gephi.py
test/test_graphviz.py
test/test_output.py
test/test_pycallgraph.py
test/test_script.py
test/test_trace_processor.py
test/test_util.py