Skip to content

pyrustic/jesth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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



Back to Jesth README

About

Demo for Jesth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages