Package flickrapi :: Module tokencache
[hide private]
[frames] | no frames]

Module tokencache

source code

Persistent token cache management for the Flickr API
Classes [hide private]
  SimpleTokenCache
In-memory token cache.
  TokenCache
On-disk persistent token cache for a single application.
  LockingTokenCache
Locks the token cache when reading or updating it, so that multiple processes can safely use the same API key.
Variables [hide private]
  LOG = logging.getLogger(__name__)
  __package__ = 'flickrapi'