Binary package “python3-timeline” in ubuntu jammy

Timeline module for modelling a series of actions (Python 3)

 The timeline package provides a way to model a series of actions. For
 instance, during a web request the appserver might call out to a number of
 backend services, make sql queries and memcached lookups. All of these
 actions can be tracked in a single timeline, and that serialised or
 analysed for slow points.
 .
 This package installs the library for Python 3.