dovax/keepvariable ↗
Created Jan 2, 2021 · View the dovax/keepvariable repository page
A Python package keeping the values of variables between separate runs in a seamless and effortless way.
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
1
Lines of Code
14
From
Sep 7, 2020
To
Dec 31, 2020
About dovax/keepvariable
Keepvariable is a Python package designed to persist variable values across separate program executions without requiring significant additional code. It solves the problem of needing to maintain state between runs by providing a simple interface for storing and retrieving variables.
The package supports two primary storage backends: local file-based storage for simple use cases and Redis for more distributed or scalable scenarios. This flexibility allows developers to choose the appropriate persistence mechanism based on their application's needs, whether they're working on a small script or a larger system requiring shared state across multiple processes or machines.
The project is released under the MIT license and welcomes community contributions, making it suitable for developers looking for a lightweight solution to variable persistence in Python applications.
