File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- [ ![ PyPI] ( https://img.shields.io/pypi/v/lazy_loader )] ( https://pypi.org/project/lazy_loader / )
1+ [ ![ PyPI] ( https://img.shields.io/pypi/v/lazy-loader )] ( https://pypi.org/project/lazy-loader / )
22[ ![ Test status] ( https://github.com/scientific-python/lazy-loader/workflows/test/badge.svg?branch=main )] ( https://github.com/scientific-python/lazy-loader/actions?query=workflow%3A%22test%22 )
33[ ![ Test coverage] ( https://codecov.io/gh/scientific-python/lazy-loader/branch/main/graph/badge.svg )] ( https://app.codecov.io/gh/scientific-python/lazy-loader/branch/main )
44
5- ` lazy_loader ` makes it easy to load subpackages and functions on demand.
5+ ` lazy-loader ` makes it easy to load subpackages and functions on demand.
66
77## Motivation
88
@@ -14,10 +14,10 @@ For a more detailed discussion, see [the SPEC](https://scientific-python.org/spe
1414## Installation
1515
1616```
17- pip install -U lazy_loader
17+ pip install -U lazy-loader
1818```
1919
20- We recommend using ` lazy_loader ` with Python >= 3.11.
20+ We recommend using ` lazy-loader ` with Python >= 3.11.
2121If using Python 3.11, please upgrade to 3.11.9 or later.
2222If using Python 3.12, please upgrade to 3.12.3 or later.
2323These versions [ avoid] ( https://github.com/python/cpython/pull/114781 ) a [ known race condition] ( https://github.com/python/cpython/issues/114763 ) .
You can’t perform that action at this time.
0 commit comments