MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
versioneer.py
docs/HISTORY.rst
docs/LICENSE.txt
pyccolo/__init__.py
pyccolo/__main__.py
pyccolo/_version.py
pyccolo/ast_bookkeeping.py
pyccolo/ast_rewriter.py
pyccolo/emit_event.py
pyccolo/expr_rewriter.py
pyccolo/extra_builtins.py
pyccolo/handler.py
pyccolo/import_hooks.py
pyccolo/predicate.py
pyccolo/stmt_inserter.py
pyccolo/stmt_mapper.py
pyccolo/syntax_augmentation.py
pyccolo/trace_events.py
pyccolo/trace_stack.py
pyccolo/tracer.py
pyccolo/utils.py
pyccolo/version.py
pyccolo.egg-info/PKG-INFO
pyccolo.egg-info/SOURCES.txt
pyccolo.egg-info/dependency_links.txt
pyccolo.egg-info/entry_points.txt
pyccolo.egg-info/not-zip-safe
pyccolo.egg-info/requires.txt
pyccolo.egg-info/top_level.txt
pyccolo/_fast/__init__.py
pyccolo/_fast/fast_ast.py
pyccolo/_fast/misc_ast_utils.py
pyccolo/examples/__init__.py
pyccolo/examples/coverage.py
pyccolo/examples/future_tracer.py
pyccolo/examples/lazy_imports.py
pyccolo/examples/optional_chaining.py
pyccolo/examples/quasiquote.py
pyccolo/examples/quick_lambda.py
pyccolo/fast/__init__.py