Jump to letter: [
          
            0239ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        python-piexif - Pure Python library to simplify exif manipulations with python.
        
        
        - Description:
 
        Very simple Python library to simplify exif manipulations that does
not depend on other libraries.
There are only just five functions:
    load(filename)                 - Get exif data as dict.
    dump(exif_dict)                - Get exif as bytes to save with JPEG.
    insert(exif_bytes, filename)   - Insert exif into JPEG.
    remove(filename)               - Remove exif from JPEG.
    transplant(filename, filename) - Transplant exif from JPEG to JPEG. 
        
        Packages