Metadata-Version: 2.1
Name: cache-function-deepakmishra
Version: 0.0.1
Summary: A small decorator which helps cache a result of a function
Home-page: https://github.com/deepakmishra/cache_function
Author: Deepak Mishra
Author-email: deepakmishra117@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: Freeware
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Cache Function

You can use this python decorator
[Github-flavored Markdown](https://github.com/deepakmishra/cache_function/)
to cache a result of a function.

