Source: python-timeline Section: python Priority: optional Maintainer: Debian Python Modules Team Uploaders: Colin Watson , Build-Depends: debhelper-compat (= 12), dh-python, python3-all (>= 3.1.2-8~), python3-setuptools, python3-testtools, python3-tz, Standards-Version: 4.4.1 Vcs-Git: https://salsa.debian.org/python-team/modules/python-timeline.git Vcs-Browser: https://salsa.debian.org/python-team/modules/python-timeline Homepage: https://launchpad.net/python-timeline Testsuite: autopkgtest-pkg-python Package: python3-timeline Architecture: all Multi-Arch: foreign Depends: python3-tz, ${misc:Depends}, ${python3:Depends}, Description: 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.