Metadata-Version: 2.1
Name: magic_storage
Version: 1.0.0
Summary: Small Python 3 library providing wrapper classes for storage (caching) of test resources (and unintentionally other types of resources too).
Home-page: https://github.com/Argmaster/magic-storage
Author: argmaster.world@gmail.com
Author-email: argmaster.world@gmail.com
License: MIT
Project-URL: GitHub, https://github.com/Argmaster/magic-storage
Keywords: python-3,python-3.9,python-3.10
Classifier: Intended Audience :: Developers
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE
License-File: AUTHORS

# magic_storage

[![imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
[![Python: 3.9+](https://img.shields.io/badge/Python%20-3.9%2B-green)](https://www.python.org/)

Magic storage is a Python package providing wrapper classes for storage (or
rather caching) resources, primarily those used in tests. However classes
available here are quite universal, despite their slight test-conformability
tint.

It aims to make caching test resources clean and easy, to require minimal
amount of boilerplate and possibly simple structure of stored data.

## Installing

Install and update using pip:

```
$ pip install -U magic_storage
```

# Documentation

Online documentation is available on
[Github pages](https://argmaster.github.io/magic-storage/).
