GitXplorerGitXplorer
s

exif-stripper

public
8 stars
4 forks
5 issues

Commits

List of commits on branch main.
Verified
8a61cdb8edd9c94314ec2cc29ef999c921dd9301

Update hooks (#39)

sstefmolin committed a month ago
Verified
3bc0b113185290a6b22f307ac388010ec34d7717

Add pre-commit docs reference in usage section (#38)

sstefmolin committed a month ago
Verified
804f9b4995ff76ede8f3f5a420a422b6cd9445ee

Fixed grammar in CONTRIBUTING.md (#35)

nnickc6424 committed 2 months ago
Verified
baada99235c1c9bc04e711ec0c435cbda8313168

Fix typo in installation instructions (#34)

sstefmolin committed 2 months ago
Verified
ee8d7b09c4bde168219f7eb7d9f8832301fd0ee5

Update ruff settings structure in pyproject.toml (#33)

sstefmolin committed 3 months ago
Verified
0dfd3e5efc27b0167b55dab52e7cc9dd5fbbda95

Bump version (#32)

sstefmolin committed 3 months ago

README

The README file for this repository.

exif-stripper

Pre-commit hook to ensure image metadata (EXIF data and extended attributes) is removed.

Last Release PyPI release Supported Python Versions License
Build status codecov CI
Downloads PyPI downloads

Usage

Add the following to your .pre-commit-config.yaml file:

- repo: https://github.com/stefmolin/exif-stripper
  rev: 0.3.1
  hooks:
    - id: strip-exif

Be sure to check out the pre-commit documentation for additional configuration options.

Contributing

Please consult the contributing guidelines.