KeepThis - helper tool for Data Scientists collaborative work. Cache artifacts and share them 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:
- Use same cache in different processes;
- Use same cache at the different moments of time;
- 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.
- Clone this repo
- Open repo's root path in terminal
- 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
Release history Release notifications | RSS feed
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.4.tar.gz
(3.2 kB
view hashes)