cachejar

File based cache for objects derived from files or urls


License
Apache-2.0
Install
pip install cachejar==0.3.0

Documentation

cachejar

Cash Jar

A cache management system for the object representation of url's or files. cachejar provides caching for data intensive processing applications that want to cache the results of long or large processing steps.

Latest Version Pyversions License

Version History

  • 0.1.0 - Initial drop
  • 0.2.0 - Fairly complete refactor based on use cases
  • 0.3.0 - Added directory level signatures

See Jupyter notebook examples and for Jupyter notebook documentation further information.