File: control

package info (click to toggle)
librouteros 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 356 kB
  • sloc: python: 1,579; makefile: 141; sh: 4
file content (28 lines) | stat: -rw-r--r-- 970 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
Source: librouteros
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Alexander GQ Gerasiov <gq@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-poetry-core,
 python3-pyasn1,
 python3-pytest <!nocheck>,
 python3-pytest-asyncio <!nocheck>,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/luqasz/librouteros
Vcs-Git: https://salsa.debian.org/python-team/packages/librouteros.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/librouteros

Package: python3-librouteros
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Python implementation of RouterOS API
 It allows one to communicate with Mikrotik's RouterOS powered device to
 gather information, modify settings and do other management tasks.
 .
 This package installs the library for Python 3.