wL is a markup metalanguage designed to store arbitrary data in a format that is both human-readable and machine-readable.
The design goals of wL emphasize elementary simplicity, generality, stability, and usability across all programming language. Plus, wL format does not contain no data specialisation or typing, for a linear read.
wL's python module contain two files, wL.py
and wL-demo.py
. wl.py
contain module, functions and wL class ; while wL-demo.py
contain a small demo of wL pack / unpack.
WIP
wL is an open-source format defined by this conventions.
wL python module license is CC-BY-SA
(4.0
).