mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-30 23:37:24 +00:00

<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Documentation for GitLab integration, reliant on the new tags introduced in https://github.com/astral-sh/uv/pull/6053 ## Test Plan <!-- How was it tested? --> --------- Co-authored-by: David Fritzsche <9479371+davidfritzsche@users.noreply.github.com> Co-authored-by: Zanie Blue <contact@zanie.dev>
11 lines
388 B
Markdown
11 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)
|