LICENSE.txt
MANIFEST.in
setup.py
.github/README.md
bpmn_tools/__init__.py
bpmn_tools/collaboration.py
bpmn_tools/colors.py
bpmn_tools/diagrams.py
bpmn_tools/extensions.py
bpmn_tools/flow.py
bpmn_tools/notation.py
bpmn_tools/util.py
bpmn_tools/visitor.py
bpmn_tools/xml.py
bpmn_tools.egg-info/PKG-INFO
bpmn_tools.egg-info/SOURCES.txt
bpmn_tools.egg-info/dependency_links.txt
bpmn_tools.egg-info/entry_points.txt
bpmn_tools.egg-info/requires.txt
bpmn_tools.egg-info/top_level.txt
bpmn_tools/builder/__init__.py
bpmn_tools/builder/conditional.py
bpmn_tools/builder/process.py
bpmn_tools/layout/__init__.py
bpmn_tools/layout/simple.py
docs/__init__.py
docs/conf.py
tests/__init__.py
tests/conftest.py
tests/test_boundaries.py
tests/test_colors.py
tests/test_conditional_builder.py
tests/test_elements.py
tests/test_events.py
tests/test_extensions.py
tests/test_flows.py
tests/test_hello.py
tests/test_lanes.py
tests/test_model.py
tests/test_process_builder.py
tests/test_recursive_simple_layout.py
tests/test_roundtrip.py
tests/test_simple_layout.py
tests/test_visitor.py
tests/test_xml.py