Skip to content

Pure python reference implementation of the freshly baked markup language

License

Notifications You must be signed in to change notification settings

nayas360/BracesML

Repository files navigation

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

About

Pure python reference implementation of the freshly baked markup language

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages