Skip to content

Commit 6d5e220

Browse files
authored
Update README.md
Signed-off-by: Jaepil Jeong <jaepil@cognica.io>
1 parent 37a26b7 commit 6d5e220

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Monic Framework
22

3-
![Codecov](https://img.shields.io/codecov/c/github/cognica-io/monic-framework)
4-
![PyPI - Version](https://img.shields.io/pypi/v/monic-framework)
5-
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/monic-framework)
6-
![PyPI - Downloads](https://img.shields.io/pypi/dm/monic-framework)
7-
![PyPI - License](https://img.shields.io/pypi/l/monic-framework)
3+
<p>
4+
<a href="https://codecov.io/gh/cognica-io/monic-framework" target="_blank"><img src="https://img.shields.io/codecov/c/github/cognica-io/monic-framework?color=%2334D058" alt="Code coverage"></a>
5+
<a href="https://pypi.org/project/monic-framework" target="_blank"><img src="https://img.shields.io/pypi/v/monic-framework?color=%2334D058" alt="Package version"></a>
6+
<a href="https://pypi.org/project/monic-framework" target="_blank"><img src="https://img.shields.io/pypi/pyversions/monic-framework" alt="Supported Python versions"></a>
7+
<a href="https://pypi.org/project/monic-framework" target="_blank"><img src="https://img.shields.io/pypi/dm/monic-framework?color=%2334D058" alt="PyPI - Downloads"></a>
8+
<a href="https://pypi.org/project/monic-framework" target="_blank"><img src="https://img.shields.io/pypi/l/monic-framework?color=%2334D058" alt="PyPI - License"></a>
9+
</p>
810

911
Monic Framework is a powerful expression evaluation and code execution framework that provides a safe and flexible way to parse and interpret Python-style code. It offers a robust expression parser and interpreter designed for dynamic code evaluation, scripting, and embedded programming scenarios.
1012

0 commit comments

Comments
 (0)