This is a demo for Jesth, the next-level human-readable data serialization format !
This repository contains a Jesthfile and a Python script to load its contents. You are invited to play with this script and the Jesthfile.
Following are commands to setup the demo:
# create and activate a virtual environment
python -m venv venv
source venv/bin/activate
# install Jesth
pip install jesth
# clone the demo then change into its directory
git clone https://github.com/pyrustic/jesth-demo.git
cd jesth-demo
# run the demo script
python -m script
# deactivate the virtual environment
deactivate