Metadata-Version: 1.0
Name: Bananas
Version: 0.1.0
Summary: My Bananas project. Learning how to use project skeletons and make packages.
Home-page: http://pypi.python.org/pypi/Bananas/
Author: Huyen Tran
Author-email: hey.huyen@gmail.com
License: UNKNOWN
Download-URL: http://pypi.python.org/pypi/Bananas/
Description: ===========
        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>
        
Platform: UNKNOWN
