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.
$ pycoreutils # Show a list of all commands
$ pycoreutils whoami
$ pycoreutils uniq --help
Coming soon to a PyPI near you...
Coming soon to Read the Docs