Python package to read and write various MacOS extended attribute metadata such as tags/keywords and Finder comments from files. Includes CLI tool for reading/writing metadata.
MIT License
125
stars
4
forks
source link
Doesn't install with pip on macOS with python 3.11 #98
See this issue in osxphotos. If user does not have Xcode command line tools installed, osxmetadata will fail to install on MacOS with python 3.11 because it is using xattr==0.9.9 which has no wheel for py311. pip will try to build from source but that fails without the command line tools.
See this issue in osxphotos. If user does not have Xcode command line tools installed, osxmetadata will fail to install on MacOS with python 3.11 because it is using xattr==0.9.9 which has no wheel for py311. pip will try to build from source but that fails without the command line tools.