An easy-to-use, but feature-rich solution to storing settings.
Supports random value generation, encrypted values and fields hidden by default with an automatic IO operations to an ini file.
Features in this release:
- dataclass decorator
- Types for generating values at runtime
- RandomString[length]
- RandomFloat[min_value, max_value]
- RandomInt[min_value, max_value]
- Encrypted[type]
- Hidden[type]