Metadata-Version: 1.1
Name: pycp
Version: 4.3
Summary: cp with a progressbar
Home-page: http://sd-5791.dedibox.fr/prog/pycp.txt
Author: Yannick LM
Author-email: yannicklm1337 AT gmail DOT com
License:  GPL
Description: 
        Having a progress bar while transferring files
        
        Main idea : forking the file transfer in background, while reading size of
        sources and destinations.
        
        Module is called pycp because only copy was supported at the beginning
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Shells
Requires: progressbar
