]> git.k1024.org Git - pyxattr.git/blob - README.rst
Travis: remove obsolete python versions
[pyxattr.git] / README.rst
1 pyxattr
2 =======
3
4 This is the pyxattr module, a Python extension module which gives access
5 to the extended attributes for filesystem objects available in some
6 operating systems.
7
8 Downloads: go to https://pyxattr.k1024.org/downloads/. Latest
9 version is 0.6.1. The source repository is either at
10 http://git.k1024.org/pyxattr.git or at
11 https://github.com/iustin/pyxattr.
12
13 Requirements
14 ------------
15
16 pyxattr has been written and tested on Linux, kernel v2.4 or later, with
17 XFS filesystems; ext2/ext3 should work also. If any other platform
18 implements the same behavior, pyxattr could be used.
19
20 You need to have the setuptools tool installed in order to build and
21 install the module.
22
23 License
24 -------
25
26 pyxattr is Copyright 2002-2008, 2012-2015 Iustin Pop.
27
28 pyxattr is free software; you can redistribute it and/or modify it under the
29 terms of the GNU Lesser General Public License as published by the Free
30 Software Foundation; either version 2.1 of the License, or (at your option) any
31 later version. See the COPYING file for the full license terms.
32
33 Note that previous versions had different licenses: version 0.3 was licensed
34 under LGPL version 3 (which, I realized later, is not compatible with GPLv2,
35 hence the change to LGPL 2.1), and even older versions were licensed under GPL
36 v2 or later.
37
38 .. Local Variables:
39 .. mode: rst
40 .. fill-column: 72
41 .. End: