uv+just for testing multiple Python versions
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
A guide to replacing tox/nox with uv and Just for testing Python projects against multiple Python versions, simplifying configuration.
Learn how to use 'uv run --env-file' to load environment variables from .env files, replacing the need for python-dotenv.
A cleaner method for managing Python package version numbers using uv and importlib.metadata, avoiding manual updates.
How to use uv to manage a single source for your Python package version, eliminating the need to update it in multiple files.
Using uv run with Make to test Python code across multiple versions, replacing tools like Tox or Nox.
An introduction to UV and Ruff, two modern tools designed to improve and speed up Python development workflows.