Metadata-Version: 2.4
Name: saveable-objects
Version: 1.1.1
Summary: A python package for checkpointing, saving, and loading objects.
Project-URL: Homepage, https://github.com/Christopher-K-Long/saveable-objects
Project-URL: Documentation, https://saveable-objects.readthedocs.io/
Project-URL: Issues, https://github.com/Christopher-K-Long/saveable-objects/issues
Project-URL: Changelog, https://github.com/Christopher-K-Long/saveable-objects/blob/main/ChangeLog.md
Author-email: "Christopher_K._Long" <ckl45@cam.ac.uk>
Maintainer-email: "Christopher_K._Long" <ckl45@cam.ac.uk>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: checkpoint,checkpointing,load,loading,object,save,saveable,saving
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# saveable-objects
A python package for checkpointing, saving, and loading objects.

## Installation

The python package can be installed with pip as follows:
```bash
pip install saveable-objects
```

### Requirements:

Python >= 3.7

Packages:

- [NumPy](https://numpy.org/)
- [cloudpickle](https://github.com/cloudpipe/cloudpickle)

## Documentation

Documentation including worked examples can be found at: [https://saveable-objects.readthedocs.io/](https://saveable-objects.readthedocs.io/).

## Source Code

Source code can be found at: [https://github.com/Christopher-K-Long/saveable-objects](https://github.com/Christopher-K-Long/saveable-objects).


## Version and Changes

The current version is [`1.1.1`](ChangeLog.md#release-111). Please see the [Change Log](ChangeLog.md) for more
details.