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
- Host: GitHub
- URL: https://github.com/davidfischer/pycoreutils
- Owner: davidfischer
- License: mit
- Created: 2016-11-03T04:52:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-01T02:49:47.000Z (about 9 years ago)
- Last Synced: 2025-04-30T22:52:22.683Z (8 months ago)
- Language: Python
- Homepage:
- Size: 3.52 MB
- Stars: 25
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: docs/contributing.rst
- License: LICENSE.txt
- Authors: AUTHORS.txt
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