Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyhuml

An experimental HUML parser implementation in Python.

Installation

pip install pyhuml

Usage

import pyhuml

# Parse HUML into Python data structures.
print(pyhuml.loads(huml_doc))

# Dump Python data structures into HUML.
print(pyhuml.dumps(obj))

License

Licensed under the MIT license.

About

Python library for parsing and dumping HUML documents

Resources

Stars

29 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages