Re: [Gluster-devel] Python module for xattr

2012-12-31 Thread Peter Portante
Hello Fred, I believe that RHS 2.0 and Fedora's pyxattr package is based on Iustin Pop's version, found on github at: https://github.com/iustin/pyxattr. In Fedora 16, it is 0.5.1-2.fc16, and it can be installed via: $ yum install pyxattr Happy New Year to you, -peter - Original Message

[Gluster-devel] Python module for xattr

2012-12-31 Thread Fred van Zwieten
Hi there, I want to use python to query the (gluster) extended attributes of files. I found pyxattr. I also found this , but that seems a work in progress and for a way to new version of python. Is pyxattr the module of choice or are there any other options? Wha