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
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.4.tar.gz
(1.6 kB
view details)
Built Distribution
vvar-0.4-py3-none-any.whl
(2.8 kB
view details)
File details
Details for the file vvar-0.4.tar.gz
.
File metadata
- Download URL: vvar-0.4.tar.gz
- Upload date:
- Size: 1.6 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 | 44d591e5e263669e21e02f60fa966ae728805788167dbf0bfe844db43624bcb3 |
|
MD5 | 0f277392e9a8737079ab5e044d6eb020 |
|
BLAKE2b-256 | dde773348b17183fda8df696a49bb01210d6e7f5f453760f0f1c985e46b4ead3 |
File details
Details for the file vvar-0.4-py3-none-any.whl
.
File metadata
- Download URL: vvar-0.4-py3-none-any.whl
- Upload date:
- Size: 2.8 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 | fc02fe83714241b5a03301478cce4eeef39cedda8e932f0b4882d2ea71b6c319 |
|
MD5 | 6bfec8f8dfe539cfa722223cc3fe51ef |
|
BLAKE2b-256 | 8c5119b1beff5f30061add0730ece13f71ed1cf542fc1764f166f6186ffba79c |