migrate-to-uv
Migrate a project from Poetry/Pipenv/pip-tools/pip to uv package manager
파일 탐색기
최종 버전 다운로드 (.zip)- ci.yml
- release.yml
- validate-ci-workflows.yml
- validate-renovate-config.yml
- FUNDING.yml
- renovate.json5
- zizmor.yml
- CHANGELOG.md
- configuration.md
- CONTRIBUTING.md
- index.md
- supported-package-managers.md
- usage.md
- bump-version.sh
- copy-changelog.sh
- copy-contributing.sh
- migrate-to-uv.rs
- dependencies.rs
- mod.rs
- dependencies.rs
- mod.rs
- project.rs
- sources.rs
- hatch.rs
- mod.rs
- uv.rs
- dependencies.rs
- mod.rs
- project.rs
- sources.rs
- version.rs
- mod.rs
- pyproject_updater.rs
- hatch.rs
- mod.rs
- pep_621.rs
- pipenv.rs
- poetry.rs
- pyproject.rs
- utils.rs
- uv.rs
- cli.rs
- detector.rs
- errors.rs
- lib.rs
- logger.rs
- toml.rs
- utils.rs
- uv.rs
- mod.rs
- pyproject.toml
- requirements.txt
- constraints-2.txt
- constraints.txt
- requirements-dev.txt
- requirements-typing.txt
- requirements.txt
- pyproject.toml
- requirements.in
- requirements.txt
- requirements-dev.in
- requirements-dev.txt
- requirements-typing.in
- requirements-typing.txt
- requirements.in
- requirements.txt
- requirements-dev.in
- requirements-dev.txt
- requirements-typing.in
- requirements-typing.txt
- requirements.in
- requirements.txt
- Pipfile
- pyproject.toml
- Pipfile
- pyproject.toml
- Pipfile
- Pipfile.lock
- Pipfile
- Pipfile.lock
- pyproject.toml
- Pipfile
- Pipfile
- Pipfile.lock
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- bar.py
- bar.py
- bar.py
- bar.py
- bar.py
- bar.py
- bar.py
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- barfoo.py
- bar.py
- foo.py
- foo.py
- foo.py
- foo.py
- pyproject.toml
- text_file_sdist.txt
- text_file_sdist_wheel.txt
- text_file_wheel.txt
- __init__.py
- bar.py
- bar.py
- foo.json
- foo.txt
- foo.yaml
- foobar.txt
- foo.txt
- foo.txt
- bar.py
- bar.json
- bar.txt
- file_sdist_wheel.json
- pyproject.toml
- text_file_sdist.txt
- text_file_sdist_wheel.txt
- text_file_wheel.txt
- __init__.py
- foo.py
- __init__.py
- bar.py
- pyproject.toml
- text_file_sdist.txt
- __init__.py
- foo.py
- pyproject.toml
- __init__.py
- bar.py
- __init__.py
- foo.py
- __init__.py
- bar.py
- pyproject.toml
- text_file_sdist.txt
- __init__.py
- foo.py
- __init__.py
- bar.py
- __init__.py
- foo.py
- __init__.py
- bar.py
- pyproject.toml
- text_file_sdist.txt
- __init__.py
- bar.py
- pyproject.toml
- text_file_sdist.txt
- foo.py
- foo.py
- foo.py
- foo.py
- foo.py
- __init__.py
- bar.py
- __init__.py
- __init__.py
- bar.py
- __init__.py
- __init__.py
- bar.py
- __init__.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- __init__.py
- barfoo.py
- __init__.py
- bar.py
- foo.py
- FILE_WITHOUT_EXTENSION_SDIST
- INCLUDE_FILE_WITHOUT_EXTENSION_SDIST
- pyproject.toml
- text_file_sdist.txt
- __init__.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- bar.py
- __init__.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- bar.py
- __init__.py
- bar.py
- __init__.py
- bar.py
- __init__.py
- bar.py
- __init__.py
- bar.py
- __init__.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- __init__.py
- foo.py
- pyproject.toml
- text_file_sdist.txt
- text_file_sdist_wheel.txt
- text_file_wheel.txt
- pyproject.toml
- pyproject.toml
- pyproject.toml
- pyproject.toml
- poetry.lock
- poetry.toml
- pyproject.toml
- poetry.lock
- poetry.toml
- pyproject.toml
- poetry.lock
- poetry.toml
- pyproject.toml
- poetry.lock
- poetry.toml
- pyproject.toml
- pyproject.toml
- pyproject.toml
- uv.lock
- errors.rs
- pip.rs
- pip_tools.rs
- pipenv.rs
- poetry.rs
- .editorconfig
- .gitignore
- .pre-commit-config.yaml
- Cargo.lock
- Cargo.toml
- CHANGELOG.md
- CONTRIBUTING.md
- LICENSE
- Makefile
- mkdocs.yml
- pyproject.toml
- README.md
- rust-toolchain.toml
- uv.lock
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/osprey-oss/migrate-to-uv
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd migrate-to-uv
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천사전 준비물
- pipx Python으로 만든 CLI 도구를 격리된 환경에 설치해주는 도구입니다.
- Rust (rustup) cargo 명령어를 쓰려면 Rust가 필요합니다.
pipx install migrate-to-uv
pipx로 격리된 환경에 CLI 도구를 설치합니다.
cargo install --git https://github.com/osprey-oss/migrate-to-uv
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
설치 후 새 터미널을 열고, 프로그램의 버전 확인 명령(예: --version)으로 정상 설치됐는지 확인하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Python
쉬움사전 준비물
pip install .
PyPI에 배포된 패키지를 바로 설치합니다. 소스 클론이 필요 없습니다.
python <실행할 파일명>.py # README에서 정확한 실행 파일명을 확인하세요
파이썬 스크립트(또는 모듈)를 실행합니다.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
4. Rust
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cargo install --git https://github.com/osprey-oss/migrate-to-uv
crates.io에 배포된 패키지를 빌드해서 설치합니다. 레포를 직접 클론할 필요가 없습니다.
cargo build가 에러 없이 끝나면 성공입니다. target/ 폴더에 실행 파일이 생성됩니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
5. Make
보통사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Make Linux/macOS는 보통 기본 설치되어 있습니다. Windows는 별도 설치(예: MSYS2, WSL)가 필요합니다.
make
생성된 빌드 설정을 바탕으로 실제 컴파일을 진행해 실행 파일을 만듭니다.
에러 없이 끝나면 성공입니다. 생성된 실행 파일을 직접 실행해보세요.
// repository documentation
Was this content helpful?
(0 ratings)
