iustin / pyxattr

A python module for accessing filesystem Extended Attributes
https://pyxattr.k1024.org/
GNU Lesser General Public License v2.1
30 stars 15 forks source link

support Path objects #20

Closed ktarplee closed 4 years ago

ktarplee commented 5 years ago

The file path in get(), set(), list(), ... should support pathlib's Path objects in python 3

Current you get this error

TypeError: argument must be string or int
iustin commented 4 years ago

I'll make a release in the next couple of weeks that includes this.

iustin commented 4 years ago

Actually, released and up on pypi.