Skip to main content

A package for handling pickle binary files

Project description

hPickle

A package for handling pickle binary files

pip install py-hPickle

Example :

import hPickle

data = hPickle.load('example.bin')
print(data)
print()

data['test'] = 100
data = hPickle.save('example.bin', data)
print(data)
print()

check = hPickle.check('example.bin')
print(check)

Output :

{
    'test' : 0
}

{
    'test' : 100
}

True

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

py_hPickle-1.0.0-py3-none-any.whl (14.2 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