A Python package for handling variables, also my first library. I hope you enjoy! You can create, clear, write to, delete and read variables. Safely.
Project description
variables_plus
A simple Python library to create, clear, read, write and delete variables in multiple sandboxes.
This is my first python library :D
Commands:
vp.vp("create(variable=something)") # Remove =something to create a blank variable.
vp.vp("clear(variable)") # Leave clear() empty to clear all variables.
vp.vp("delete(variable)") # Variable needs to exist.
vp.vp("read(variable)") # Doesn't print it. Use print(vp.vp("read(variable)")) to print the variables contents.
vp.vp(“write(variable=something)”) # Variable needs to exist.
vp.vp("SANDBOX()") # Add a number between the brackets for the sandbox ID.
!NB!
Use: pip install variablesplus
But, to import it: import vp
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
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 variablesplus-3.1.0.tar.gz.
File metadata
- Download URL: variablesplus-3.1.0.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c969ee456db3a6b18fae23bba42984690645d2549c8cd6da32276b19e0758c24
|
|
| MD5 |
ce1919f16fd9b9ed7b12dc9acf2f07d7
|
|
| BLAKE2b-256 |
3d6771de78eb769f50994e7a9a2073dc8ea84c5f73b41b3a24a161b4144da5ff
|
File details
Details for the file variablesplus-3.1.0-py3-none-any.whl.
File metadata
- Download URL: variablesplus-3.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fbb2c55e77b9c2f292fccfc9d527ad3d9f757ca801a2e84eb5fbc085ba9face6
|
|
| MD5 |
1382c7776cf29c264deaf95d572b7a7e
|
|
| BLAKE2b-256 |
4093732d344bd6898bca2ef7da34dcdf794de590a447e758e5a34d960b6f3221
|