Skip to content
sim-o-n edited this page May 9, 2018 · 1 revision

Welcome to the pmlab-lite wiki!

Project Structure

A project structure following this recommendation.

README.md
LICENSE
setup.py
requirements.txt
pmlab_lite # package
  |_ __init__.py
  |_ log # package
      |_ __init__.py
      |_ noise.py # module
      |_ ...
  |_ bpmn
      |_ ...
  |_ pn
      |_ __init__.py
      |_ abstract_pn.py
      |_ pn.py
  |_ ts
      |_ ...
  |_ ...
docs
  |_ pm_guid.tex
  |_ ...
tests
  |_ test_log_noise.py
  |_ test_log_to_ts.py
Clone this wiki locally