Simple package to pickle/unpickle data and write the output to a file/shell
Project description
This package is capable of
Sending a data to a pickled state
Unpickling the pickled data
There are two seperate functions
pickle_data(val1,val2) - Used to pickle the data
–>val1 - Data to be pickled (required) –>Val2 - name of the file to be written to (Optional)
unpickle_data(val1,val2,val3) - used to unpickle the pickled data
–>val1 - name of the pickled file (Required) –>val2 - Set it to ‘True’ if the output has to be written to a file (optional). Default is ‘False’(shell output) –>Val3 - name of the file to be written to (optional)
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
File details
Details for the file pickle_process-1.0.0.zip
.
File metadata
- Download URL: pickle_process-1.0.0.zip
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
13c096dab1870a1d608ac10cf9593523aa2e85446911154eac6e77daa65fd7ee
|
|
MD5 |
668949abf50a5edb01ae5a2fa7fbb4a2
|
|
BLAKE2b-256 |
e4852ecbb6fd84fe21a6b420239c33821ab1f850face5c7e788b5e36f947309d
|