This repository is based on github.com/a5chin/python-uv. Check its readme for the main layout of this repository.
- Improve documentation
- Add logging support
pytest
# Install also include develop dependencies
uv sync
# If you do not want dev dependencies to be installed
uv sync --no-dev
# Use the add command to add dependencies to your project
uv add {libraries}