Pickle data an store it
Project description
Picklachu
Pickle data and store it somewhere
2 built-in storage types
- S3
- local filesystem
More can be derived from BaseStorage
Usage
Persisting data:
from picklachu import Picklachu
with Picklachu(LocalStorage('/tmp/')) as picklachu:
picklachu.i_pickle_you({'foo':'bar'}, 'foobar')
Retrieving data:
from picklachu import Picklachu
with Picklachu(LocalStorage('/tmp/')) as picklachu:
picklachu.evolve('foobar') # will return {'foo', 'bar'}
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
picklachu-0.0.3.tar.gz
(2.2 kB
view details)
Built Distribution
File details
Details for the file picklachu-0.0.3.tar.gz
.
File metadata
- Download URL: picklachu-0.0.3.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb2520a83830cd60fe5dd4eed8f6fd20402410fb21ce811807a270cb8c1a5282 |
|
MD5 | 4eecc6faa2b2b9814a02da623503e714 |
|
BLAKE2b-256 | c5f5c1e08f181ee819af716e7920c4c2cc6f9e095ac89d900b2c04a685933311 |
File details
Details for the file picklachu-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: picklachu-0.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.5.0 requests-toolbelt/0.8.0 tqdm/4.25.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dad6ff38c462c670aca98e11ab521de6924db57d4f72bb88ac736f37a4880da6 |
|
MD5 | 0062d1746b6fcf846a7016298f1f56bf |
|
BLAKE2b-256 | df8e5ddf69ca9d36df1f1de636de78a33695d685e55ef74ab606b4f2e640d473 |