Skip to content

Commit

Permalink
add more badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Oct 1, 2023
1 parent 4d4dc4e commit b79d6e5
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
# Toolkit to work with [LRC Files](https://en.wikipedia.org/wiki/LRC_(file_format)) in Python
LRC Toolbox
===========

<p>
<a href="https://pypi.org/project/lrctoolbox/">
<img src="https://img.shields.io/pypi/v/lrctoolbox?color=purple" alt="Stable Version">
</a>
<a href="https://pypistats.org/packages/lrctoolbox">
<img src="https://img.shields.io/pypi/dm/lrctoolbox?color=blue" alt="Downloads">
</a>
<a href="https://github.com/Dr-Blank/lrctoolbox/actions">
<img src="https://github.com/Dr-Blank/lrctoolbox/actions/workflows/tests.yaml/badge.svg" alt="Test">
</a>
<a href="https://github.com/psf/black">
<img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
</a>
<a href="https://mypy-lang.org/">
<img src="https://www.mypy-lang.org/static/mypy_badge.svg" alt="Checked with mypy">
</a>
</p>


Toolkit to work with [LRC Files](https://en.wikipedia.org/wiki/LRC_(file_format)) in Python

[![PyPI version](https://badge.fury.io/py/lrctoolbox.svg)](https://badge.fury.io/py/lrctoolbox) ![Test](https://github.com/Dr-Blank/lrctoolbox/actions/workflows/tests.yaml/badge.svg)
## Usage

```python
Expand Down

0 comments on commit b79d6e5

Please sign in to comment.