servo/python
Integral 466641310f
mach: Format package hash files to ensure sha256sum command compatibility (#39432)
Format the package hash files to include the package hash and filename
separated by two spaces, ensuring compatibility with the `sha256sum -c`
and `shasum -c` command.

---

Before:
```
╰─❯ sha256sum -c servo-latest.tar.gz.sha256
sha256sum: servo-latest.tar.gz.sha256: no properly formatted checksum lines found
```

After:
```
╰─❯ sha256sum -c servo-latest.tar.gz.sha256
servo-latest.tar.gz: OK
```

Signed-off-by: Integral <integral@member.fsf.org>
2025-09-22 14:39:47 +00:00
..
mach change terminal wrapper library from blessing to blessed to support running mach test-wpt on windows. (#35327) 2025-02-06 16:45:34 +00:00
servo mach: Format package hash files to ensure sha256sum command compatibility (#39432) 2025-09-22 14:39:47 +00:00
tidy script: Initial stubs for Credential Management API (#38839) 2025-09-06 19:48:38 +00:00
wpt ohos: Adding support for running WPT on OHOS devices using WebDriver (#38846) 2025-09-09 08:57:36 +00:00
mach_bootstrap.py mach: Enable ANN rules (type annotations) for ruff Python linter (#38531) 2025-08-14 10:36:17 +00:00
README.md use ruff rather than flake8 for python code linting (#37045) 2025-05-24 14:19:47 +00:00
requirements.txt python: Update pyOpenSSL to 24 (#38582) 2025-08-10 10:31:01 +00:00

This directory contains various Python modules used to support servo development.

servo

servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.

tidy

servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.

wpt

servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.