github.com/dovax/keepvariable ↗
A Python package keeping the values of variables between separate runs in a seamless and effortless way.
Open this visualization on its own page →
Contributors
1
Lines of Code
14
From
2020-09-07
To
2020-12-31
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.