Metadata-Version: 2.4
Name: pyverter
Version: 0.1.1
Summary: (Batch) Image resizer cli command based on Pillow
Keywords: cli,image,processing
Author: Grzegorz Śliwiński
Author-email: Grzegorz Śliwiński <fizyk+pypi@fizyk.dev>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: click
Requires-Dist: pillow
Requires-Python: >=3.12
Project-URL: Source, https://github.com/fizyk/pyverter
Project-URL: Bug Tracker, https://github.com/fizyk/pyverter/issues
Project-URL: Changelog, https://github.com/fizyk/pyverter/blob/v0.1.1/CHANGES.rst
Description-Content-Type: text/x-rst

A (batch) File converter
========================

Program that will help you convert a whole collection of files in a batch.

At this stage, it can resize Images with Pillow

Plan is to allow more and provide a plugin system to be able to allow even more.
