Skip to main content

Simple package to pickle/unpickle data and write the output to a file/shell

Project description

This package is capable of

  1. Sending a data to a pickled state

  2. 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pickle_process-1.0.0.zip (1.6 kB view hashes)

Uploaded Source

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