Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 882 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 882 Bytes

BracesML.py

The freshly baked markup language sprinkled with curly braces instead of ankle brackets. This is an official pure python reference implementation based on bracesML specification.

Getting Started

By default importing the library imports the BracesML parser

import braces
bml_root = braces.Parser('sourceFile.bml').parse()

The bml_root contains the root element in the sourceFile.bml document. Take a look at the bracesML specification file for further details on the usage and implementation.

Version

bracesML specification v0.0.1 - see bracesML specification file for details

Authors

License

This project is licensed under GPLv3 - see the LICENSE.md file for details