gecko-dev/python
suman gupta 0539e340b8 Bug 1346284 Updated ndk r11c to be installed by mach bootstrap; r=nalexander
MozReview-Commit-ID: KgM9ecZR0fB

--HG--
extra : rebase_source : 9dd666e1fc12d455b4e0c58b5af17d5bd7f35930
2017-03-13 23:47:23 +05:30
..
PyECC
altgraph
bitstring
blessings
compare-locales
configobj
devtools/migrate-l10n
dlmanager
eme
futures
gdbpp/gdbpp
jsmin
lldbutils
mach
macholib
mock-1.0.0
mozboot Bug 1346284 Updated ndk r11c to be installed by mach bootstrap; r=nalexander 2017-03-13 23:47:23 +05:30
mozbuild Bug 1314678 - Use hfs and dmg tools rather than mozinstall to unpack downloaded builds during cross artifact builds. r=mshal 2017-03-07 10:21:34 -08:00
mozlint
mozversioncontrol/mozversioncontrol
psutil
py
pyasn1
pyasn1-modules
pylru
pystache
pytest
pytoml
pyyaml
redo
requests
rsa
slugid
virtualenv
voluptuous
which
README
mach_commands.py Bug 1345109 - Ensure |mach python-test| errors out if no tests are found, r=mshal 2017-03-07 10:55:07 -05:00
moz.build Bug 1344891 - add BUG_COMPONENT to python/* files, r=ted 2017-03-08 11:17:12 -05: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/