Python bindings for the Drafter library. It might also release the Kraken, so please be careful.
API Blueprint is Web API documentation language. You can find API Blueprint documentation on the API Blueprint site.
Simple api-blueprint to json parsing:
from drafterpy.blueprint import Blueprint
content = "# My API\n" \
"## GET /message\n" \
"+ Response 200 (text/plain)\n" \
"\n" \
" Hello World!\n"
bp = Blueprint(content)
bp.parse()
Any contributions and advices are welcome. Please report any issues at the Github Page.
MIT License. See the LICENSE file.