Astral Documentation (Offline)
This repository provides a solution for running the Astral toolchain documentation offline. It includes the pre-built static site for: Ruff, uv, and ty.
Running Offline
Using Docker
- Build the image:
docker build -t astral-docs . - Run the container:
docker run -d -p 8080:8080 astral-docs
- Open http://localhost:8080
Using Python
- Run the server:
python -m http.server 8000 --directory site
- Open http://localhost:8000
License
uv is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or https://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in uv by you, as defined in the Apache-2.0 license, shall be dually licensed as above, without any additional terms or conditions.