Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for pathlib.Path path arguments #45

Open
3 tasks
ezwelty opened this issue Feb 21, 2022 · 0 comments
Open
3 tasks

Add support for pathlib.Path path arguments #45

ezwelty opened this issue Feb 21, 2022 · 0 comments

Comments

@ezwelty
Copy link
Owner

ezwelty commented Feb 21, 2022

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant