File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- # Auto Import
1+ # Auto Import Py
22
33A Python library for automatically importing modules from a directory structure.
44
@@ -15,7 +15,8 @@ English | [한국어](README_ko.md)
1515## Installation
1616
1717``` bash
18- pip install auto-import
18+ pip install auto-import-py
19+ uv add auto-import-py
1920```
2021
2122## Usage
Original file line number Diff line number Diff line change 1- # Auto Import
1+ # Auto Import Py
22
33디렉토리 구조에서 Python 모듈을 자동으로 임포트하는 라이브러리입니다.
44
1515## 설치
1616
1717``` bash
18- pip install auto-import
18+ pip install auto-import-py
19+ uv add auto-import-py
1920```
2021
2122## 사용법
Original file line number Diff line number Diff line change 11[project ]
2- name = " auto-import"
2+ name = " auto-import-py "
33version = " 0.1.0"
44description = " Auto import"
55readme = " README.md"
You can’t perform that action at this time.
0 commit comments