Mypal/python
Fedor 0b5dd854b9 Update FreeBSD support. 2021-02-07 17:32:56 +02:00
..
PyECC basic source 2019-03-11 13:26:37 +03:00
altgraph ooops, some files where missed 2019-03-12 18:31:25 +03:00
bitstring ooops, some files where missed 2019-03-12 18:31:25 +03:00
blessings ooops, some files where missed 2019-03-12 18:31:25 +03:00
compare-locales Nuke vim lines. 2021-02-04 16:48:36 +02:00
configobj ooops, some files where missed 2019-03-12 18:31:25 +03:00
devtools/migrate-l10n ooops, some files where missed 2019-03-12 18:31:25 +03:00
eme basic source 2019-03-11 13:26:37 +03:00
futures ooops, some files where missed 2019-03-12 18:31:25 +03:00
gdbpp/gdbpp Nuke vim lines. 2021-02-04 16:48:36 +02:00
jsmin basic source 2019-03-11 13:26:37 +03:00
lldbutils basic source 2019-03-11 13:26:37 +03:00
mach basic source 2019-03-11 13:26:37 +03:00
macholib ooops, some files where missed 2019-03-12 18:31:25 +03:00
mock-1.0.0 basic source 2019-03-11 13:26:37 +03:00
mozboot basic source 2019-03-11 13:26:37 +03:00
mozbuild Move chrome packaging options to ac configure. 2021-02-04 16:50:57 +02:00
mozlint Nuke vim lines. 2021-02-04 16:48:36 +02:00
mozversioncontrol/mozversioncontrol basic source 2019-03-11 13:26:37 +03:00
psutil Update FreeBSD support. 2021-02-07 17:32:56 +02:00
py ooops, some files where missed 2019-03-12 18:31:25 +03:00
pyasn1 ooops, some files where missed 2019-03-12 18:31:25 +03:00
pyasn1-modules ooops, some files where missed 2019-03-12 18:31:25 +03:00
pylru basic source 2019-03-11 13:26:37 +03:00
pystache ooops, some files where missed 2019-03-12 18:31:25 +03:00
pytest ooops, some files where missed 2019-03-12 18:31:25 +03:00
pytoml ooops, some files where missed 2019-03-12 18:31:25 +03:00
pyyaml ooops, some files where missed 2019-03-12 18:31:25 +03:00
redo ooops, some files where missed 2019-03-12 18:31:25 +03:00
requests ooops, some files where missed 2019-03-12 18:31:25 +03:00
rsa ooops, some files where missed 2019-03-12 18:31:25 +03:00
slugid ooops, some files where missed 2019-03-12 18:31:25 +03:00
virtualenv ooops, some files where missed 2019-03-12 18:31:25 +03:00
voluptuous ooops, some files where missed 2019-03-12 18:31:25 +03:00
which ooops, some files where missed 2019-03-12 18:31:25 +03:00
README ooops, some files where missed 2019-03-12 18:31:25 +03:00
mach_commands.py basic source 2019-03-11 13:26:37 +03:00
moz.build Nuke vim lines. 2021-02-04 16:48:36 +02:00

README

This directory contains common Python code.

The basic rule is that if Python code is cross-module (that's "module" in the
Mozilla meaning - as in "module ownership") and is MPL-compatible, it should
go here.

What should not go here:

* Python that is not MPL-compatible (see other-licenses/)
* Python that has good reason to remain close to its "owning" (Mozilla)
  module (e.g. it is only being consumed from there).

Historical information can be found at
https://bugzilla.mozilla.org/show_bug.cgi?id=775243

## pyyaml | pystache

Used in taskcluster related mach commands to update download from github
and remove .git and tests.

Then run tests in taskcluster/tests/