pycoreutils icon indicating copy to clipboard operation
pycoreutils copied to clipboard

A pure Python implementation of the UNIX coreutils

Python Coreutils (PyCoreutils)

PyCoreutils is a pure Python implementation of standard UNIX commands similar to what is provided by the GNU Coreutils_.

.. _GNU Coreutils: https://www.gnu.org/software/coreutils/coreutils.html

NOTE: this is under active development and is not ready for general consumption yet. Not all of the coreutils commands are implemented.

Usage

.. code-block:: bash

$ pycoreutils           # Show a list of all commands
$ pycoreutils whoami
$ pycoreutils uniq --help

Installation

Coming soon to a PyPI near you...

Documentation

Coming soon to Read the Docs