LICENSE
README.md
setup.py
pytractions/__init__.py
pytractions/abase.py
pytractions/base.py
pytractions/catalog.py
pytractions/cli.py
pytractions/container_runner.py
pytractions/exc.py
pytractions/executor.py
pytractions/graph.py
pytractions/monitor.py
pytractions/pkgutils.py
pytractions/runner.py
pytractions/runner_utils.py
pytractions/stmd.py
pytractions/tractor.py
pytractions/transformations.py
pytractions/traversal.py
pytractions/types.py
pytractions/utils.py
pytractions.egg-info/PKG-INFO
pytractions.egg-info/SOURCES.txt
pytractions.egg-info/dependency_links.txt
pytractions.egg-info/entry_points.txt
pytractions.egg-info/requires.txt
pytractions.egg-info/top_level.txt
pytractions/web/__init__.py
pytractions/web/run.py
pytractions/web/welcome.py
pytractions/web/pages/01_fundamentals.py
pytractions/web/pages/02_user_guide.py
pytractions/web/pages/03_developer_guide.py
pytractions/web/pages/04_catalog.py
pytractions/web/pages/05_container.py
pytractions/web/pages/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_base.py
tests/test_base_serialization.py
tests/test_base_tdict.py
tests/test_base_tlist.py
tests/test_base_traction.py
tests/test_in.py
tests/test_out.py
tests/test_simple_io.py
tests/test_stmd.py
tests/test_traction.py
tests/test_tractor.py
tests/test_transformations.py
tests/test_types.py