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
|
Source: python-fsquota
Section: python
Priority: optional
Maintainer: Philipp Huebner <debalance@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
libtirpc-dev,
python3-dev,
python3-full,
python3-setuptools
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/tomzox/Python-Quota
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-fsquota
Vcs-Git: https://salsa.debian.org/python-team/packages/python-fsquota.git
Package: python3-fsquota
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python filesystem quota module (Python 3)
This module for Python 3 allows accessing file system quotas on UNIX platforms
from Python scripts. This works both for locally mounted file systems and
network file systems (via RPC, i.e. Remote Procedure Call). The interface is
designed to be independent of UNIX flavours as well as file system types.
.
This package installs the library for Python 3.
|