Read and write pickles to a single file
Project description
Overview
picklejar is 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
As of version 3.0.0, picklejar is compatible with the latest versions of Python3, and PyPy3!
Installation/Getting Started
The most straightforward way to get the picklejar module working for you is:
pip install picklejar
Documentation
All documentation for using picklejar can be found at ReadTheDocs
Contributing
Comments and enhancements are very welcome. To install picklejar for development purposes, first install Poetry and then run:
poetry install --with dev
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.
Building Documentation Locally
To install the packages required and build the Sphinx Documentation simply:
make docs
This will install all the requirements to work on picklejar and then build the HTML documentation. To open the docs in your default browser, simply run:
open docs/build/html/index.html
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file picklejar-3.1.0.tar.gz
.
File metadata
- Download URL: picklejar-3.1.0.tar.gz
- Upload date:
- Size: 17.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/5.15.0-1028-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d2b610bf31a307d5eb90b692770c0a16e549c4e9f78b8f6279251aca1101427 |
|
MD5 | d5ea004e560ca865f268cd4f439d316c |
|
BLAKE2b-256 | 89f5c969433ce72725bd85f5fec1bcb5a298ee022c5ff0474c3c3a4f4e2d4673 |
File details
Details for the file picklejar-3.1.0-py3-none-any.whl
.
File metadata
- Download URL: picklejar-3.1.0-py3-none-any.whl
- Upload date:
- Size: 18.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.3.2 CPython/3.11.2 Linux/5.15.0-1028-aws
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f145f11cee1bb69dc6e695b8dcbca916dcc62b43f013a6919d77def182631ce |
|
MD5 | 310310f9752021dc0e1ef8356e3e17cf |
|
BLAKE2b-256 | fa3ec9e3f95a68c49a3c20466e80cf6a7075fb77fd6fc71f42053757d7df8a2a |