tenfourfox/python
Cameron Kaiser 6251e903f7 implement FPR versioning into build system and UA 2017-05-27 20:46:26 -07:00
..
PyECC hello FPR 2017-04-19 00:56:45 -07:00
bitstring hello FPR 2017-04-19 00:56:45 -07:00
blessings hello FPR 2017-04-19 00:56:45 -07:00
compare-locales hello FPR 2017-04-19 00:56:45 -07:00
configobj hello FPR 2017-04-19 00:56:45 -07:00
eme hello FPR 2017-04-19 00:56:45 -07:00
futures hello FPR 2017-04-19 00:56:45 -07:00
jsmin hello FPR 2017-04-19 00:56:45 -07:00
lldbutils hello FPR 2017-04-19 00:56:45 -07:00
mach hello FPR 2017-04-19 00:56:45 -07:00
mock-1.0.0 hello FPR 2017-04-19 00:56:45 -07:00
mozboot hello FPR 2017-04-19 00:56:45 -07:00
mozbuild implement FPR versioning into build system and UA 2017-05-27 20:46:26 -07:00
mozversioncontrol/mozversioncontrol hello FPR 2017-04-19 00:56:45 -07:00
psutil hello FPR 2017-04-19 00:56:45 -07:00
pyasn1 hello FPR 2017-04-19 00:56:45 -07:00
pyasn1-modules hello FPR 2017-04-19 00:56:45 -07:00
pystache hello FPR 2017-04-19 00:56:45 -07:00
pyyaml hello FPR 2017-04-19 00:56:45 -07:00
redo hello FPR 2017-04-19 00:56:45 -07:00
requests hello FPR 2017-04-19 00:56:45 -07:00
rsa hello FPR 2017-04-19 00:56:45 -07:00
slugid hello FPR 2017-04-19 00:56:45 -07:00
virtualenv hello FPR 2017-04-19 00:56:45 -07:00
which hello FPR 2017-04-19 00:56:45 -07:00
README hello FPR 2017-04-19 00:56:45 -07:00
mach_commands.py hello FPR 2017-04-19 00:56:45 -07:00
moz.build hello FPR 2017-04-19 00:56:45 -07: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/