summaryrefslogtreecommitdiff
path: root/chromium/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/README.chromium
blob: 67c57c337c97a74585613d87e751efc049239468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
This directory contains sources from other projects.

Code in this directory must document the license under which the source is being 
used. If the source itself does not include a license header or file, create
an entry in this file that refers to reliable documentation of the project's
license terms on the web (and add a note pointing here in the README file in 
that directory).

Name: BeautifulSoup - HTML parser
Short Name: BeautifulSoup
URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.1.tar.gz (?)
Version: 3.2
License: MIT
License File: NOT_SHIPPED
Security Critical: no
Description: Used during the w3c import, other places
Local Modifications: None

Name: coverage - code coverage metrics for python
Short Name: coverage
URL: http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5=410d4c8155a4dab222f2bc51212d4a24
Version: 3.5.1
License: BSD
License File: NOT_SHIPPED
Security Critical: no
Description: code coverage metrics gathering for test-webkitpy.
Local Modifications: None

Name: ircbot
Short Name: ircbot
URL: http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip
Version: 0.4.8
License: LGPLv2
License File: NOT_SHIPPED
Security Critical: no
Description: Used to implement a simple IRC bot to check for updates
Local Modifications: None

Name: mock.py
Short Name: mock
URL: http://www.voidspace.org.uk/python/mock/
Version: 0.6.0
License: BSD
License File: NOT_SHIPPED
Security Critical: no
Description: used during testing for mock objects
Local Modifications: None

Name: mod_pywebsocket
Short Name: mod_pywebsocket
URL: https://code.google.com/p/pywebsocket/
Version: 0.7.9 (?)
License: BSD
License File: NOT_SHIPPED
Security Critical: no
Description: used by run-webkit-tests and run-webkit-httpd to test web sockets
Local Modifications: None

Name: ordereddict
Short Name: ordereddict
URL: http://code.activestate.com/recipes/576669/
Version: ?
Date Modified: 2012-06-07
License: BSD (?)
License File: NOT_SHIPPED
Security Critical: no
Description: A backport of the OrderedDict implementation from Python 2.7
Local Modifications: None (?)

Name: pep8 - A Python style guide checker
Short Name: pep8
URL: http://pypi.python.org/packages/source/p/pep8/pep8-0.5.0.tar.gz#md5=512a818af9979290cd619cce8e9c2e2b
Version: 0.5.0
License: MIT
License File: NOT_SHIPPED
Security Critical: no
Description: Used during presubmit checks and via lint-webkitpy. There is
    overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
	issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.).
Local Modifications: None

Name: unittest2 - A backport of python 2.7 unittest module for Python 2.6.
Short Name: unittest2
URL: http://pypi.python.org/packages/source/u/unittest2/unittest2-0.5.1.tar.gz#md5=a0af5cac92bbbfa0c3b0e99571390e0f
Version: 0.5.1
License: ASL
License File: NOT_SHIPPED
Security Critical: no
Description: Used for all of the unit tests for webkitpy.
Local Modifications: Deleted unittest2/test/ to save space.