Eric Plaster

Results 4 issues of Eric Plaster

Could we get some examples? If not in an examples directory then in the documentation. For example, I'm having a hell of a time getting `lock_key` to actually work the...

Allows for custom serialization/deserialization and defaults to the built json encoder/decoder. This also sets the encoder/decoder for all places `json.dump(s)` and `json.load(s)` is used (i.e. `gen_unique_id`). This allows you to...

I would like to be able to use arguments for the buildout command. For example, currently I'm doing: `buildout -c dev.cfg` to run buildout in a dev environment. My suggestion...

Switching from python 3.5 to python 2.7 gives the following error: `ValueError: unsupported pickle protocol: 3` Best way to reproduce this is running the tests with tox: ``` [tox] envlist...