Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 676 Bytes

README.rst

File metadata and controls

34 lines (19 loc) · 676 Bytes

Python Coreutils (PyCoreutils)

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

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

Usage

$ 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