Skip to content

Commit

Permalink
Add badges to README.md (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefmolin authored Jun 15, 2024
1 parent bf64423 commit 1eca6f3
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
# exif-stripper

Pre-commit hook to ensure image EXIF data is removed.

<table>
<tr>
<td>
<img alt="Last Release" src="https://img.shields.io/badge/last%20release-inactive?style=for-the-badge">
</td>
<td>
<a href="https://pypi.org/project/exif-stripper/" target="_blank" rel="noopener noreferrer">
<img alt="PyPI release" src="https://img.shields.io/pypi/v/exif-stripper.svg">
</a>
<a href="https://pypi.org/project/exif-stripper/" target="_blank" rel="noopener noreferrer">
<img alt="Supported Python Versions" src="https://img.shields.io/pypi/pyversions/exif-stripper">
</a>
<a href="https://github.com/stefmolin/exif-stripper/blob/main/LICENSE" target="_blank" rel="noopener noreferrer">
<img alt="License" src="https://img.shields.io/pypi/l/exif-stripper.svg?color=blueviolet">
</a>
</td>
</tr>
<tr>
<td>
<img alt="Build status" src="https://img.shields.io/badge/build%20status-inactive?style=for-the-badge">
</td>
<td>
<a href="https://codecov.io/gh/stefmolin/exif-stripper" target="_blank" rel="noopener noreferrer">
<img alt="codecov" src="https://codecov.io/gh/stefmolin/exif-stripper/branch/main/graph/badge.svg?token=3SEEG9SZQO">
</a>
<a href="https://github.com/stefmolin/exif-stripper/actions/workflows/ci.yml" target="_blank" rel="noopener noreferrer">
<img alt="CI" src="https://github.com/stefmolin/exif-stripper/actions/workflows/ci.yml/badge.svg">
</a>
</td>
</tr>
<tr>
<td>
<img alt="Downloads" src="https://img.shields.io/badge/%23%20downloads-inactive?style=for-the-badge">
</td>
<td>
<a href="https://pypi.org/project/exif-stripper/" target="_blank" rel="noopener noreferrer">
<img alt="PyPI downloads" src="https://img.shields.io/pepy/dt/exif-stripper?label=pypi&color=blueviolet">
</a>
</td>
</tr>
</table>

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

Expand Down

0 comments on commit 1eca6f3

Please sign in to comment.