Virtual user-persistent variables, accessible via an environment object
Project description
VVar-Python
Description
Simple python module to save and load user-persistent strings, that will stay after application stop. Note that the variables will be stored unencrypted.
Usage
import vvar
# Store
vvar.example_var = "Example String"
# Read
print(vvar.example_var)
# Output: Example String
# Delete
del vvar.example_var
# Use the oenv to store any variable which can be serialized via pickle
vvar.oenv.example_obj = ["hello", "world"]
Installation
pip install vvar
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 Distribution
vvar-0.5.tar.gz
(1.8 kB
view details)
Built Distributions
vvar-0.5-py3.6.egg
(3.4 kB
view details)
vvar-0.5-py3-none-any.whl
(3.0 kB
view details)
File details
Details for the file vvar-0.5.tar.gz
.
File metadata
- Download URL: vvar-0.5.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1602bba488c4c72830deba7dbf68815a2b91c53105d2514eb6e24d58cf77837 |
|
MD5 | e888528dd2e9c76c38890d03139fcf7c |
|
BLAKE2b-256 | 49dd048707728890d4dd1ef6e62cd2541f61edd2326958c574076875e7bde734 |
File details
Details for the file vvar-0.5-py3.6.egg
.
File metadata
- Download URL: vvar-0.5-py3.6.egg
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0c8ef99e74bcb3a78404a7a87c25344532ffa5dc79de1010845d7ad27e42d9d6 |
|
MD5 | 2112d7f184a143572fe025f313386fc7 |
|
BLAKE2b-256 | 712bd793c19f0313a922f6a71b8c1f2e9b421d8f8e7282f27111664dd2f72f26 |
File details
Details for the file vvar-0.5-py3-none-any.whl
.
File metadata
- Download URL: vvar-0.5-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 36fa6f49719a87b11b59a5cdcf6f2419139dd7c5d4c28f2e4743467d228dc4d3 |
|
MD5 | 2627dd0f88a0925a4b50dadeea7f054d |
|
BLAKE2b-256 | c113b4848af1276cd491f5a9d94e56e7c1b6425ed298340aefb934c9b80f874e |