📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

mutwo.timeline

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mutwo.timeline

timeline extension for event based framework for generative art

0.6.0
PyPI
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts