FrozenClass

This library was created in order to be able to save classes with a single line, as well as load them!

Pypi version Python versions Size Pypi version

Testing status Linting Documentation Status


Frozenclass is a library for convenient storage of class variables and their subsequent loading in Python.

Have you ever used self-written methods like save_as_file or load_from_file that took up a lot of space and were pretty hard to write? Forget! The frozenclass library will take care of that! Now use just one function instead of that unwieldy code!

Also, this library, using its decorator, will be able to automatically save the changes made to the class, and then, the next time the class object is created, load them from a file and install them in the class!

Table of contents