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 / )
2
2
[ ![ 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 )
3
3
[ ![ 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 )
4
4
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.
6
6
7
7
## Motivation
8
8
@@ -14,10 +14,10 @@ For a more detailed discussion, see [the SPEC](https://scientific-python.org/spe
14
14
## Installation
15
15
16
16
```
17
- pip install -U lazy_loader
17
+ pip install -U lazy-loader
18
18
```
19
19
20
- We recommend using ` lazy_loader ` with Python >= 3.11.
20
+ We recommend using ` lazy-loader ` with Python >= 3.11.
21
21
If using Python 3.11, please upgrade to 3.11.9 or later.
22
22
If using Python 3.12, please upgrade to 3.12.3 or later.
23
23
These 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