Metadata-Version: 2.1
Name: exifdate2fs
Version: 0.7.0
Summary: This tool will recursively update file timestamps to information from EXIF tag DateTimeOriginal
Home-page: https://github.com/varnav/ExifDate2FS
Author: Evgeny Varnavskiy
Author-email: varnavruz@gmail.com
License: UNKNOWN
Description: # ExifDate2FS
        
        This tool will recursively update file timestamps to information from EXIF tag DateTimeOriginal. It accepts one argument - filesystem path.
        It will not modify files themselves, only filesystem timestamps. For Linux it will modify mtime while for Windows it will also modify
        “Date Created”.
        
        ## Supported file formats (file extensions):
        
        * JPEG (jpg/jpeg)
        * TIFF
        * WebP
        * HEIC
        
        Supports Windows, Linux, and probably other OSes.
        
        ## Installation
        
        ```sh
        pip install exifdate2fs
        ```
        
        You can download and use it as single Windows binary, see "Releases" on the right.
        
        ## Usage
        
        ```sh
        exifdate2fs [-h] [-v] directory
        ```
        
        or
        
        ```cmd
        ./ExifDate2FS.exe [-h] [-v] directory
        ```
Keywords: jpeg,exif,filesystem,filetime
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.8
Description-Content-Type: text/markdown
