A package to manage variables in a JSON file
Project description
Mi Paquete
Este es un paquete en Python para gestionar variables y almacenarlas en un archivo JSON.
Como usar
from dualcode import saveVar, deleteVar, seeAllVar, getVar
hola = 10 adios = 20 saveVar(hola) saveVar(adios)
print(seeAllVar()) # Shows all saved variables
x = getVar('hola') # Returns 42 print(x)
deleteVar('adios') print(seeAllVar()) # Shows all saved variables
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 dualcode-2.0.0.tar.gz.
File metadata
- Download URL: dualcode-2.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78dec7367513f4017c9b520d46040ac2b0e14859adc0553ed517043ad4b82884
|
|
| MD5 |
d269713f0496ee577ba46fcd91f5da49
|
|
| BLAKE2b-256 |
7b32c07e60b2394c282f433adbef24c34680647301197896abecc4283350220c
|
File details
Details for the file dualcode-2.0.0-py3-none-any.whl.
File metadata
- Download URL: dualcode-2.0.0-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e6b7e417ac8f323066219900e9bb68c1c0af4f9332f26da9a041c4fe7d68f825
|
|
| MD5 |
8e7bfa71626afdd101c6329de80de1be
|
|
| BLAKE2b-256 |
e17a96c48ba8cc48f66ae947b1e6b73a9c2a734d097ecf55775fc0efcfae7f9f
|