Skip to main content

KeepThis - data scientist helper, tool for caching artifacts which allow easily to share it with your teammates.

Project description

KeepThis

About project

Scientific toolkit which will inspire you and your team to work with more collaboration than ever before.

It works almost like LRU Cache but allows you:

  1. Use same cache in different processes;
  2. Use same cache at the different moments of time;
  3. Easily share your local runtime's results with your teammates!

Using memcached as a backend allows you to cache really large things.

Try it!

How to install

Install the package.

  1. Clone this repo
  2. Open repo's root path in terminal
  3. Install package using pip install -e .

Please ensure that you have memcached instance. I recommend you to use docker image for your first-time interactions with library:

docker run -d --rm -p 11211:11211 memcached

More information about docker image

More examples

You can find out usages of KeepThis in examples/ and notebooks/

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

keepthis-0.0.2.2.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

keepthis-0.0.2.2-py3-none-any.whl (4.6 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