python-osutil
-------------

A wrapper for various shell based functions found in the os & shutil
modules.

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

Install via pip:

.. code:: bash

    pip install --user osuitl

OR just download the script and place it somewhere in your PYTHONPATH:

.. code:: bash

    wget -N https://raw.githubusercontent.com/PencilShavings/python-osutil/master/osutil.py

