Metadata-Version: 2.1
Name: csvmove
Version: 0.2.3
Summary: CLI utility that moves files based on columns in a csv
License: GPL-3.0-or-later
Author: João Fauvel
Author-email: jmmfauvel@gmail.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: pandas (>=2.1.3,<3.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: typer (>=0.9.0,<0.10.0)
Description-Content-Type: text/markdown

# csvmove
CLI utility that moves files based on columns in a csv.
