Extended attributes for Python 0.1.3 review
Download
|
|
Extended attributes for Python is a Python module that can manipulate extended attributes in filesystems that support them.
Requirements:
Python 2.2 or later
The attr package, with getfattr and setfattr commands
Installation:
To install, use:
python setup.py install # to build and install directly
python setup.py bdist_rpm # to prepare an RPM
Usage:
"import extattr" or "from extattr import *" should be enough for most usages
What's New in This Release:
Rereleased with new, correct contact information.
Documentation fixes.
Extended attributes for Python 0.1.3 search tags