Metadata-Version: 2.1
Name: casher
Version: 0.5.0
Summary: Module for creating cache files, folders and etc
License: MIT
Author: assertionLimit
Author-email: markushasorokin@yandex.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: toml (>=0.10.2,<0.11.0)
Description-Content-Type: text/markdown


# Casher - in development

1. [License](LICENSE.rst)

Python small module for creating cache files, folders and etc. Main purpose is to save data from
class, dict, object to local file and fast load it when required.

Primary usage is wrapping functions and classes for creating cache files.

