imgparse: Python utilities for extracting exif and xmp metadata from imagery.
-
Install conda
-
Install package
git clone git@github.com:SenteraLLC/py-image-metadata-parser.git cd py-image-metadata-parser conda env create -f environment.yml conda activate image-parsing pip install . -
Set up
pre-committo ensure all commits to adhere to black and PEP8 style conventions.pre-commit install
-
Install package
git clone git@github.com:SenteraLLC/py-image-metadata-parser.git cd py-image-metadata-parser pyenv install $(cat .python-version) poetry install -E timestamps -
Set up
pre-committo ensure all commits to adhere to black and PEP8 style conventions.poetry run pre-commit install
Run imgparse --help to see a list of all CLI commands available. Make sure you are in the correct conda
environment/poetry shell.