Archived
This project has been archived by its maintainers, and is no longer receiving any updates.
API Blueprint Parser for Python
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.
Example
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()
Contribution
Any contributions and advices are welcome. Please report any issues at the Github Page.
License
MIT License. See the LICENSE file.
Release files for DrafterPy 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| DrafterPy-0.1.2.tar.gz | 3.1 kB | Details |
Release files / DrafterPy-0.1.2.tar.gz
| Download URL | DrafterPy-0.1.2.tar.gz |
|---|---|
| Size | 3.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f5f1fbb46c6939bc669d6a611d3ad8f2c59d72bf1c0e7242d21cffe14d1fa6ed
|
|
BLAKE2b-256 checksum How to use checksums |
2d80d1e9c25955675b7c24b5caad587f7c85fdff9b614d402ec9ec99e926200b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |