차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판이전 판다음 판 | 이전 판 |
python:uv [2025/04/24 04:27] – [참고] rex8312 | python:uv [2025/06/26 00:06] (현재) – [script] rex8312 |
---|
</code> | </code> |
| |
| ==== script ==== |
| |
| * [[https://www.cottongeeks.com/articles/2025-06-24-fun-with-uv-and-pep-723|Fun with uv and PEP 723]] |
| |
| <code python> |
| #!/usr/bin/env -S uv run --script |
| # /// script |
| # requires-python = ">=3.8" |
| # dependencies = [ |
| # "youtube-transcript-api", |
| # ] |
| # /// |
| |
| ... |
| </code> |
| |
| |
| ==== docker ==== |
| |
| * [[https://news.hada.io/topic?id=21646|Dockerized Flask / Django 앱에서 Pip을 Uv로 전환하기]] |
==== 참고 ==== | ==== 참고 ==== |
| |
* [[https://www.0x00.kr/development/python/python-uv-simple-usage-and-example|python `uv` 간단한 사용 방법과 예제]] | * [[https://www.0x00.kr/development/python/python-uv-simple-usage-and-example|python `uv` 간단한 사용 방법과 예제]] |
* [[https://medium.com/@life-is-short-so-enjoy-it/python-managing-python-virtual-environments-in-a-monorepo-with-vscode-cd0da4788a34|Python: Auto switching Python Virtual Environments in a Monorepo with VSCode]] | * [[https://medium.com/@life-is-short-so-enjoy-it/python-managing-python-virtual-environments-in-a-monorepo-with-vscode-cd0da4788a34|Python: Auto switching Python Virtual Environments in a Monorepo with VSCode]] |
| * [[https://medium.com/@life-is-short-so-enjoy-it/python-monorepo-with-uv-f4ced6f1f425|Python: Monorepo with UV]] |
| |
{{tag>python uv }} | {{tag>python uv }} |
| |
| |