Skip to main content

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


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

If you're not sure about the file name format, learn more about wheel file names.

Vstore-0.1.0-py3-none-any.whl (3.2 kB view details)

Uploaded Python 3

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

Hashes for Vstore-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7a0d72a2dfc8905bcfee1efc8f7bf9c3d18a5e89090d44f75473d416d0f4f54e
MD5 222dcbda21af6440c1d779479bc5718c
BLAKE2b-256 53f834de593ef410959b379747047aac26a1b62f6e2bf3297872ec9c76234934

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page