===========
Bananas
===========

**Bananas** is modeled after *Towel Stuff*. It provides such and such and so and so.
You might find it most useful for tasks involving <x> and also <y>. Typical usage
often looks like this::

    #!/usr/bin/env python

    from bananas import peel

    if peel.has_peel():
        print "You have a banana peel."


Scripts
=========

This package contains 1 script:

* this-is-bananas.py

Thanks
=========

* Zed A. Shaw for writing *Learn Python the Hard Way*
* This guide: <http://guide.python-distribute.org/creation.html>
