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