Skip to content

Commit 1b4d168

Browse files
committed
add badges to readme
1 parent 2b92533 commit 1b4d168

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
A flexible library for dynamically rewriting Python imports at runtime using metapath hooks.
44

5+
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
6+
[![Lint](https://github.com/djcopley/import-rewriter/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/djcopley/import-rewriter/actions/workflows/lint.yml)
7+
[![PyPI version](https://badge.fury.io/py/import-rewriter.svg)](https://badge.fury.io/py/import-rewriter)
8+
[![PyPI Supported Python Versions](https://img.shields.io/pypi/pyversions/import-rewriter.svg)](https://pypi.python.org/pypi/import-rewriter/)
9+
[![Downloads](https://static.pepy.tech/badge/import-rewriter)](https://pepy.tech/project/import-rewriter)
10+
511
## Overview
612

713
Import Rewriter allows you to transparently redirect imports in Python code without modifying the source. This is useful for:

0 commit comments

Comments
 (0)