Skip to main content

tiny convenience lib for dill

Project description

qdill

a VERY minimal python convenience library for dill

are you tired of writing with open(...) as f every time you try and use pickle/dill as you're hacking something together in python?

this is the library for you.

it defines some simple functions over dill so that you can just do

var = qdill.load(filename)
OR
qdill.save(thing, filename)

There's also a third defaultLoad function.

It checks if the file exists, and if the file doesn't exist, it saves the default thing to the file AND returns the default thing. i.e. var = qdill.defaultLoad(default_thing, filename)

you can read the code. it's all just ~25 lines in the __init__.py

if you need more fine-grained control of dill...
Don't use this 'library'

Project details


Release history Release notifications | RSS feed

This version

1.1

Download files

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

Source Distribution

qdill-1.1.tar.gz (1.5 kB view hashes)

Uploaded Source

Built Distribution

qdill-1.1-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