Source: python-schedutils Section: python Priority: optional Uploaders: Debian Python Modules Team Maintainer: Stewart Ferguson Build-Depends: debhelper-compat (= 12), python3-setuptools, python3-all-dev, dh-python Standards-Version: 4.4.0 Homepage: https://rt.wiki.kernel.org/index.php/Tuna Vcs-Browser: https://salsa.debian.org/python-team/modules/python-schedutils Vcs-Git: https://salsa.debian.org/python-team/modules/python-schedutils.git Package: python3-schedutils Architecture: any Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} Replaces: python-schedutils (<< 0.6-2) Breaks: python-schedutils (<< 0.6-2) Description: Linux scheduler Python bindings Python interface for the Linux scheduler sched_{get,set}{affinity,scheduler} functions and friends. . The scheduler is the kernel component that decides which runnable thread will be executed by the CPU next. Each thread has an associated scheduling policy and static scheduler priority, sched_priority. The scheduler makes its decisions based on knowledge of the scheduling policy and static priority of all threads on the system. This package provides Python bindings to get and set the scheduler's knowledge.