Metadata-Version: 2.0
Name: sheller
Version: 1.0.0
Summary: An even better way to run shell commands in Python.
Home-page: http://github.com/brandones/shell
Author: Daniel Lindsley
Author-email: daniel@toastdriven.com
License: BSD
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: System :: Shells
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3

=======
sheller
=======

"""An even better way to run shell commands in Python."""

It's just a fork of shell_ with
`die` and `verbose` set to default to `True` so that it behaves a whole
lot like regular shell scripting.


.. _shell: https://github.com/toastdriven/shell


Installation
============

Using ``pip``, simply run::

    pip install sheller


License
=======

idk, ask `Daniel Lindsley <https://github.com/toastdriven>`_



