Skip to content

isaiah1112/picklejar

Repository files navigation

logo

Python Tests

A python module that allows you to work with multiple pickles while reading/writing them to a single file/jar.

License

picklejar is released under the GNU Lesser General Public License v3.0, see the file LICENSE and LICENSE.lesser for the license text.

Compatibility

I attempt to maintain support for all Supported versions of Python.

Installation/Getting Started

The most straightforward way to get the picklejar module working for you is:

pip install picklejar

or, for a local installation (after cloning the repo):

make install

Documentation

All documentation for using picklejar can be found at ReadTheDocs

Contributing

Code contributions are encouraged: please feel free to fork the project and submit pull requests to the develop branch.

Report any issues or feature requests on the BitBucket bug tracker. Please include a minimal (not-) working example which reproduces the bug and, if appropriate, the traceback information. Please do not request features already being worked towards.

Testing

To run the tests for picklejar locally with your installed version of python, simply run:

make test

To run tests across different versions of Python via Docker, install and start Docker, then run:

make docker-test-all

About

A Python module that allows a user to read multiple pickles from a single file

Resources

License

GPL-3.0, LGPL-3.0 licenses found

Licenses found

GPL-3.0
LICENSE
LGPL-3.0
LICENSE.lesser

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors