We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f5b74 commit 3667f1eCopy full SHA for 3667f1e
3 files changed
README.md
@@ -1,4 +1,4 @@
1
-# Auto Import
+# Auto Import Py
2
3
A Python library for automatically importing modules from a directory structure.
4
@@ -15,7 +15,8 @@ English | [한국어](README_ko.md)
15
## Installation
16
17
```bash
18
-pip install auto-import
+pip install auto-import-py
19
+uv add auto-import-py
20
```
21
22
## Usage
README_ko.md
디렉토리 구조에서 Python 모듈을 자동으로 임포트하는 라이브러리입니다.
@@ -15,7 +15,8 @@
## 설치
## 사용법
pyproject.toml
@@ -1,5 +1,5 @@
[project]
-name = "auto-import"
+name = "auto-import-py"
version = "0.1.0"
description = "Auto import"
5
readme = "README.md"
0 commit comments