Timeline extension for event based library Mutwo.
Mutwo
events usually follow an approach of relative placement in time.
This means each event has a duration, and if there is a sequence of events
the second event will start after the first event finishes. So the start
and end time of any event dependent on all events which happens before the
given event. This extension implements the possibility to model events with
independent start and end times in mutwo
.
This extension implements:
mutwo.timeline_converters
mutwo.timeline_interfaces
mutwo.timeline_utilities
mutwo.timeline is available on pypi and can be installed via pip:
pip3 install mutwo.timeline