servo/python
Simon Sapin 591d7ad6c1 Make Cargo print timing information to stdout
This adds lines such as

```
   Completed cssparser v0.27.1 custom-build in 2.4s
   Completed cssparser v0.27.1 custom-build (run) in 0.6s
   Completed cssparser v0.27.1 in 1.1s
```
2019-11-16 14:11:52 +01:00
..
servo Make Cargo print timing information to stdout 2019-11-16 14:11:52 +01: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 mach bootstrap factor out common is_firefox check 2019-10-28 05:12:20 -07: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.