servo/python
2017-01-14 14:07:46 +01:00
..
servo Add config to do desktop notifications by running an abitrary command. 2017-01-13 20:47:54 +01:00
tidy Moved tidy's BLOCKED_PACKAGES to the config file 2017-01-14 14:07:46 +01:00
mach_bootstrap.py Commit that fixes the issue #11074 by upgrading pip whenever virtualenv is created. 2016-12-03 20:07:11 +03:00
README.md Fix styling for Markdown headers. 2016-05-02 22:20:49 -04:00
requirements.txt Tidy: Check Cargo.lock for packages with same version and different sources 2016-12-26 16:49:08 +01:00
tox.ini Added tox.ini 2016-05-08 12:10:48 +02: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, flake8 on Python files, lock file versions, and more.