Python Wrapper for Extended Filesytem Attributes
http://www.undefined.org/python/#xattr
xattr is a Python wrapper for Darwin, Linux, and FreeBSD extended filesystem attributes.
Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs associated with file system objects (files, directories, symlinks, etc).
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-xattr && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
python-xattr.changes | 0000004537 4.43 KB | |
python-xattr.spec | 0000002510 2.45 KB | |
xattr-0.9.6.tar.gz | 0000013284 13 KB |
Revision 18 (latest revision is 26)
Dominique Leuenberger (dimstar_suse)
accepted
request 680408
from
Tomáš Chvátal (scarabeus_iv)
(revision 18)
- Update to 0.9.6: * Fix release build by including *.[ch] in Manifest.in * Extract inline C code for syntax highlighting and easier maintenance https://github.com/xattr/xattr/pull/75 * Fix Travis build https://github.com/xattr/xattr/pull/74 * Always include sys/types.h (musl compatibility) https://github.com/xattr/xattr/pull/73 - Enable tests
Comments 0