A Python package for processing data from .zenf files.
Project description
A Python package providing useful and important features to process data from .zenf files and to parse them to local python types.
Simple Use
Read Var from .zenf file
Test.zenf File
["TestVar"] = Hello;
Main.py File
from zendatastorage import Interpret
with open("Test.zenf", "r") as f:
VarDict = Interpret(f)
print(VarDict["TestVar"])
Output
Hello
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 zendatastorage-1.0.101.tar.gz.
File metadata
- Download URL: zendatastorage-1.0.101.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3b08c9677c26e5e9b8b79b6d7135a546e3571f259245ef1782062a538e65a88
|
|
| MD5 |
e32d067d923f22509e9b7d9f46af7175
|
|
| BLAKE2b-256 |
a7eb5c1bbb3e54abaf76dd89540195c57444e69ad2b0cc39033fa2c67fa27a0b
|
File details
Details for the file zendatastorage-1.0.101-py3-none-any.whl.
File metadata
- Download URL: zendatastorage-1.0.101-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f496dff646f8015eb7166315bbd3fb41352c26c63977e8c094bf85ee21f9df8f
|
|
| MD5 |
9ecbbd0edb185a6f0adf581d5f616d36
|
|
| BLAKE2b-256 |
4c2a8573b2643b1b52508f2855c6e71d2541a62f83f02095d840473d8acd10d9
|