Metadata-Version: 2.4
Name: vsview
Version: 0.2.0
Summary: The next-generation VapourSynth previewer
Project-URL: Documentation, https://jaded-encoding-thaumaturgy.github.io/vs-view/
Project-URL: Plugins, https://jaded-encoding-thaumaturgy.github.io/vs-view/plugins/
Project-URL: Source Code, https://github.com/Jaded-Encoding-Thaumaturgy/vs-view
Project-URL: Bug Tracker, https://github.com/Jaded-Encoding-Thaumaturgy/vs-view/issues
Project-URL: Contact, https://discord.gg/XTpc6Fa9eB
Author-email: Vardë <ichunjo.le.terrible@gmail.com>
Maintainer-email: Vardë <ichunjo.le.terrible@gmail.com>, Jaded Encoding Thaumaturgy <jaded.encoding.thaumaturgy@gmail.com>
License-Expression: EUPL-1.2 AND (MIT AND Apache-2.0 AND ISC AND OFL-1.1)
License-File: LICENSE
License-File: src/vsview/assets/fonts/Cascadia_Mono/LICENSE.txt
License-File: src/vsview/assets/icons/lucide/LICENSE
License-File: src/vsview/assets/icons/material/LICENSE
License-File: src/vsview/assets/icons/phosphor/LICENSE
Keywords: encoding,previewer,vapoursynth,vapoursynth-editor,vapoursynth-preview,video,video-processing,viewer
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: License :: OSI Approved :: MIT License
Classifier: License :: OSI Approved :: SIL Open Font License 1.1 (OFL-1.1)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Multimedia :: Graphics
Classifier: Typing :: Typed
Requires-Python: >=3.12
Requires-Dist: jetpytools>=2.2.2
Requires-Dist: platformdirs>=4.9.2
Requires-Dist: pluggy>=1.6.0
Requires-Dist: pydantic>=2.0.0
Requires-Dist: pygments>=2.19.0
Requires-Dist: pyside6>=6.11.0
Requires-Dist: typer>=0.20.0
Requires-Dist: typing-extensions>=4.15.0; python_version < '3.13'
Requires-Dist: vapoursynth>=69
Requires-Dist: vsjetengine>=1.2.0
Requires-Dist: vspackrgb>=1.0.0
Provides-Extra: recommended
Requires-Dist: vsview-comp; extra == 'recommended'
Requires-Dist: vsview-frameprops-extended; extra == 'recommended'
Requires-Dist: vsview-split-planes; extra == 'recommended'
Provides-Extra: secrets
Requires-Dist: keyring>=25.7.0; extra == 'secrets'
Description-Content-Type: text/markdown

# VSView

<div align="center">

<img src="https://github.com/Jaded-Encoding-Thaumaturgy/vs-view/raw/main/src/vsview/assets/loading.png" height="200"/>

[![Python Version](https://img.shields.io/badge/python-3.12%2B-blue)](pyproject.toml)
[![Lint](https://github.com/Jaded-Encoding-Thaumaturgy/vs-view/actions/workflows/lint.yml/badge.svg)](https://github.com/Jaded-Encoding-Thaumaturgy/vs-view/actions/workflows/lint.yml)
[![Discord](https://img.shields.io/discord/856381934052704266?label=Discord&logo=discord&logoColor=7F71FF)](https://discord.gg/XTpc6Fa9eB)

**The next-generation VapourSynth previewer**

</div>

Modern, extensible previewer for [VapourSynth](https://github.com/vapoursynth/vapoursynth), **VSView** lets you open scripts, videos or images in one interface, making it easier to preview, inspect and compare sources without switching tools.

## Documentation

For comprehensive guides, feature overviews, and detailed usage instructions, visit the **[Official Documentation](https://jaded-encoding-thaumaturgy.github.io/vs-view/)**.

For the plugin catalog and installation details, see **[Plugins Documentation](https://jaded-encoding-thaumaturgy.github.io/vs-view/plugins/)**.

## Contributing

Contributions are welcome! Please check the [Discord server](https://discord.gg/XTpc6Fa9eB) or open an issue to discuss planned features.

For guidance on setting up a development environment, see [Contributing](https://jaded-encoding-thaumaturgy.github.io/vs-view/contributing/).
