Python C extension module providing an interface to file system quotas on UNIX platforms
This repository contains the sources of the Python file-system quota module,
which has its official home at PyPi.
The quota module allows accessing file system quotas on UNIX platforms.
This works both for locally mounted file systems and network file systems (via
RPC, i.e. Remote Procedure Call) for all the operating systems listed below.
The interface is designed to be independent of UNIX flavours as well as file
system types.
The C implementation of this module is derived from the
Quota module for Perl
(also at CPAN).
I started developing the Perl module 1995, while working as a UNIX system
administrator at university and kept maintaining it even after no longer
working in this capacity. Since its beginnings, the module was continuously
extended by porting to more UNIX platforms and file-systems. Numerous people
have contributed to this process; for a complete list of names please see the
CHANGES document in the repository. All this effort is now available also to
Python users.
The following operating systems and file systems are supported transparently
through a common API.
Supported operating systems:
Supported file systems:
For further information please refer to the following files: