Skip to content

Instantly share code, notes, and snippets.

View Jbonnett's full-sized avatar

Joshua Bonnett Jbonnett

View GitHub Profile
@Jbonnett
Jbonnett / cloudsearch.py
Created May 8, 2012 23:59 — forked from kopertop/cloudsearch.py
Modified version of cloudsearch.py: https://gist.github.com/2367039#file_cloudsearch.py ADDED python 2.6 support
"""
Modified version of cloudsearch.py as provided by https://gist.github.com/2367039#file_cloudsearch.py
"""
from math import ceil
import time
import json
import re
import boto
import boto.jsonresponse