simpler pickle code
Project description
Object File Handlers
A wrapper for writing simpler pickle code. save and load python objects in one line.
To save a python object to file system.
from OFHandlers import save_object, load_object
x=[i for i in range(4)]
#save object to local file system.
save_object(path="./x.file",object=x)
#load object to current python environment
x_loaded=load_object(path="./x.file")
Installation
pip install simpler-pickle
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
simpler-pickle-0.0.2.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simpler-pickle-0.0.2.tar.gz.
File metadata
- Download URL: simpler-pickle-0.0.2.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d74cd828ee3e1e9acd35f17cc1487496b58d6cb659ac9d5e6e2ccb480f8e8ef5
|
|
| MD5 |
19e429a2d15d38dffdaaad36169243ce
|
|
| BLAKE2b-256 |
78fb0f2b8606b5b228870695630f4de4a027d378fb7ea2ddcebdec45d58bba05
|
File details
Details for the file simpler_pickle-0.0.2-py3-none-any.whl.
File metadata
- Download URL: simpler_pickle-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1ad7e0b340aac432c8305b49b6ed81842ef19398ea341e4ad5df46e59fed9495
|
|
| MD5 |
8c2e93d4b352f0d8ab804ac363c10c27
|
|
| BLAKE2b-256 |
2f001e2e88d99e711de47434edce5f2cd0e1f465bd3d5898601a74f68177e580
|