Many functions accept a path as argument, type-annotated as `str`. Many of these functions may not work when called with a `pathlib.Path`. - [ ] Update type annotations to `Union[str, pathlib.Path]` - [ ] Update functions to support `pathlib.Path` (list not exhaustive): - [ ] `glimpse.exif.Exif(path)`
Many functions accept a path as argument, type-annotated as
str. Many of these functions may not work when called with apathlib.Path.Union[str, pathlib.Path]pathlib.Path(list not exhaustive):glimpse.exif.Exif(path)