An open API service indexing awesome lists of open source software.

https://github.com/andrewpetrochenkov/rst2html.py

reStructuredText to html
https://github.com/andrewpetrochenkov/rst2html.py

Last synced: 6 months ago
JSON representation

reStructuredText to html

Awesome Lists containing this project

README

          

[![](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/)
[![](https://github.com/andrewp-as-is/rst2html.py/workflows/tests42/badge.svg)](https://github.com/andrewp-as-is/rst2html.py/actions)

### 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)
```


readme42.com