• Home
  • History
  • Annotate
  • only in /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
NameDateSize

..12-Mar-20154 KiB

__init__.py12-Mar-20151

autopep8.py12-Mar-2015118.5 KiB

BeautifulSoup.py12-Mar-201577.6 KiB

coverage/12-Mar-20154 KiB

irc/12-Mar-20154 KiB

mod_pywebsocket/12-Mar-20154 KiB

pep8.py12-Mar-201573.3 KiB

README.chromium12-Mar-20152.4 KiB

README.chromium

1This directory contains sources from other projects.
2
3Code in this directory must document the license under which the source is being 
4used. If the source itself does not include a license header or file, create
5an entry in this file that refers to reliable documentation of the project's
6license terms on the web (and add a note pointing here in the README file in 
7that directory).
8
9Name: autopep8
10Short Name: autopep8
11URL: https://pypi.python.org/packages/source/a/autopep8/autopep8-1.0.3.tar.gz#md5=7c16d385cf9ad7c1d7fbcfcea2588a56
12Version: 1.0.3
13License: MIT
14License File: NOT_SHIPPED
15Security Critical: no
16Description: Used to reformat python code via format-webkitpy
17Local Modifications: None
18
19Name: BeautifulSoup - HTML parser
20Short Name: BeautifulSoup
21URL: http://www.crummy.com/software/BeautifulSoup/download/3.x/BeautifulSoup-3.2.1.tar.gz (?)
22Version: 3.2
23License: MIT
24License File: NOT_SHIPPED
25Security Critical: no
26Description: Used during the w3c import, other places
27Local Modifications: None
28
29Name: coverage - code coverage metrics for python
30Short Name: coverage
31URL: http://pypi.python.org/packages/source/c/coverage/coverage-3.5.1.tar.gz#md5=410d4c8155a4dab222f2bc51212d4a24
32Version: 3.5.1
33License: BSD
34License File: NOT_SHIPPED
35Security Critical: no
36Description: code coverage metrics gathering for test-webkitpy.
37Local Modifications: None
38
39Name: ircbot
40Short Name: ircbot
41URL: http://downloads.sourceforge.net/project/python-irclib/python-irclib/0.4.8/python-irclib-0.4.8.zip
42Version: 0.4.8
43License: LGPLv2
44License File: NOT_SHIPPED
45Security Critical: no
46Description: Used to implement a simple IRC bot to check for updates
47Local Modifications: None
48
49Name: mod_pywebsocket
50Short Name: mod_pywebsocket
51URL: https://code.google.com/p/pywebsocket/
52Version: 0.7.9 (?)
53License: BSD
54License File: NOT_SHIPPED
55Security Critical: no
56Description: used by run-webkit-tests and run-webkit-httpd to test web sockets
57Local Modifications: None
58
59Name: pep8 - A Python style guide checker
60Short Name: pep8
61URL: https://pypi.python.org/packages/source/p/pep8/pep8-1.5.7.tar.gz#md5=f6adbdd69365ecca20513c709f9b7c93
62Version: 1.5.7
63License: MIT
64License File: NOT_SHIPPED
65Security Critical: no
66Description: Used during presubmit checks and via lint-webkitpy and format-webkitpy. There is
67    overlap between pep8 and pylint, but pep8 catches a bunch of stylistic
68	issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.).
69Local Modifications: None
70