]> git.k1024.org Git - debian-pyxattr.git/blob - PKG-INFO
Update standards version (no changes needed)
[debian-pyxattr.git] / PKG-INFO
1 Metadata-Version: 1.2
2 Name: pyxattr
3 Version: 0.7.2
4 Summary: Filesystem extended attributes for python
5 Home-page: http://pyxattr.k1024.org/
6 Author: Iustin Pop
7 Author-email: iustin@k1024.org
8 License: LGPL
9 Download-URL: http://pyxattr.k1024.org/downloads/
10 Project-URL: Bug Tracker, https://github.com/iustin/pyxattr/issues
11 Description: This is a C extension module for Python which
12         implements extended attributes manipulation. It is a wrapper on top
13         of the attr C library - see attr(5).
14 Platform: Linux
15 Classifier: Development Status :: 5 - Production/Stable
16 Classifier: Intended Audience :: Developers
17 Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
18 Classifier: Programming Language :: Python :: 3 :: Only
19 Classifier: Programming Language :: Python :: Implementation :: CPython
20 Classifier: Programming Language :: Python :: Implementation :: PyPy
21 Classifier: Operating System :: MacOS :: MacOS X
22 Classifier: Operating System :: POSIX :: Linux
23 Classifier: Topic :: Software Development :: Libraries :: Python Modules
24 Classifier: Topic :: System :: Filesystems
25 Requires-Python: >=3.4