Terry J. Reedy added the comment:
Generic ideas like this, without specific patch or patch prospect, should be
first posted on python-ideas. You can reopen this if there is a concrete
proposal with some support.
However, I agree with Brett about an Exif module. We do not even have an image
li
Brett Cannon added the comment:
A guide on how to get a module added to the stdlib can be found at
https://docs.python.org/devguide/stdlibchanges.html#adding-a-new-module ,
although I think an EXIF module is going to be too niche to ever be accepted.
--
nosy: +brett.cannon
___
New submission from karl:
There is a room for a consistent and good EXIF library for the Python Standard
Library.
--
components: Library (Lib)
messages: 216978
nosy: karlcow
priority: normal
severity: normal
status: open
title: Missing Generic EXIF library for images in the standard lib