Easily import values into python
Project description
PyVals
WARNING: THIS IS EXTREMLY HACKABLE, DO NOT USE IT FOR CLIENT INTERACTIONS!
File extension: *.val
Example
####values.val:
a=2
b="Hello World"
c=a
d=%math(2+2*2^2)
####main.py:
import pyvals
pyvals.vals_from(open("values.val").read())
# You need to re-import all the values after executing vals_from
from pyvals import *
# Yes, this variable did automatically generate
print(a)
print(b)
print(c)
print(d)
# output:
# 2
# Hello World
# 2
# 10
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
PyVals-1.0-py3-none-any.whl
(2.8 kB
view details)
File details
Details for the file PyVals-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: PyVals-1.0.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7a26c92b88cee3e58042dbc9f11c905a3ae75457ccbadca3db85fb22e62a1505 |
|
MD5 | 0990d8580eb1de274d04ed7c4c4ef4e1 |
|
BLAKE2b-256 | ce87fb57d356a7a8b2debd7c10f2fb74ff5eb582df940ddbf67731fc00614c52 |
File details
Details for the file PyVals-1.0-py3-none-any.whl
.
File metadata
- Download URL: PyVals-1.0-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.8.0 pkginfo/1.8.2 readme-renderer/32.0 requests/2.26.0 requests-toolbelt/0.9.1 urllib3/1.26.7 tqdm/4.62.3 importlib-metadata/4.10.1 keyring/23.5.0 rfc3986/2.0.0 colorama/0.4.4 CPython/3.10.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 64c96b62d64db2c34643c89ae83a258a557041655e0846302e8ea27aa77d98a2 |
|
MD5 | 9d8f7fafab38c440e2257a24bfd4fe13 |
|
BLAKE2b-256 | d67b483eb4588a04a39af4991f9b7088eea5191b72b97d61854291a319b9940b |