Metadata-Version: 2.1
Name: gcp
Version: 0.2.0
Summary: An advanced file copy tool loosely inspired from cp
Home-page: https://code.lm7.fr/mcy/gcp
Author: Goffi (Jérôme Poisson)
Author-email: goffi@goffi.org
Maintainer: Matteo Cypriani
Maintainer-email: mcy@lm7.fr
License: GPL-3+
Keywords: file copy
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: PyGObject
Requires-Dist: dbus-python


**gcp** is a command-line tool to copy files, loosely inspired from the `cp`
command, but with higher-level functionalities such as progress bar, copy
continuation on error, logging to know which files were successfully
copied, name mangling to workaround filesystem limitations (FAT), unique
copy queue, copy list management, etc.

