LICENSE
MANIFEST.in
Makefile
README.rst
setup.cfg
/home/ec2-user/environment/pycallgraph2/build/lib/pycallgraph2.egg-info/PKG-INFO
/home/ec2-user/environment/pycallgraph2/build/lib/pycallgraph2.egg-info/SOURCES.txt
/home/ec2-user/environment/pycallgraph2/build/lib/pycallgraph2.egg-info/dependency_links.txt
/home/ec2-user/environment/pycallgraph2/build/lib/pycallgraph2.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/conf.py
docs/index.rst
docs/readme_extras.rst
docs/update_readme.py
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/,
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
pycallgraph2/__init__.py
pycallgraph2/color.py
pycallgraph2/config.py
pycallgraph2/decorators.py
pycallgraph2/exceptions.py
pycallgraph2/globbing_filter.py
pycallgraph2/grouper.py
pycallgraph2/memory_profiler.py
pycallgraph2/metadata.py
pycallgraph2/pycallgraph.py
pycallgraph2/tracer.py
pycallgraph2/util.py
pycallgraph2/output/__init__.py
pycallgraph2/output/gephi.py
pycallgraph2/output/graphviz.py
pycallgraph2/output/output.py
pycallgraph2/output/pickle.py
pycallgraph2/output/ubigraph.py
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