{"library":"pyexiv2","title":"pyexiv2","description":"A Python binding to exiv2 library for reading and writing image metadata (EXIF, IPTC, XMP, ICC Profile). Current version 2.15.5 supports Python 3.8+ and includes prebuilt wheels for Linux, macOS, and Windows. Releases follow exiv2 updates; active development.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install pyexiv2"],"cli":null},"imports":["from pyexiv2 import Image","from pyexiv2 import ImageMetadata"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from pyexiv2 import Image\n\nimg = Image('test.jpg')\nimg.read_exif()\n# {'Exif.Image.Make': 'Canon', ...}\nimg.close()","lang":"python","description":"Open an image, read EXIF data, and close.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}