]> git.k1024.org Git - debian-pylibacl.git/blob - PKG-INFO
Switch to debhelper v13
[debian-pylibacl.git] / PKG-INFO
1 Metadata-Version: 1.2
2 Name: pylibacl
3 Version: 0.6.0
4 Summary: POSIX.1e ACLs for python
5 Home-page: https://pylibacl.k1024.org/
6 Author: Iustin Pop
7 Author-email: iustin@k1024.org
8 License: LGPL
9 Project-URL: Bug Tracker, https://github.com/iustin/pylibacl/issues
10 Description: This is a C extension module for Python which
11         implements POSIX ACLs manipulation. It is a wrapper on top
12         of the systems's acl C library - see acl(5).
13 Platform: UNKNOWN
14 Classifier: Development Status :: 5 - Production/Stable
15 Classifier: Intended Audience :: Developers
16 Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
17 Classifier: Programming Language :: Python :: 3 :: Only
18 Classifier: Programming Language :: Python :: Implementation :: CPython
19 Classifier: Programming Language :: Python :: Implementation :: PyPy
20 Classifier: Operating System :: POSIX :: BSD :: FreeBSD
21 Classifier: Operating System :: POSIX :: Linux
22 Classifier: Topic :: Software Development :: Libraries :: Python Modules
23 Classifier: Topic :: System :: Filesystems
24 Requires-Python: >=3.4