<!--
https://readme42.com
-->
[![](https://img.shields.io/pypi/v/rst2html.svg?maxAge=3600)](https://pypi.org/project/rst2html/)
[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)
### Installation
```bash
$ [sudo] pip install rst2html
```
#### Examples
```python
from rst2html import rst2html
html, warning = rst2html('reStructuredText string')
```
`docutils` `report_level`
```python
html, warning = rst2html('reStructuredText string',report_level=5)
```
<p align="center">
<a href="https://readme42.com/">readme42.com</a>
</p>
Raw data
{
"_id": null,
"home_page": "https://github.com/andrewp-as-is/rst2html.py",
"name": "rst2html",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "rts reStructuredText html",
"author": "",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/29/8e/050653d3f88c7c0ef3ba6df84421dc022d84f152e2c84fc23d49b2d60d1f/rst2html-2020.7.4.tar.gz",
"platform": "",
"description": "<!--\nhttps://readme42.com\n-->\n\n\n[![](https://img.shields.io/pypi/v/rst2html.svg?maxAge=3600)](https://pypi.org/project/rst2html/)\n[![](https://img.shields.io/badge/License-Unlicense-blue.svg?longCache=True)](https://unlicense.org/)\n\n### Installation\n```bash\n$ [sudo] pip install rst2html\n```\n\n#### Examples\n```python\nfrom rst2html import rst2html\n\nhtml, warning = rst2html('reStructuredText string')\n```\n\n`docutils` `report_level`\n```python\nhtml, warning = rst2html('reStructuredText string',report_level=5)\n```\n\n<p align=\"center\">\n <a href=\"https://readme42.com/\">readme42.com</a>\n</p>",
"bugtrack_url": null,
"license": "Unlicense",
"summary": "reStructuredText to html",
"version": "2020.7.4",
"split_keywords": [
"rts",
"restructuredtext",
"html"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "298e050653d3f88c7c0ef3ba6df84421dc022d84f152e2c84fc23d49b2d60d1f",
"md5": "ee79d6a550bd690ea08e2b179800efa9",
"sha256": "ea450c6f3dfc0d1cac2a2dc76067d1efc7bb98414487faf2f1abc468463bc6e4"
},
"downloads": -1,
"filename": "rst2html-2020.7.4.tar.gz",
"has_sig": false,
"md5_digest": "ee79d6a550bd690ea08e2b179800efa9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1517,
"upload_time": "2020-07-15T18:37:40",
"upload_time_iso_8601": "2020-07-15T18:37:40.884615Z",
"url": "https://files.pythonhosted.org/packages/29/8e/050653d3f88c7c0ef3ba6df84421dc022d84f152e2c84fc23d49b2d60d1f/rst2html-2020.7.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2020-07-15 18:37:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "andrewp-as-is",
"github_project": "rst2html.py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "docutils",
"specs": []
}
],
"lcname": "rst2html"
}