Skip to main content

cached(function) - cache function

Project description

https://img.shields.io/badge/Language-Python-blue.svg?style=plastic https://img.shields.io/pypi/pyversions/cached.svg https://img.shields.io/pypi/v/cached.svg

https://api.codacy.com/project/badge/Grade/cfa863da31c84f0bab4065f12dc3f061 https://codeclimate.com/github/russianidiot/cached.py/badges/gpa.svg https://landscape.io/github/russianidiot/cached.py/master/landscape.svg?style=flat https://scrutinizer-ci.com/g/russianidiot/cached.py/badges/quality-score.png?b=master

Install

`[sudo] pip install cached`

Usage

>>> from cached import cached

>>> cached(func)()

Examples

>>> def func(*args,**kwags):
        print('log')
        return "result"

>>> cached(func)()
log
'result'
>>> cached(func)() # cached :)
'result'

Feedback github_follow github_issues

Download files

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

Source Distribution

cached-0.0.31.tar.gz (2.3 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