Source: python-fsquota Section: python Priority: optional Maintainer: Philipp Huebner Build-Depends: debhelper-compat (= 13), dh-python, python3-full, python3-dev, python3-setuptools Standards-Version: 4.6.0 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: ${python3:Depends}, ${misc: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.