File: control

package info (click to toggle)
pyrad 2.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 920 kB
  • sloc: python: 4,021; makefile: 15
file content (31 lines) | stat: -rw-r--r-- 1,016 bytes parent folder | download | duplicates (2)
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
Source: pyrad
Section: python
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Jeremy Lainé <jeremy.laine@m4x.org>,
 Bjorn Ove Grotan <bgrotan@grotan.com>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.3
Homepage: https://pypi.python.org/pypi/pyrad
Vcs-Git: https://salsa.debian.org/python-team/packages/pyrad.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/pyrad

Package: python3-pyrad
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Python module for creating and decoding RADIUS packets
 It takes care of all the details like building RADIUS
 packets, sending them and decoding responses.
 This package contains several modules:
  - client: RADIUS client code
  - dictionary: RADIUS attribute dictionary
  - server: Basic RADIUS server and proxy classes.
  - packet: a RADIUS packet as send to/from servers
  - tools: utility functions