Skip to main content

Python REST API Cache

Project description

I wrote this so I could stop abusing people’s REST APIs whenever I was developing tools. Currently this will only cache GET requests, and nothing else. If you want more features, let me know!

Quick Usage:

from restcache import QueryCache
qc = QueryCache()
qc.json_query('https://bitbucket.org/api/1.0/repositories/galaxy/galaxy-central/tags/')

The json_query call makes a urllib2 request, and stores it in .cache/{base64 encoded url}.

On initialization, QueryCache will check through the cache directory and load any files.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

restcache-1.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page