Metadata-Version: 2.4
Name: pycoreutils
Version: 0.1.0a0
Summary: Coreutils in Pure Python
Home-page: http://pypi.python.org/pypi/pycoreutils
Author: Hans van Leeuwen
Author-email: hansvl@gmail.com
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: System :: Shells
Classifier: Topic :: Utilities
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: summary


PyCoreutils is a pure Python implementation of various standard
UNIX commands, like `ls`, `cp` and `sleep`. It also contains a shell-like
environment which will make Unix-users feel right at home on the Windows
command-prompt.
