CHANGELOG.md
CLAUDE.md
LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.py
AlgoTree/__init__.py
AlgoTree/_utils.py
AlgoTree/builders.py
AlgoTree/dsl.py
AlgoTree/exporters.py
AlgoTree/interop.py
AlgoTree/node.py
AlgoTree/pretty_tree.py
AlgoTree/selectors.py
AlgoTree/serialization.py
AlgoTree/transformers.py
AlgoTree/tree.py
AlgoTree.egg-info/PKG-INFO
AlgoTree.egg-info/SOURCES.txt
AlgoTree.egg-info/dependency_links.txt
AlgoTree.egg-info/entry_points.txt
AlgoTree.egg-info/requires.txt
AlgoTree.egg-info/top_level.txt
AlgoTree/shell/__init__.py
AlgoTree/shell/advanced.py
AlgoTree/shell/builtins.py
AlgoTree/shell/cli.py
AlgoTree/shell/commands.py
AlgoTree/shell/core.py
AlgoTree/shell/io_commands.py
AlgoTree/shell/shell.py
AlgoTree/shell/utils.py
bin/__init__.py
bin/jt.py
docs/index.md
docs/api/index.md
docs/api/node.md
docs/api/selectors.md
docs/api/transformers.md
docs/api/tree.md
docs/getting-started/installation.md
docs/getting-started/introduction.md
docs/getting-started/quickstart.md
docs/guide/builders.md
docs/guide/dsl.md
docs/guide/export.md
docs/guide/node.md
docs/guide/selectors.md
docs/guide/transformers.md
docs/guide/tree.md
docs/interop/algograph.md
docs/migration/v1-to-v2.md
test/__init__.py
test/test_builders.py
test/test_dsl.py
test/test_exporters.py
test/test_interop.py
test/test_node.py
test/test_piping_redirection.py
test/test_selectors.py
test/test_serialization.py
test/test_shell_commands.py
test/test_shell_core.py
test/test_transformers.py
test/test_tree.py
test/test_tree_print.py