Skip to content

mutwo-org/mutwo.timeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mutwo.timeline

Build Status License: GPL v3 PyPI version Code style: black

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

Installation

mutwo.timeline is available on pypi and can be installed via pip:

pip3 install mutwo.timeline