yahoo.search.factory (version 1.10, Mon Feb 26 09:01:07 MST 2007) | index /home/leif/hack/pysearch/yahoo/search/factory.py |
Search Factory - simple API to create search objects
This module implements a few convenience functions to make it easy and safe
to create search objects. This is not the most efficient way to use the web
services, but it's convenient. Future releases of the APIs will hopefully
also make this factory implementation less cumbersome.
Modules | ||||||
|
Functions | ||
|
Data | ||
SERVICES = {'album': (<class 'yahoo.search.audio.AlbumSearch'>, 'Search for a specific music album'), 'artist': (<class 'yahoo.search.audio.ArtistSearch'>, 'Information on a musical performer'), 'context': (<class 'yahoo.search.web.ContextSearch'>, 'Contextual Web Search'), 'image': (<class 'yahoo.search.image.ImageSearch'>, 'Image Search'), 'inlinkdata': (<class 'yahoo.search.site.InlinkData'>, 'Show pages linking to a specific page'), 'listfolders': (<class 'yahoo.search.myweb.ListFolders'>, 'Retrieving public MyWeb folders'), 'listurls': (<class 'yahoo.search.myweb.ListUrls'>, 'Retrieving public MyWeb URL stores'), 'local': (<class 'yahoo.search.local.LocalSearch'>, 'Local Search'), 'news': (<class 'yahoo.search.news.NewsSearch'>, 'News Search'), 'pagedata': (<class 'yahoo.search.site.PageData'>, 'Find all pages belonging to a domain'), ...} __author__ = 'Leif Hedstrom <leif@ogre.com>' __date__ = 'Mon Feb 26 09:01:07 MST 2007' __revision__ = '$Id: factory.py,v 1.10 2007/02/28 05:20:09 zwoop Exp $' __version__ = '$Revision: 1.10 $' |
Author | ||
Leif Hedstrom <leif@ogre.com> |