LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
altwalker/__init__.py
altwalker/__version__.py
altwalker/cli.py
altwalker/data.py
altwalker/exceptions.py
altwalker/executor.py
altwalker/graphwalker.py
altwalker/init.py
altwalker/model.py
altwalker/planner.py
altwalker/reporter.py
altwalker/walker.py
altwalker.egg-info/PKG-INFO
altwalker.egg-info/SOURCES.txt
altwalker.egg-info/dependency_links.txt
altwalker.egg-info/entry_points.txt
altwalker.egg-info/requires.txt
altwalker.egg-info/top_level.txt
tests/__init__.py
tests/common/__init__.py
tests/common/utils.py
tests/common/example/__init__.py
tests/common/example/complex.py
tests/common/example/simple.py
tests/integration/__init__.py
tests/integration/test_cli.py
tests/integration/test_graphwalker.py
tests/unit/__init__.py
tests/unit/test_cli.py
tests/unit/test_data.py
tests/unit/test_executor.py
tests/unit/test_graphwalker.py
tests/unit/test_init.py
tests/unit/test_model.py
tests/unit/test_planner.py
tests/unit/test_report.py
tests/unit/test_walker.py