Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chme/python-robot-markdown
https://github.com/chme/python-robot-markdown
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/chme/python-robot-markdown
- Owner: chme
- License: mit
- Created: 2024-01-20T05:47:08.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T11:30:28.000Z (9 months ago)
- Last Synced: 2024-03-25T11:33:45.242Z (9 months ago)
- Language: Python
- Size: 1.54 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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
```