Skip to content

Commit 9da926e

Browse files
committed
add stats
1 parent fbc4c70 commit 9da926e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# fast-c2pa-python
22

3+
[![PyPI version](https://badge.fury.io/py/fast-c2pa-python.svg)](https://badge.fury.io/py/fast-c2pa-python)
4+
[![PyPI - Downloads](https://img.shields.io/pypi/dm/fast-c2pa-python)](https://pypi.org/project/fast-c2pa-python/)
5+
36
A Python library for reading C2PA metadata based on c2pa-rs
47

58
## Overview

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ license = {text = "MIT OR Apache-2.0"}
1111
readme = "README.md"
1212
keywords = ["c2pa", "metadata", "python", "bindings"]
1313
requires-python = ">=3.11"
14+
15+
[project.urls]
16+
Homepage = "https://github.com/Sightengine/fast_c2pa_python"
17+
Repository = "https://github.com/Sightengine/fast_c2pa_python"
18+
Issues = "https://github.com/Sightengine/fast_c2pa_python/issues"
1419
classifiers = [
1520
"Development Status :: 4 - Beta",
1621
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)