Metadata-Version: 2.4
Name: simple_storage_python_module
Version: 1.1.4
Summary: A small, easy to use module that helps you store data easily.
Author-email: Andrew Abdelmalek <aa2@olprahraneast.catholic.edu.au>
License-Expression: MIT
Project-URL: Homepage, https://simple-storage-module.netlify.app
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Dynamic: license-file

# simple-storage

A tiny Python module for safely saving and loading JSON data.

## Install
```bash
pip install simple_storage_python_module
