Skip to content

sottom/mezmorize

 
 

Repository files navigation

mezmorize: A python function memoization library heavily inspired by Flask-Cache.

travis versions pypi

License

mezmorize is distributed under the BSD License.

Environment Variables

  • CACHE_DIR: the directory your cache will be stored in. The default is the following python code: os.path.abspath(os.path.dirname(__file__))

About

Memoization for python functions (based on Flask-Cache)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.0%
  • Shell 5.0%