File: control

package info (click to toggle)
python-simple-pid 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 200 kB
  • sloc: python: 394; makefile: 9
file content (43 lines) | stat: -rw-r--r-- 1,774 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: python-simple-pid
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexander Sulfrian <alexander@sulfrian.net>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               furo <!nodoc>,
               python3-all,
               pybuild-plugin-pyproject,
               python3-myst-parser <!nodoc>,
               python3-pytest <!nocheck>,
               python3-setuptools,
               python3-sphinx <!nodoc>,
               python3-sphinx-copybutton <!nodoc>,
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-simple-pid
Vcs-Git: https://salsa.debian.org/python-team/packages/python-simple-pid.git
Homepage: https://github.com/m-lundberg/simple-pid
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-simple-pid
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Simple and easy-to-use PID controller - Python 3.x
 simple-pid is a simple and easy-to-use PID (proportional-integral-derivative)
 controller in Python. It has no external dependencies and is designed to be
 robust. It can be used to implement a feedback-based control loop in Python.
 .
 This package contains the Python 3 module.

Package: python-simple-pid-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Simple and easy-to-use PID controller - documentation
 simple-pid is a simple and easy-to-use PID (proportional-integral-derivative)
 controller in Python. It has no external dependencies and is designed to be
 robust. It can be used to implement a feedback-based control loop in Python.
 .
 This package contains the documentation for simple-pid.