Skip to main content

Simple caching library for python

Reason this release was yanked:

0.12 is greater than 0.3 for somer easonm

Project description

Simple Caching

Small project to standardize storing (key, value) data for caching purposes.

Supported caching methods:

  1. Disk
    • NpyFS - Numpy array export
  2. Memory
    • DictMemory - keys are stored as dict keys and recalled from memory

TODO:

  • unit tests
  • caching algorithms (LRU, trees etc.) -- should be somehow independent of caching mechanism (memory, disk etc.)
  • more caching mechanisms: h5py, sqlite, torch arrays (?), pickle (?)

Project details


Download files

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

Source Distribution

python-simple-caching-0.12.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

python_simple_caching-0.12-py3-none-any.whl (3.9 kB view hashes)

Uploaded Python 3

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