mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
## Summary Implements the `uv init` command, which initializes a project (`pyproject.toml`, `README.md`, `src/__init__.py`) in the current directory, or in the given path. `uv init` also does workspace discovery. Resolves https://github.com/astral-sh/uv/issues/1360. --------- Co-authored-by: Zanie Blue <contact@zanie.dev>