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.
json.dumps fails as an encode method because the value must be a bytes. If value is str, it should be converted to bytes for writing so json.dumps and json.loads can be used directly.
json.dumps fails as an encode method because the value must be a bytes. If value is str, it should be converted to bytes for writing so json.dumps and json.loads can be used directly.