uv/docs/guides/integration/index.md

12 lines
388 B
Markdown

# Integration guides
Learn how to integrate uv with other software:
- [Using in Docker images](./docker.md)
- [Using with Jupyter](./jupyter.md)
- [Using with pre-commit](./pre-commit.md)
- [Using in GitHub Actions](./github.md)
- [Using in GitLab CI/CD](./gitlab.md)
- [Using with alternative package indexes](./alternative-indexes.md)
- [Building a FastAPI application](./fastapi.md)