Metadata-Version: 1.0
Name: PyJoke
Version: 0.1.5
Summary: PyJoke: Fetch your jokes in Python.
Home-page: http://pypi.python.org/pypi/PyJoke/
Author: Laurent Fite
Author-email: laurent.fite@gmail.com
License: LICENSE.txt
Description: ===========
        PyJoke
        ===========
        
        PyJoke is a package for fetching the perfect joke in a database.
        You give a sentence, you get a joke. Isn't that great? Common usage is::
        
            #!/usr/bin/env python
        
            from pyjoke.PyJoke import *
        
            p = PyJoke("keywords listed as such")
            print p.getTheJoke()
        
Platform: UNKNOWN
