diff --git a/README.md b/README.md index 6f2d89e..88dc084 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # dictrule +[![Python package](https://github.com/elhoangvu/dictrule/actions/workflows/python-package.yml/badge.svg)](https://github.com/elhoangvu/dictrule/actions/workflows/python-package.yml) +[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)]([https://github.com/elhoangvu/dictrule/LICENSE](https://github.com/elhoangvu/dictrule/blob/main/LICENSE)) +[![PyPI version](https://badge.fury.io/py/dictrule.svg)](https://badge.fury.io/py/dictrule) + `dictrule` is a simple Python module that helps generate text from defined rules in dictionary form. This module provides popular built-in rules and supports extended external rules for different usages. With the input is `dictrule.yml` in YAML format (or `dictrule.json` in JSON format with a similar config) ...