Metadata-Version: 2.4
Name: winnow-media
Version: 0.0.1
Summary: Winnow your media library — organize photos and videos, detect duplicates, and keep the best copies.
Project-URL: Homepage, https://github.com/lgtm-hq/winnow
Project-URL: Documentation, https://lgtm-hq.github.io/winnow/
Project-URL: Source, https://github.com/lgtm-hq/winnow
Project-URL: Issues, https://github.com/lgtm-hq/winnow/issues
Author-email: lgtm-hq <turbocoder13@gmail.com>
License-Expression: MIT
License-File: LICENSE
Keywords: cli,deduplication,image-processing,media,photos,python,videos
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: System :: Filesystems
Requires-Python: >=3.11
Requires-Dist: click>=8.3.3
Requires-Dist: loguru>=0.7.3
Requires-Dist: pydantic>=2.10
Requires-Dist: rich>=14.0
Provides-Extra: ai-detect
Provides-Extra: cv
Provides-Extra: face
Description-Content-Type: text/markdown

# Winnow

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://www.python.org/downloads/)

Winnow your media library — organize photos and videos, detect duplicates, and keep the
best copies.

## Status

Greenfield implementation in progress. See
[open issues](https://github.com/lgtm-hq/winnow/issues).

## Install

```bash
uv sync --dev
uv pip install -e .
```

## Usage

```bash
uv run winnow --help
```

## Development

```bash
make setup
make lint
make test
make fmt
```

## Documentation

- [Contributing](CONTRIBUTING.md)
- [Security policy](SECURITY.md)
- [Governance](GOVERNANCE.md)

## License

MIT — see [LICENSE](LICENSE).
