Metadata-Version: 2.1
Name: pycp
Version: 8.0.8
Summary: cp and mv with a progressbar
Home-page: http://github.com/dmerejkowsky/pycp
Author: Dimitri Merejkowsky
Author-email: d.merej@gmail.com
License: COPYING
Platform: UNKNOWN
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
Requires-Dist: attrs
Provides-Extra: dev
Requires-Dist: path.py ; extra == 'dev'
Requires-Dist: pycodestyle ; extra == 'dev'
Requires-Dist: pyflakes ; extra == 'dev'
Requires-Dist: pylint ; extra == 'dev'
Requires-Dist: mccabe ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Requires-Dist: bumpversion ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'

pycp: cp and mv with a progressbar
==================================

.. image:: https://travis-ci.org/dmerejkowsky/pycp.svg?branch=master
  :target: https://travis-ci.org/dmerejkowsky/pycp
.. image:: http://img.shields.io/pypi/v/pycp.png
  :target: https://pypi.python.org/pypi/pycp
.. image:: https://img.shields.io/github/license/dmerejkowsky/pycp.svg
  :target: https://github.com/dmerejkowsky/pycp/blob/master/LICENSE


What it looks like:

.. image:: https://raw.githubusercontent.com/dmerejkowsky/pycp/master/scrot/pycp.png
  :target: https://github.com/dmerejkowsky/pycp


See ``pycp --help`` for detailed usage.

Development happens on `github <https://github.com/dmerejkowsky/pycp>`_


Installation
------------

``pycp`` works both for any version greater than Python 3.4, and is installable with
``pip``.


For ``Archlinux,`` a ``PKGBUILD`` is also available on ``AUR``


Notes
-----

* Implementation heavily inspired by the wonderful library ``progressbar`` by Nilton Volpato.

* I also maintain a similary tool written in rust called `rusync <https://github.com/dmerejkowsky/rusync>`_. It has a different set of features (so you may want to stick with pycpy), but is much faster.

* If you are looking for a ncurses-based solution, vcp maybe the right choice
  for you http://www.freebsdsoftware.org/sysutils/vcp.html

* If you are looking for a more general solution to display progress bars when
  performing command-line operations, see clpbar: http://clpbar.sourceforge.net/


