``haste.py`` is a replacement for the Ruby haste client
=======================================================

A simple client to hastebin.com written in Python.

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

Use `pip <http://pip-installer.org>`_ or easy_install::

    pip install haste

Usage
=====

Text can be passed to haste via stdin or file. TTY is also supported.

::

    haste FILE
    cat FILE | haste

haste.py writes the hastebin.com paste URL to STDOUT.
