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.
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.
bracesML specification v0.0.1 - see bracesML specification file for details
- Sayan Dutta - Initial Work - nayas360
This project is licensed under GPLv3 - see the LICENSE.md file for details