Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
coverage/ | 03-May-2024 | - | 6,931 | 5,068 | ||
irc/ | 03-May-2024 | - | 2,002 | 1,516 | ||
mod_pywebsocket/ | 03-May-2024 | - | 8,747 | 5,849 | ||
BeautifulSoup.py | D | 03-May-2024 | 77.6 KiB | 2,015 | 1,545 | |
README.chromium | D | 03-May-2024 | 2.4 KiB | 70 | 62 | |
__init__.py | D | 03-May-2024 | 1 | 2 | 0 | |
autopep8.py | D | 03-May-2024 | 118.5 KiB | 3,665 | 2,637 | |
pep8.py | D | 03-May-2024 | 73.3 KiB | 1,943 | 1,559 |
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