Skip to content

huml-lang/pyhuml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyhuml

An experimental HUML parser implementation in Python.

Installation

pip install pyhuml

Usage

import pyhuml

// Parse HUML into JS data structures.
print(pyhuml.loads(huml_doc))

// Dump JS data structures into HUML.
print(pyhuml.dumps(obj))

License

Licensed under the MIT license.

About

Python library for parsing and dumping HUML documents

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages