GET /api/v1/ports/py36-myst-parser/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"name": "py36-myst-parser",
"portdir": "python/py-myst-parser",
"version": "0.16.1",
"license": "MIT",
"platforms": "darwin",
"epoch": 0,
"replaced_by": null,
"homepage": "https://github.com/executablebooks/MyST-Parser",
"description": "An extended commonmark compliant parser, with bridges to docutils & sphinx.",
"long_description": "MyST is a flavor of markdown that is designed for simplicity, flexibility, and extensibility. This repository serves as the reference implementation of MyST Markdown, as well as a collection of tools to support working with MyST in Python and Sphinx. It contains an extended CommonMark-compliant parser using markdown-it-py, as well as a Sphinx extension that allows you to write MyST Markdown in Sphinx.",
"active": false,
"categories": [
"devel",
"textproc",
"python"
],
"maintainers": [
{
"name": "judaew",
"github": "judaew",
"ports_count": 545
}
],
"variants": [],
"dependencies": [
{
"type": "build",
"ports": [
"clang-9.0",
"py36-setuptools"
]
},
{
"type": "lib",
"ports": [
"python36"
]
},
{
"type": "run",
"ports": [
"py36-markdown-it-py",
"py36-mdit-py-plugins",
"py36-sphinx",
"py36-yaml",
"py36-jinja2",
"py36-docutils"
]
},
{
"type": "test",
"ports": [
"py36-beautifulsoup4",
"py36-coverage",
"py36-mdit-py-plugins",
"py36-pytest",
"py36-pytest-cov",
"py36-pytest-regressions"
]
}
],
"depends_on": []
}