Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/py-xattr: upgrade to 0.5.2 | Fabian Affolter | 2013-03-04 | 1 | -4/+6 |
| | |||||
* | testing/py-xattr: update urls | Natanael Copa | 2012-05-18 | 1 | -3/+3 |
| | | | | moved to github | ||||
* | testing/py-xattr: upgrade to 0.5.1 | Fabian Affolter | 2012-05-18 | 1 | -3/+3 |
| | |||||
* | Initial APKBUILD for py-xattr | Fabian Affolter | 2011-12-03 | 1 | -0/+29 |
Package description: This module gives access to the extended attributes present in some operating systems/filesystems. You can list attributes, get, set and remove them. The module exposes two sets of functions: - the 'old' listxattr, getxattr, setxattr, removexattr functions which are deprecated since version 0.4 - the new list, get, get_all, set, remove functions which expose a namespace-aware API and simplify a bit the calling model by using keyword arguments |