Helper for UV.
Project description
Uv helper
Helpful commands for the uv tool.
Dev
Uv install or update
https://docs.astral.sh/uv/getting-started/installation/
if ! command -v uv &> /dev/null; then
curl -LsSf https://astral.sh/uv/install.sh | sh;
else
uv self update;
fi
uv --version
Create venv
uv sync --all-packages
Register pre-commit hooks
prek install
Run pre-commit hooks
prek run --all-files
Extra
- Why is the
.ideafolder is partially stored in the repository? - Why
py.typed?
Reinit .idea folder for git for better gitignore support
If you created a new project with JetBrains IDE and automatically created git repository,
before providing more granular .gitignore file, you need to reinit .idea folder.
git rm -r --force --cached .idea &&\
git add .idea
Check the paths for the venv
uv run python -c 'import sys, os; [print(p) for p in sys.path if p and "zip" not in p.lower() and os.path.basename(p)!="src"]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uv_helper-0.1.8.tar.gz
(3.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file uv_helper-0.1.8.tar.gz.
File metadata
- Download URL: uv_helper-0.1.8.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b78d17e64d67deb97a6fb9cf93eee7131ae88b357ec4339cc03daccb79e101a
|
|
| MD5 |
2ea041b997e387dc0536bdceb918cfea
|
|
| BLAKE2b-256 |
d8b005368f19cd8773b3d0765e2d31dd576f283170ba6945a7adb85b6b5e6e12
|
File details
Details for the file uv_helper-0.1.8-py3-none-any.whl.
File metadata
- Download URL: uv_helper-0.1.8-py3-none-any.whl
- Upload date:
- Size: 2.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.0 {"installer":{"name":"uv","version":"0.10.0","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"25.10","id":"questing","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e461e49973879a64dc82ceae3e7c88dd3f69d4c3fd932fd51e8c488db25a6638
|
|
| MD5 |
e201b16df99fc92dc920d4d918a1405e
|
|
| BLAKE2b-256 |
8607cb53981ffcf356210557c116dbf74f33759bfcf30104d80efaa132c5879c
|