Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/chme/python-robot-markdown


https://github.com/chme/python-robot-markdown

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# robot-markdown

[![documentation](https://img.shields.io/badge/docs-mkdocs%20material-blue.svg?style=flat)](https://chme.github.io/python-robot-markdown/)

Convert RobotFramework output XML to markdown

## Installation

With `pip`:

```bash
pip install robot-markdown
```

With [`pipx`](https://github.com/pipxproject/pipx):

```bash
python3 -m pip install --user pipx
pipx install robot-markdown
```