.gitignore
.travis.yml
LICENSE
README.md
logging.json
pytest.ini
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
tox.ini
travis_pypi_setup.py
jupyter_examples/import_event_logs.ipynb
src/podspy/__init__.py
src/podspy/logging.json
src/podspy.egg-info/PKG-INFO
src/podspy.egg-info/SOURCES.txt
src/podspy.egg-info/dependency_links.txt
src/podspy.egg-info/entry_points.txt
src/podspy.egg-info/not-zip-safe
src/podspy.egg-info/requires.txt
src/podspy.egg-info/top_level.txt
src/podspy/discovery/__init__.py
src/podspy/discovery/alpha/__init__.py
src/podspy/discovery/alpha/classic.py
src/podspy/discovery/alpha/plus.py
src/podspy/graph/__init__.py
src/podspy/graph/base.py
src/podspy/graph/constants.py
src/podspy/graph/directed.py
src/podspy/graph/utils.py
src/podspy/graph/drawing/__init__.py
src/podspy/graph/drawing/ps_agraph.py
src/podspy/log/__init__.py
src/podspy/log/constants.py
src/podspy/log/data_io.py
src/podspy/log/factory.py
src/podspy/log/table.py
src/podspy/log/utils.py
src/podspy/petrinet/__init__.py
src/podspy/petrinet/drawing.py
src/podspy/petrinet/elements.py
src/podspy/petrinet/factory.py
src/podspy/petrinet/io.py
src/podspy/petrinet/nets.py
src/podspy/petrinet/semantics.py
src/podspy/petrinet/pnml/__init__.py
src/podspy/petrinet/pnml/base.py
src/podspy/petrinet/pnml/elements.py
src/podspy/petrinet/pnml/extension.py
src/podspy/petrinet/pnml/factory.py
src/podspy/petrinet/pnml/graphics.py
src/podspy/structure/__init__.py
src/podspy/structure/causal.py
src/podspy/structure/footprint.py
src/podspy/utils/__init__.py
src/podspy/utils/attributes.py
src/podspy/utils/colors.py
src/podspy/utils/conversion.py
src/podspy/utils/layout.py
src/podspy/utils/multiset.py
src/podspy/utils/patterns.py
src/podspy/utils/shapes.py
tests/__init__.py
tests/conftest.py
tests/discovery/__init__.py
tests/discovery/test_alpha.py
tests/graph/__init__.py
tests/graph/test_base.py
tests/graph/test_directed.py
tests/log/__init__.py
tests/log/conftest.py
tests/log/test_factory.py
tests/log/test_io.py
tests/log/test_table.py
tests/petrinet/__init__.py
tests/petrinet/test_drawing.py
tests/petrinet/test_elements.py
tests/petrinet/test_io.py
tests/petrinet/test_nets.py
tests/petrinet/test_semantics.py
tests/petrinet/pnml/__init__.py
tests/petrinet/pnml/test_base.py
tests/petrinet/pnml/test_elements.py
tests/petrinet/pnml/test_factory.py
tests/structure/__init__.py
tests/structure/conftest.py
tests/structure/test_causal.py
tests/structure/test_footprint.py
tests/testdata/BPIC2012.xes.gz
tests/testdata/net1.pnml
tests/testdata/simple.apnml
tests/testdata/simple.pnml
tests/testdata/simple-apna/simple.1.4761373842034676384.pnml
tests/testdata/simple-apna/simple.2.7259590578407854731.pnml
tests/testdata/simple-apna/simple.apna
tests/utils/__init__.py
tests/utils/test_multiset.py
tests/utils/test_patterns.py