File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 22
33A 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
713Import Rewriter allows you to transparently redirect imports in Python code without modifying the source. This is useful for:
You can’t perform that action at this time.
0 commit comments