servo/python
bors-servo eb05af27d2
Auto merge of #24711 - servo:rustc-dev, r=jdm
Make `./mach rustup` install the rustc-dev component
2019-11-13 01:55:15 -05:00
..
servo Auto merge of #24711 - servo:rustc-dev, r=jdm 2019-11-13 01:55:15 -05:00
tidy Fix call to flake8 broken when using distro module during test-tidy 2019-10-22 10:15:53 +01:00
mach_bootstrap.py Replace call to execfile(...) by call to exec(compile(open(...))) 2019-10-20 23:43:25 +01:00
README.md
requirements-salt.txt Add a Salt bootstrapper 2017-01-17 11:01:09 -05:00
requirements.txt Use linux_distribution() from distro package instead of builtin platform module 2019-10-20 23:56:46 +01:00
tox.ini

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, flake8 on Python files, lock file versions, and more.