Metadata-Version: 2.4
Name: c2pa-xmp-probe
Version: 0.1.0
Summary: Scan image files for C2PA, XMP, and common AI provenance markers before social upload.
Author: removeailabel
License: MIT
Project-URL: Homepage, https://removeailabel.com
Project-URL: Repository, https://github.com/ilovejackylee/c2pa-xmp-probe
Keywords: c2pa,xmp,metadata,instagram,tiktok,ai-label
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# c2pa-xmp-probe

Scan JPG/PNG/WebP (or any file) for byte-level C2PA, XMP, and common AI provenance markers before you upload to Instagram, TikTok, or similar.

This is a local probe only. It does not rewrite files.

## Install

```bash
pip install c2pa-xmp-probe
```

## Usage

```bash
c2pa-xmp-probe photo.jpg
c2pa-xmp-probe --json export.png still.webp
```

Exit codes: `0` = no markers, `1` = flagged, `2` = missing path / IO error.

When a file is flagged, keep your archive master and prepare a separate social-ready JPEG. A [pre-upload metadata scrub for social stills](https://removeailabel.com) can clean that copy in the browser — then upload only the cleaned file.

## License

MIT
