pysolr

pysolr 3.3.3 updated

It provides an basic interface that queries the server and returns results based on the entered query.Features:Basic operations such as selecting, updating & deleting. Index optimization. "More Like This" support (if setup in Solr). Spelling...

Differences between django-tastypie-with-uploads-dummycache-error500 and Django Tastypie are:This version includes three patches that have been submitted as pull requests to the creators of Django Tastypie:- 6bf187d > if an Error 500 occurs, the message...

read more

django-tastypie-with-file-upload-and-model-form-validation is a version of Django Tastypie fixed with File Upload and ModelFormValidation.What's It Look Like?A basic example looks like:# myapp/api.py# ============from tastypie.resources import...

read more

django-haystack is a plugin that offers pluggable search for Django.Find the needle you're looking for!Search doesn't have to be hard. Haystack lets you write your search code once and choose the search engine you want it to run on. With a familiar API...

read more
friendlydb

friendlydb 2.0.0

friendlydb is a fast & small following/followers database written in Python. It can be either used directly from your Python code or over HTTP with small web API.FriendlyDB isn't meant to be a full user system; it should be used to augment an...

toastbot

toastbot 0.4.1

toastbot is a clean, extensible IRC bot using Python, irckit, gevent & requests.UsageCreate your own ``bot.py`` file & drop in:    import toastbot    bot = toastbot.ToastBot('myircbot', '#myircchannel')   ...