Skip to content

lilymonad/pyshaun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

pip install pyshaun

How to use quickly

import pyshaun

raw = pyshaun.load('{ hello : "world" }')
from_file = pyshaun.load_file('myfile.sn')

print(raw['hello'])
print(from_file)

About

SHAUN implementation in Python 3.0

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages