An open API service indexing awesome lists of open source software.

https://github.com/davidfischer/pycoreutils

A pure Python implementation of the UNIX coreutils
https://github.com/davidfischer/pycoreutils

Last synced: 8 months ago
JSON representation

A pure Python implementation of the UNIX coreutils

Awesome Lists containing this project

README

          

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