The Python Unix extended attributes bindings
*********************************************************

This is a Python extension created to manipulate extended attributes
in filesystems that support them.


PREREQUISITES

This software requires:
- 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


HELP

See the module documentation for usage information. It's fairly well documented.

"import extattr" or "from extattr import *" should be enough for most usages


FEEDBACK: REPORTING BUGS, PATCHES, ETC.

dragonfear@gmail.com for the moment


LICENSE AND LEGAL NOTICE

This software is under the GPL.  See the file COPYING for licensing
information.  Contact us if you need us to license this software under
a different license.


AUTHORS

Manuel Amador (Rudd-O) <dragonfear@gmail.com>
