variable save/load package by Point from Symbs Studios
Project description
Description
Variable-Store is a simple Package intended to be used to store dictionaries of either single or multiple variables, these being either int, str or bytes, it stores these as encoded binary within a files with both a custom filename and encoding
usage examples:
saving:
var_write_normalized("yes.txt", save_data)
loading:
save_data = var_read_normalized("yes.txt")
data format example:
varables_to_save = {
"var1": "7X4554",
"var2": 765,
"var3": b"8|=5235jda2"
}
variables_loaded = {
"var1": "7X4554",
"var2": 765,
"var3": b"8|=5235jda2"
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Vstore-0.1.0-py3-none-any.whl.
File metadata
- Download URL: Vstore-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a0d72a2dfc8905bcfee1efc8f7bf9c3d18a5e89090d44f75473d416d0f4f54e
|
|
| MD5 |
222dcbda21af6440c1d779479bc5718c
|
|
| BLAKE2b-256 |
53f834de593ef410959b379747047aac26a1b62f6e2bf3297872ec9c76234934
|