Skip to content

davidfischer/pycoreutils

Repository files navigation

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

About

A pure Python implementation of the UNIX coreutils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages