Skip to main content

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 OFHandlers as OFH

x=[i for i in range(4)]

#save object to local file system.
OFH.save_object(path="./x.file",object=x)

#load object to current python environment
x_loaded=OFH.load_object(path="./x.file")

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

simpler-pickle-0.0.1.tar.gz (1.6 kB view hashes)

Uploaded Source

Built Distribution

simpler_pickle-0.0.1-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

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