4 Summary: Filesystem extended attributes for python
5 Home-page: http://pyxattr.k1024.org/
7 Author-email: iustin@k1024.org
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).
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