]> git.k1024.org Git - pyxattr.git/blob - README
Switch converObj to negative error return
[pyxattr.git] / README
1 pyxattr
2 =======
3
4 About
5 -----
6
7 This is the pyxattr module, a Python extension module which gives access
8 to the extended attributes for filesystem objects available in some
9 operating systems.
10
11 For usage details, see the documentation of the module using epydoc.
12 The project web page is http://pyxattr.sourceforge.net/
13
14 You need to have setuptools installed in order to build and install the
15 module.
16
17 License
18 -------
19
20 pyxattr is Copyright 2002-2008 Iustin Pop.
21
22 pyxattr is free software; you can redistribute it and/or modify it under the
23 terms of the GNU Lesser General Public License as published by the Free
24 Software Foundation; either version 2.1 of the License, or (at your option) any
25 later version. See the COPYING file for the full license terms.
26
27 Note that previous versions had different licenses: version 0.3 was licensed
28 under LGPL version 3 (which, I realized later, is not compatible with GPLv2,
29 hence the change to LGPL 2.1), and even older versions were licensed under GPL
30 v2 or later.
31
32 Iustin Pop, <iusty@k1024.org>