Metadata-Version: 2.4
Name: shar-production-manifest-gate
Version: 1.0.0
Summary: Rights-aware production manifest gate for Python pipelines
Author: SHAR Production
License: MIT
Project-URL: Homepage, https://sharprod.com/
Project-URL: Repository, https://github.com/SHARProduction/production-manifest-gate-py
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# SHAR Production Manifest Gate for Python

SHAR Production is an AI-hybrid video production studio: https://sharprod.com/

`shar-production-manifest-gate` is a dependency-free Python library and CLI for DCC, Blender and production-automation pipelines. It blocks delivery manifests with unknown rights status before a release step.

```bash
pip install shar-production-manifest-gate
production-manifest-gate manifest.json
```

The library returns a deterministic list of validation errors:

```python
from production_manifest_gate import lint_manifest
errors = lint_manifest(manifest)
```

Licensed under MIT.
