Skip to content

Commit

Permalink
Add readme badges
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdaemon committed Apr 4, 2024
1 parent b0c17f5 commit 71c9680
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,14 @@
# poly-match
Python Polymorphic Pattern Matching library

[![CI - Test](https://github.com/TotallyNotRobots/poly-match/actions/workflows/python-tests.yml/badge.svg)](https://github.com/TotallyNotRobots/poly-match/actions/workflows/python-tests.yml)
[![CD - Build](https://github.com/TotallyNotRobots/poly-match/actions/workflows/python-publish.yml/badge.svg)](https://github.com/TotallyNotRobots/poly-match/actions/workflows/python-publish.yml)

[![PyPI - Version](https://img.shields.io/pypi/v/polymatch.svg?logo=pypi&label=PyPI&logoColor=gold)](https://pypi.org/project/polymatch/)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/polymatch.svg?color=blue&label=Downloads&logo=pypi&logoColor=gold)](https://pypi.org/project/polymatch/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/polymatch.svg?logo=python&label=Python&logoColor=gold)](https://pypi.org/project/polymatch/)

[![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)

[![License - MIT](https://img.shields.io/badge/license-MIT-9400d3.svg)](https://spdx.org/licenses/)

0 comments on commit 71c9680

Please sign in to comment.