]> git.k1024.org Git - debian-pylibacl.git/blob - pylibacl.egg-info/PKG-INFO
New upstream version 0.7.0
[debian-pylibacl.git] / pylibacl.egg-info / PKG-INFO
1 Metadata-Version: 2.1
2 Name: pylibacl
3 Version: 0.7.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 Classifier: Development Status :: 5 - Production/Stable
11 Classifier: Intended Audience :: Developers
12 Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
13 Classifier: Programming Language :: Python :: 3 :: Only
14 Classifier: Programming Language :: Python :: Implementation :: CPython
15 Classifier: Programming Language :: Python :: Implementation :: PyPy
16 Classifier: Operating System :: POSIX :: BSD :: FreeBSD
17 Classifier: Operating System :: POSIX :: Linux
18 Classifier: Topic :: Software Development :: Libraries :: Python Modules
19 Classifier: Topic :: System :: Filesystems
20 Requires-Python: >=3.7
21 License-File: COPYING
22
23 This is a C extension module for Python which
24 implements POSIX ACLs manipulation. It is a wrapper on top
25 of the systems's acl C library - see acl(5).