Skip to content

Commit

Permalink
Update README.md: added Build and Test icon: passing
Browse files Browse the repository at this point in the history
  • Loading branch information
rcortini authored May 28, 2024
1 parent 41d326c commit 2d8091f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PyBruno

![Tests](https://github.com/rcortini/pybruno/actions/workflows/main.yml/badge.svg)

**pybruno** is a Python library containing utilities to parse BRU files, a special markup language defined in [Bruno](https://usebruno.com) - a lightweight, open-source alternative to Postman/Insomnia. It leverages a hybrid Python/JavaScript approach to handle the parsing logic effectively.

## Table of Contents
Expand Down Expand Up @@ -101,4 +103,4 @@ This project is licensed under the MIT License - see the LICENSE file for detail
## Acknowledgements
- `bruno` package creators
- `ohm-js` for the parsing library.
- `lodash` for utility functions.
- `lodash` for utility functions.

0 comments on commit 2d8091f

Please sign in to comment.