Skip to content

Instantly share code, notes, and snippets.

@ethanhs
Last active February 18, 2020 10:58
Embed
What would you like to do?
running pegen on pypi's top 4000 packages
This file has been truncated, but you can view the full file.
pegen/pegen.c:101:1: warning: ‘token_name’ defined but not used [-Wunused-function]
token_name(int type)
^~~~~~~~~~
pegen/parse_string.c: In function ‘FstringParser_ConcatFstring’:
pegen/parse_string.c:604:24: warning: ‘expr’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return expr->v.Expr.value;
~~~~~~~~~~~~^~~~~~
pegen/parse_string.c:584:13: note: ‘expr’ was declared here
stmt_ty expr = asdl_seq_GET(mod->v.Module.body, 0);
^~~~
pegen/parse_string.c:601:8: warning: ‘mod’ may be used uninitialized in this function [-Wmaybe-uninitialized]
if (mod == NULL) {
^
pegen/parse_string.c:501:12: note: ‘mod’ was declared here
mod_ty mod;
^~~
pegen/parse.c: In function ‘simple_stmt_rule’:
pegen/parse.c:762:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘import_from_as_names_rule’:
pegen/parse.c:2179:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘star_etc_rule’:
pegen/parse.c:3730:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c:3760:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c:3786:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘expressions_list_rule’:
pegen/parse.c:4349:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘expressions_rule’:
pegen/parse.c:4396:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘star_named_expressions_rule’:
pegen/parse.c:4544:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘lambda_star_etc_rule’:
pegen/parse.c:5158:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c:5188:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c:5214:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘slice_expressions_rule’:
pegen/parse.c:7581:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘slices_rule’:
pegen/parse.c:7645:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘kvpairs_rule’:
pegen/parse.c:8411:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘arguments_rule’:
pegen/parse.c:8630:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘star_targets_rule’:
pegen/parse.c:8949:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘star_targets_seq_rule’:
pegen/parse.c:8995:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘del_targets_rule’:
pegen/parse.c:9435:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
pegen/parse.c: In function ‘targets_rule’:
pegen/parse.c:9687:15: warning: variable ‘opt_var’ set but not used [-Wunused-but-set-variable]
void *opt_var;
^~~~~~~
Extracting files from ./data/pypi/googleapis-common-protos-1.51.0.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 7,481 lines, 303,101 bytes in 0.091 seconds.
That's 81,950 lines/sec, or 3,320,278 bytes/sec.
Done
Extracting files from ./data/pypi/path.py-12.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 44 lines, 1,164 bytes in 0.001 seconds.
That's 54,681 lines/sec, or 1,446,569 bytes/sec.
Done
Extracting files from ./data/pypi/dumbyaml-0.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 437 lines, 14,741 bytes in 0.005 seconds.
That's 85,295 lines/sec, or 2,877,204 bytes/sec.
Done
Extracting files from ./data/pypi/wiremock-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 59 files, 3,062 lines, 120,621 bytes in 0.037 seconds.
That's 83,274 lines/sec, or 3,280,409 bytes/sec.
Done
Extracting files from ./data/pypi/times-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 164 lines, 5,216 bytes in 0.002 seconds.
That's 108,857 lines/sec, or 3,462,176 bytes/sec.
Done
Extracting files from ./data/pypi/configobj-5.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 4,062 lines, 140,692 bytes in 0.021 seconds.
That's 189,168 lines/sec, or 6,552,063 bytes/sec.
Done
Extracting files from ./data/pypi/chardet-3.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 7,168 lines, 382,838 bytes in 0.230 seconds.
That's 31,111 lines/sec, or 1,661,595 bytes/sec.
Done
Extracting files from ./data/pypi/tfrecord_lite-0.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 67 lines, 1,982 bytes in 0.001 seconds.
That's 78,300 lines/sec, or 2,316,275 bytes/sec.
Done
Extracting files from ./data/pypi/braintree-3.58.0.tar.gz... Done
Trying to parse all python files ...
Checked 163 files, 8,493 lines, 347,943 bytes in 0.375 seconds.
That's 22,635 lines/sec, or 927,324 bytes/sec.
Done
Extracting files from ./data/pypi/protobuf3-to-dict-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 250 lines, 10,066 bytes in 0.002 seconds.
That's 106,693 lines/sec, or 4,295,875 bytes/sec.
Done
Extracting files from ./data/pypi/PlanOut-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,319 lines, 74,348 bytes in 0.018 seconds.
That's 128,302 lines/sec, or 4,113,417 bytes/sec.
Done
Extracting files from ./data/pypi/recordio-0.1.7-cp35-cp35m-macosx.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 167 lines, 4,231 bytes in 0.002 seconds.
That's 83,100 lines/sec, or 2,105,362 bytes/sec.
Done
Extracting files from ./data/pypi/aiokafka-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 10,977 lines, 417,646 bytes in 0.068 seconds.
That's 162,548 lines/sec, or 6,184,520 bytes/sec.
Done
Extracting files from ./data/pypi/zope.proxy-4.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,947 lines, 92,189 bytes in 0.023 seconds.
That's 130,274 lines/sec, or 4,075,259 bytes/sec.
Done
Extracting files from ./data/pypi/pyproj-2.4.2.post1.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 7,532 lines, 249,399 bytes in 0.071 seconds.
That's 106,785 lines/sec, or 3,535,870 bytes/sec.
Done
Extracting files from ./data/pypi/django-smart-selects-1.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 1,940 lines, 71,734 bytes in 0.041 seconds.
That's 47,192 lines/sec, or 1,744,967 bytes/sec.
Done
Extracting files from ./data/pypi/georaptor-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 211 lines, 6,850 bytes in 0.002 seconds.
That's 95,655 lines/sec, or 3,105,381 bytes/sec.
Done
Extracting files from ./data/pypi/python-nmap-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,841 lines, 65,591 bytes in 0.013 seconds.
That's 140,214 lines/sec, or 4,995,526 bytes/sec.
Done
Extracting files from ./data/pypi/transaction-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 5,633 lines, 197,419 bytes in 0.042 seconds.
That's 135,641 lines/sec, or 4,753,797 bytes/sec.
Done
Extracting files from ./data/pypi/colorlover-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,883 lines, 50,574 bytes in 0.009 seconds.
That's 212,491 lines/sec, or 5,707,133 bytes/sec.
Done
Extracting files from ./data/pypi/reportportal-client-3.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 708 lines, 23,430 bytes in 0.005 seconds.
That's 151,000 lines/sec, or 4,997,078 bytes/sec.
Done
Extracting files from ./data/pypi/rules-2.2.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 2,330 lines, 78,032 bytes in 0.020 seconds.
That's 117,019 lines/sec, or 3,918,983 bytes/sec.
Done
Extracting files from ./data/pypi/python_moztelemetry-0.10.6.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 5,804 lines, 209,206 bytes in 0.066 seconds.
That's 88,032 lines/sec, or 3,173,124 bytes/sec.
Done
Extracting files from ./data/pypi/pvlib-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 30,641 lines, 1,144,990 bytes in 0.293 seconds.
That's 104,422 lines/sec, or 3,902,024 bytes/sec.
Done
Extracting files from ./data/pypi/imageio-ffmpeg-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 833 lines, 30,025 bytes in 0.006 seconds.
That's 131,126 lines/sec, or 4,726,364 bytes/sec.
Done
Extracting files from ./data/pypi/torchtext-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 5,722 lines, 228,279 bytes in 0.044 seconds.
That's 130,978 lines/sec, or 5,225,346 bytes/sec.
Done
Extracting files from ./data/pypi/webexteamssdk-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 7,751 lines, 273,145 bytes in 0.032 seconds.
That's 241,246 lines/sec, or 8,501,496 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-pep8-1.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 282 lines, 8,612 bytes in 0.003 seconds.
That's 99,562 lines/sec, or 3,040,517 bytes/sec.
Done
Extracting files from ./data/pypi/lolcat-1.4.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 56 lines, 1,025 bytes in 0.000 seconds.
That's 135,144 lines/sec, or 2,473,626 bytes/sec.
Done
Extracting files from ./data/pypi/systemd-python-234.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,745 lines, 60,308 bytes in 0.011 seconds.
That's 154,040 lines/sec, or 5,323,696 bytes/sec.
Done
Extracting files from ./data/pypi/dataclasses-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 4,365 lines, 149,838 bytes in 0.055 seconds.
That's 79,707 lines/sec, or 2,736,102 bytes/sec.
Done
Extracting files from ./data/pypi/msal-extensions-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 588 lines, 21,454 bytes in 0.004 seconds.
That's 130,725 lines/sec, or 4,769,670 bytes/sec.
Done
Extracting files from ./data/pypi/pathvalidate-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,126 lines, 98,124 bytes in 0.023 seconds.
That's 136,370 lines/sec, or 4,280,593 bytes/sec.
Done
Extracting files from ./data/pypi/zope.lifecycleevent-4.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,268 lines, 41,071 bytes in 0.007 seconds.
That's 192,082 lines/sec, or 6,221,622 bytes/sec.
Done
Extracting files from ./data/pypi/logging-0.4.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 7,081 lines, 260,257 bytes in 0.025 seconds.
That's 284,481 lines/sec, or 10,455,910 bytes/sec.
Done
Extracting files from ./data/pypi/django-crontab-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 292 lines, 10,544 bytes in 0.004 seconds.
That's 82,607 lines/sec, or 2,982,918 bytes/sec.
Done
Extracting files from ./data/pypi/shellingham-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 377 lines, 11,858 bytes in 0.004 seconds.
That's 95,985 lines/sec, or 3,019,064 bytes/sec.
Done
Extracting files from ./data/pypi/autograd-1.3.tar.gz... Extracting files from ./data/pypi/google-cloud-securitycenter-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 18,120 lines, 734,475 bytes in 0.186 seconds.
That's 97,581 lines/sec, or 3,955,338 bytes/sec.
Done
Extracting files from ./data/pypi/pyroma-2.6.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,405 lines, 90,553 bytes in 0.015 seconds.
That's 158,585 lines/sec, or 5,971,054 bytes/sec.
Done
Extracting files from ./data/pypi/jmxquery-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 241 lines, 8,652 bytes in 0.002 seconds.
That's 115,589 lines/sec, or 4,149,699 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-firestore-1.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 127 files, 67,176 lines, 2,450,086 bytes in 0.734 seconds.
That's 91,526 lines/sec, or 3,338,200 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-databaselibrary-1.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 881 lines, 41,332 bytes in 0.005 seconds.
That's 187,306 lines/sec, or 8,787,458 bytes/sec.
Done
Extracting files from ./data/pypi/slugid-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 142 lines, 3,937 bytes in 0.001 seconds.
That's 118,290 lines/sec, or 3,279,638 bytes/sec.
Done
Extracting files from ./data/pypi/django-modelcluster-5.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,794 lines, 68,572 bytes in 0.013 seconds.
That's 136,367 lines/sec, or 5,212,342 bytes/sec.
Done
Extracting files from ./data/pypi/bitarray-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 3,397 lines, 113,661 bytes in 0.042 seconds.
That's 81,670 lines/sec, or 2,732,628 bytes/sec.
Done
Extracting files from ./data/pypi/zope.configuration-4.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 8,778 lines, 306,581 bytes in 0.064 seconds.
That's 136,801 lines/sec, or 4,777,930 bytes/sec.
Done
Extracting files from ./data/pypi/django-reversion-3.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 3,750 lines, 131,169 bytes in 0.032 seconds.
That's 115,557 lines/sec, or 4,041,985 bytes/sec.
Done
Extracting files from ./data/pypi/cycler-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 892 lines, 26,348 bytes in 0.028 seconds.
That's 31,833 lines/sec, or 940,292 bytes/sec.
Done
Extracting files from ./data/pypi/falcon-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 133 files, 25,309 lines, 889,061 bytes in 0.201 seconds.
That's 125,855 lines/sec, or 4,421,071 bytes/sec.
Done
Extracting files from ./data/pypi/nbsphinx-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,117 lines, 72,740 bytes in 0.012 seconds.
That's 182,733 lines/sec, or 6,278,681 bytes/sec.
Done
Extracting files from ./data/pypi/devpi-client-5.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 7,265 lines, 267,568 bytes in 0.071 seconds.
That's 102,499 lines/sec, or 3,775,023 bytes/sec.
Done
Extracting files from ./data/pypi/helper-2.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,641 lines, 58,835 bytes in 0.010 seconds.
That's 164,914 lines/sec, or 5,912,686 bytes/sec.
Done
Extracting files from ./data/pypi/statistics-1.0.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 701 lines, 21,729 bytes in 0.003 seconds.
That's 242,952 lines/sec, or 7,530,824 bytes/sec.
Done
Extracting files from ./data/pypi/ua-parser-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 8,375 lines, 194,459 bytes in 0.030 seconds.
That's 278,801 lines/sec, or 6,473,484 bytes/sec.
Done
Extracting files from ./data/pypi/libtiff-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 15,109 lines, 506,404 bytes in 0.183 seconds.
That's 82,702 lines/sec, or 2,771,910 bytes/sec.
Done
Extracting files from ./data/pypi/cchardet-2.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 56 files, 4,416 lines, 182,663 bytes in 0.039 seconds.
That's 113,552 lines/sec, or 4,696,957 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-bigquery-storage-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 5,687 lines, 210,876 bytes in 0.030 seconds.
That's 191,343 lines/sec, or 7,095,066 bytes/sec.
Done
Extracting files from ./data/pypi/superlance-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 3,306 lines, 115,248 bytes in 0.048 seconds.
That's 69,142 lines/sec, or 2,410,309 bytes/sec.
Done
Extracting files from ./data/pypi/taskcluster-urls-12.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 122 lines, 4,864 bytes in 0.002 seconds.
That's 81,030 lines/sec, or 3,230,577 bytes/sec.
Done
Extracting files from ./data/pypi/dulwich-0.19.15.tar.gz... Done
Trying to parse all python files ...
Checked 88 files, 40,282 lines, 1,420,291 bytes in 0.609 seconds.
That's 66,107 lines/sec, or 2,330,848 bytes/sec.
Done
Extracting files from ./data/pypi/qt4reactor-1.6.tar.gz... Done
Trying to parse all python files ...
data/pypi/qt4reactor-1.6/ghtTests/process_linger.py:10:7: invalid syntax
data/pypi/qt4reactor-1.6/qtreactor/qt4base.py:394:14: invalid syntax
Checked 29 files, 1,853 lines, 46,854 bytes in 0.015 seconds.
That's 127,240 lines/sec, or 3,217,313 bytes/sec.
Failed to parse data/pypi/qt4reactor-1.6
Extracting files from ./data/pypi/netdisco-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 81 files, 2,533 lines, 78,870 bytes in 0.025 seconds.
That's 100,146 lines/sec, or 3,118,240 bytes/sec.
Done
Extracting files from ./data/pypi/htpasswd-2.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 208 lines, 6,043 bytes in 0.002 seconds.
That's 91,882 lines/sec, or 2,669,424 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-docstrings-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 185 lines, 5,703 bytes in 0.002 seconds.
That's 118,447 lines/sec, or 3,651,369 bytes/sec.
Done
Extracting files from ./data/pypi/python-ldap-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 97 files, 15,226 lines, 476,931 bytes in 0.133 seconds.
That's 114,370 lines/sec, or 3,582,469 bytes/sec.
Done
Extracting files from ./data/pypi/daiquiri-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,088 lines, 38,238 bytes in 0.009 seconds.
That's 127,616 lines/sec, or 4,485,075 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-IMServicePlugIn-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 929 lines, 31,800 bytes in 0.009 seconds.
That's 107,165 lines/sec, or 3,668,286 bytes/sec.
Done
Extracting files from ./data/pypi/flask-restplus-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 5,362 lines, 186,200 bytes in 0.065 seconds.
That's 82,704 lines/sec, or 2,871,976 bytes/sec.
Done
Extracting files from ./data/pypi/junos-eznc-2.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 82 files, 13,833 lines, 516,280 bytes in 0.136 seconds.
That's 101,667 lines/sec, or 3,794,436 bytes/sec.
Done
Extracting files from ./data/pypi/schedule-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,118 lines, 39,814 bytes in 0.051 seconds.
That's 21,968 lines/sec, or 782,322 bytes/sec.
Done
Extracting files from ./data/pypi/python-augeas-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,090 lines, 39,131 bytes in 0.009 seconds.
That's 125,351 lines/sec, or 4,500,091 bytes/sec.
Done
Extracting files from ./data/pypi/tftpy-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,395 lines, 94,088 bytes in 0.020 seconds.
That's 116,866 lines/sec, or 4,591,113 bytes/sec.
Done
Extracting files from ./data/pypi/featuretools-0.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 131 files, 23,076 lines, 919,477 bytes in 0.309 seconds.
That's 74,691 lines/sec, or 2,976,108 bytes/sec.Extracting files from ./data/pypi/marshmallow-oneofschema-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 235 lines, 7,723 bytes in 0.005 seconds.
That's 44,333 lines/sec, or 1,456,961 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Quartz-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 267 files, 31,112 lines, 1,263,052 bytes in 0.481 seconds.
That's 64,707 lines/sec, or 2,626,888 bytes/sec.
Done
Extracting files from ./data/pypi/fabric-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 7,255 lines, 278,846 bytes in 0.080 seconds.
That's 90,729 lines/sec, or 3,487,189 bytes/sec.
Done
Extracting files from ./data/pypi/ftputil-3.4.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 7,695 lines, 286,436 bytes in 0.055 seconds.
That's 139,300 lines/sec, or 5,185,264 bytes/sec.
Done
Extracting files from ./data/pypi/pprint-0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 13 lines, 365 bytes in 0.001 seconds.
That's 22,559 lines/sec, or 633,397 bytes/sec.
Done
Extracting files from ./data/pypi/vsts-cd-manager-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 1,403 lines, 60,229 bytes in 0.013 seconds.
That's 109,461 lines/sec, or 4,699,009 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-DiskArbitration-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,302 lines, 46,740 bytes in 0.010 seconds.
That's 131,720 lines/sec, or 4,728,570 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-httpdomain-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,545 lines, 51,462 bytes in 0.013 seconds.
That's 118,215 lines/sec, or 3,937,597 bytes/sec.
Done
Extracting files from ./data/pypi/aws_lambda_builders-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 4,145 lines, 141,964 bytes in 0.066 seconds.
That's 62,531 lines/sec, or 2,141,663 bytes/sec.
Done
Extracting files from ./data/pypi/sshuttle-0.78.5.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 6,579 lines, 212,241 bytes in 0.076 seconds.
That's 86,950 lines/sec, or 2,805,027 bytes/sec.
Done
Extracting files from ./data/pypi/nameparser-1.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 5,049 lines, 151,761 bytes in 0.041 seconds.
That's 122,280 lines/sec, or 3,675,444 bytes/sec.
Done
Extracting files from ./data/pypi/python-saharaclient-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 104 files, 18,561 lines, 685,513 bytes in 0.173 seconds.
That's 107,151 lines/sec, or 3,957,407 bytes/sec.
Done
Extracting files from ./data/pypi/Lifetimes-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 3,456 lines, 118,929 bytes in 0.020 seconds.
That's 174,811 lines/sec, or 6,015,658 bytes/sec.
Done
Extracting files from ./data/pypi/pydivert-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,419 lines, 79,448 bytes in 0.040 seconds.
That's 60,810 lines/sec, or 1,997,189 bytes/sec.
Done
Extracting files from ./data/pypi/django-session-security-2.6.6.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 801 lines, 26,198 bytes in 0.008 seconds.
That's 96,775 lines/sec, or 3,165,180 bytes/sec.
Done
Extracting files from ./data/pypi/dirq-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 4,071 lines, 127,315 bytes in 0.028 seconds.
That's 146,121 lines/sec, or 4,569,747 bytes/sec.
Done
Extracting files from ./data/pypi/vulture-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 3,424 lines, 82,242 bytes in 0.024 seconds.
That's 139,765 lines/sec, or 3,357,060 bytes/sec.
Done
Extracting files from ./data/pypi/rethinkdb-2.4.4.post1.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 11,699 lines, 619,748 bytes in 0.143 seconds.
That's 81,811 lines/sec, or 4,333,877 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.util-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 293 lines, 10,870 bytes in 0.003 seconds.
That's 115,675 lines/sec, or 4,291,424 bytes/sec.
Done
Extracting files from ./data/pypi/aioredis-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 80 files, 16,115 lines, 510,275 bytes in 0.208 seconds.
That's 77,367 lines/sec, or 2,449,803 bytes/sec.
Done
Extracting files from ./data/pypi/pytorch_transformers-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 14,418 lines, 694,773 bytes in 0.130 seconds.
That's 110,943 lines/sec, or 5,346,099 bytes/sec.
Done
Extracting files from ./data/pypi/fbprophet-0.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 5,341 lines, 189,746 bytes in 0.062 seconds.
That's 85,677 lines/sec, or 3,043,773 bytes/sec.
Done
Extracting files from ./data/pypi/wordsegment-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 290 lines, 8,959 bytes in 0.002 seconds.
That's 122,332 lines/sec, or 3,779,218 bytes/sec.
Done
Extracting files from ./data/pypi/Sanic-Cors-0.9.9.post4.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 3,595 lines, 130,760 bytes in 0.040 seconds.
That's 90,348 lines/sec, or 3,286,201 bytes/sec.
Done
Extracting files from ./data/pypi/pyserial-3.4.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 11,748 lines, 424,510 bytes in 0.132 seconds.
That's 89,213 lines/sec, or 3,223,689 bytes/sec.
Done
Extracting files from ./data/pypi/PyBluez-0.23.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 3,809 lines, 126,564 bytes in 0.032 seconds.
That's 118,034 lines/sec, or 3,921,980 bytes/sec.
Done
Extracting files from ./data/pypi/importlib_resources-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 1,505 lines, 54,805 bytes in 0.014 seconds.
That's 109,730 lines/sec, or 3,995,842 bytes/sec.
Done
Extracting files from ./data/pypi/django-user_agents-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 362 lines, 11,907 bytes in 0.004 seconds.
That's 83,738 lines/sec, or 2,754,334 bytes/sec.
Done
Extracting files from ./data/pypi/parso-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 82 files, 14,842 lines, 441,519 bytes in 0.129 seconds.
That's 114,975 lines/sec, or 3,420,265 bytes/sec.
Diffing ASTs for data/pypi/parso-0.6.1/test/normalizer_issue_files/allowed_syntax_python3.6.py ...
--- a
+++ b
@@ -22,7 +22,7 @@
target=Attribute(value=Name(id="foo", ctx=Load()), attr="bar", ctx=Store()),
annotation=Name(id="int", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Subscript(
@@ -32,7 +32,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
FunctionDef(
name="glob",
Exception encountered in analyzing ./data/pypi/parso-0.6.1.tar.gz:
'utf-8' codec can't decode byte 0xdf in position 62: invalid continuation byte
Failed to parse data/pypi/parso-0.6.1
Extracting files from ./data/pypi/smartsheet-python-sdk-2.86.0.tar.gz... Done
Trying to parse all python files ...
Checked 215 files, 27,823 lines, 860,790 bytes in 0.305 seconds.
That's 91,235 lines/sec, or 2,822,641 bytes/sec.
Done
Extracting files from ./data/pypi/pylint-2.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 642 files, 61,849 lines, 1,891,750 bytes in 0.822 seconds.
That's 75,285 lines/sec, or 2,302,710 bytes/sec.
Exception encountered in analyzing ./data/pypi/pylint-2.4.4.tar.gz:
'utf-8' codec can't decode byte 0xe9 in position 96: invalid continuation byte
Failed to parse data/pypi/pylint-2.4.4
Extracting files from ./data/pypi/google-cloud-trace-0.23.0.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 7,553 lines, 280,298 bytes in 0.036 seconds.
That's 211,128 lines/sec, or 7,835,141 bytes/sec.
Done
Extracting files from ./data/pypi/aws-encryption-sdk-cli-1.1.7.tar.gz... Extracting files from ./data/pypi/texttable-1.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,092 lines, 33,102 bytes in 0.010 seconds.
That's 113,745 lines/sec, or 3,447,981 bytes/sec.
Done
Extracting files from ./data/pypi/spyder-4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 302 files, 91,389 lines, 3,505,921 bytes in 1.854 seconds.
That's 49,298 lines/sec, or 1,891,205 bytes/sec.
Done
Extracting files from ./data/pypi/robotbackgroundlogger-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 180 lines, 6,221 bytes in 0.002 seconds.
That's 115,299 lines/sec, or 3,984,845 bytes/sec.
Done
Extracting files from ./data/pypi/pyPdf-1.13.tar.gz... Done
Trying to parse all python files ...
data/pypi/pyPdf-1.13/pyPdf/generic.py:102:37: invalid syntax
data/pypi/pyPdf-1.13/pyPdf/pdf.py:655:32: invalid syntax
data/pypi/pyPdf-1.13/pyPdf/utils.py:77:28: invalid syntax
Checked 7 files, 3,442 lines, 139,079 bytes in 0.010 seconds.
That's 355,053 lines/sec, or 14,346,416 bytes/sec.
Failed to parse data/pypi/pyPdf-1.13
Extracting files from ./data/pypi/azure-functions-devops-build-0.0.22.tar.gz... Done
Trying to parse all python files ...
Checked 55 files, 2,585 lines, 111,675 bytes in 0.025 seconds.
That's 103,102 lines/sec, or 4,454,112 bytes/sec.
Done
Extracting files from ./data/pypi/QtPy-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 73 files, 3,547 lines, 128,934 bytes in 0.030 seconds.
That's 119,087 lines/sec, or 4,328,835 bytes/sec.
Done
Extracting files from ./data/pypi/jsonfield-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 752 lines, 27,349 bytes in 0.007 seconds.
That's 112,354 lines/sec, or 4,086,133 bytes/sec.
Done
Extracting files from ./data/pypi/PyKMIP-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 228 files, 132,065 lines, 4,952,830 bytes in 1.768 seconds.
That's 74,698 lines/sec, or 2,801,398 bytes/sec.
Done
Extracting files from ./data/pypi/pypandoc-1.4.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,431 lines, 54,271 bytes in 0.011 seconds.
That's 133,664 lines/sec, or 5,069,238 bytes/sec.
Done
Extracting files from ./data/pypi/crc16-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 684 lines, 27,636 bytes in 0.005 seconds.
That's 132,031 lines/sec, or 5,334,520 bytes/sec.
Done
Extracting files from ./data/pypi/os-testr-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 3,076 lines, 111,930 bytes in 0.043 seconds.
That's 71,235 lines/sec, or 2,592,101 bytes/sec.
Done
Extracting files from ./data/pypi/readability-lxml-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,071 lines, 40,718 bytes in 0.010 seconds.
That's 109,167 lines/sec, or 4,150,372 bytes/sec.
Done
Extracting files from ./data/pypi/sigopt-5.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,249 lines, 110,110 bytes in 0.033 seconds.
That's 98,483 lines/sec, or 3,337,632 bytes/sec.
Done
Extracting files from ./data/pypi/datrie-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 694 lines, 18,558 bytes in 0.007 seconds.
That's 99,306 lines/sec, or 2,655,496 bytes/sec.
Done
Extracting files from ./data/pypi/wurlitzer-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 558 lines, 16,297 bytes in 0.004 seconds.
That's 136,803 lines/sec, or 3,995,474 bytes/sec.
Done
Extracting files from ./data/pypi/restructuredtext_lint-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 472 lines, 20,300 bytes in 0.004 seconds.
That's 106,122 lines/sec, or 4,564,158 bytes/sec.
Done
Extracting files from ./data/pypi/freetype-py-2.1.0.post1.tar.gz... Done
Trying to parse all python files ...
Checked 69 files, 10,631 lines, 367,042 bytes in 0.133 seconds.
That's 80,014 lines/sec, or 2,762,539 bytes/sec.
Done
Extracting files from ./data/pypi/evdev-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,040 lines, 59,339 bytes in 0.011 seconds.
That's 182,942 lines/sec, or 5,321,370 bytes/sec.
Done
Extracting files from ./data/pypi/ipykernel-5.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 67 files, 10,276 lines, 337,754 bytes in 0.102 seconds.
That's 100,571 lines/sec, or 3,305,588 bytes/sec.
Done
Extracting files from ./data/pypi/pandavro-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 177 lines, 5,435 bytes in 0.002 seconds.
That's 108,378 lines/sec, or 3,327,889 bytes/sec.
Done
Extracting files from ./data/pypi/consulate-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,290 lines, 76,117 bytes in 0.013 seconds.
That's 171,340 lines/sec, or 5,695,134 bytes/sec.
Done
Extracting files from ./data/pypi/aws_kinesis_agg-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,645 lines, 71,571 bytes in 0.010 seconds.
That's 161,883 lines/sec, or 7,043,254 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-jQuery-3.3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 106 lines, 4,462 bytes in 0.001 seconds.
That's 72,753 lines/sec, or 3,062,508 bytes/sec.
Done
Extracting files from ./data/pypi/cloudant-2.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 7,301 lines, 282,720 bytes in 0.035 seconds.
That's 208,396 lines/sec, or 8,069,834 bytes/sec.
Done
Extracting files from ./data/pypi/celery_once-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 475 lines, 14,646 bytes in 0.004 seconds.
That's 119,106 lines/sec, or 3,672,492 bytes/sec.
Done
Extracting files from ./data/pypi/stop-words-2018.7.23.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 241 lines, 7,250 bytes in 0.002 seconds.
That's 106,112 lines/sec, or 3,192,180 bytes/sec.
Done
Extracting files from ./data/pypi/jaraco.classes-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 334 lines, 8,098 bytes in 0.002 seconds.
That's 140,709 lines/sec, or 3,411,558 bytes/sec.
Done
Extracting files from ./data/pypi/requests_aws_sign-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 69 lines, 2,399 bytes in 0.001 seconds.
That's 56,702 lines/sec, or 1,971,421 bytes/sec.
Done
Extracting files from ./data/pypi/chargebee-2.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 2,477 lines, 105,237 bytes in 0.055 seconds.
That's 45,094 lines/sec, or 1,915,839 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-factoryboy-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 556 lines, 18,307 bytes in 0.005 seconds.
That's 113,354 lines/sec, or 3,732,325 bytes/sec.
Done
Extracting files from ./data/pypi/pypcd-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,577 lines, 57,056 bytes in 0.015 seconds.
That's 102,144 lines/sec, or 3,695,568 bytes/sec.
Done
Extracting files from ./data/pypi/semidbm-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 625 lines, 22,246 bytes in 0.005 seconds.
That's 122,704 lines/sec, or 4,367,463 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-QTKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 3,185 lines, 154,675 bytes in 0.056 seconds.
That's 56,519 lines/sec, or 2,744,759 bytes/sec.
Done
Extracting files from ./data/pypi/mkdocs-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 52 files, 10,068 lines, 366,690 bytes in 0.130 seconds.
That's 77,366 lines/sec, or 2,817,786 bytes/sec.
Done
Extracting files from ./data/pypi/html5lib-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 15,544 lines, 570,322 bytes in 0.177 seconds.
That's 87,881 lines/sec, or 3,224,416 bytes/sec.
Done
Extracting files from ./data/pypi/enum-compat-0.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 44 lines, 1,346 bytes in 0.001 seconds.
That's 82,832 lines/sec, or 2,533,902 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.cache-2.0.0.tar.gz... Extracting files from ./data/pypi/iniparse-0.5.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,212 lines, 100,103 bytes in 0.043 seconds.
That's 74,115 lines/sec, or 2,309,817 bytes/sec.
Done
Extracting files from ./data/pypi/conda-4.3.16.tar.gz... Done
Trying to parse all python files ...
Checked 157 files, 30,764 lines, 1,058,282 bytes in 0.375 seconds.
That's 82,138 lines/sec, or 2,825,554 bytes/sec.
Done
Extracting files from ./data/pypi/smmap2-2.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,673 lines, 65,414 bytes in 0.013 seconds.
That's 130,735 lines/sec, or 5,111,715 bytes/sec.
Done
Extracting files from ./data/pypi/edx-django-utils-2.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,436 lines, 50,160 bytes in 0.010 seconds.
That's 138,975 lines/sec, or 4,854,433 bytes/sec.
Done
Extracting files from ./data/pypi/typed_ast-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,353 lines, 46,665 bytes in 0.010 seconds.
That's 139,436 lines/sec, or 4,809,140 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-mockito-0.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 76 lines, 1,754 bytes in 0.002 seconds.
That's 46,292 lines/sec, or 1,068,372 bytes/sec.
Done
Extracting files from ./data/pypi/peppercorn-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 519 lines, 15,788 bytes in 0.004 seconds.
That's 122,861 lines/sec, or 3,737,424 bytes/sec.
Done
Extracting files from ./data/pypi/pymodbus-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 100 files, 22,482 lines, 839,561 bytes in 0.247 seconds.
That's 91,111 lines/sec, or 3,402,415 bytes/sec.
Done
Extracting files from ./data/pypi/easypkg-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 53 lines, 1,558 bytes in 0.001 seconds.
That's 53,917 lines/sec, or 1,584,944 bytes/sec.
Done
Extracting files from ./data/pypi/yarl-1.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 4,696 lines, 129,898 bytes in 0.031 seconds.
That's 149,651 lines/sec, or 4,139,555 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-pubsub-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 17,886 lines, 671,760 bytes in 0.137 seconds.
That's 130,490 lines/sec, or 4,900,932 bytes/sec.
Done
Extracting files from ./data/pypi/pyu2f-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 2,774 lines, 92,184 bytes in 0.041 seconds.
That's 67,387 lines/sec, or 2,239,359 bytes/sec.
Done
Extracting files from ./data/pypi/flake8_tuple-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 266 lines, 7,229 bytes in 0.003 seconds.
That's 94,952 lines/sec, or 2,580,479 bytes/sec.
Done
Extracting files from ./data/pypi/backports.shutil_which-3.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 136 lines, 4,293 bytes in 0.001 seconds.
That's 91,797 lines/sec, or 2,897,674 bytes/sec.
Done
Extracting files from ./data/pypi/python-designateclient-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 7,303 lines, 240,560 bytes in 0.055 seconds.
That's 132,967 lines/sec, or 4,379,927 bytes/sec.
Done
Extracting files from ./data/pypi/django-fsm-admin-1.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 389 lines, 15,210 bytes in 0.004 seconds.
That's 110,774 lines/sec, or 4,331,276 bytes/sec.
Done
Extracting files from ./data/pypi/Paste-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 138 files, 28,974 lines, 1,038,924 bytes in 0.348 seconds.
That's 83,263 lines/sec, or 2,985,575 bytes/sec.
Exception encountered in analyzing ./data/pypi/Paste-3.3.0.tar.gz:
'utf-8' codec can't decode byte 0xfc in position 6116: invalid start byte
Failed to parse data/pypi/Paste-3.3.0
Extracting files from ./data/pypi/remoto-1.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 1,139 lines, 37,738 bytes in 0.012 seconds.
That's 98,928 lines/sec, or 3,277,726 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-stubs-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 344 lines, 12,742 bytes in 0.005 seconds.
That's 72,377 lines/sec, or 2,680,904 bytes/sec.
Done
Extracting files from ./data/pypi/pyrepl-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 5,325 lines, 172,747 bytes in 0.038 seconds.
That's 141,044 lines/sec, or 4,575,559 bytes/sec.
Exception encountered in analyzing ./data/pypi/pyrepl-0.9.0.tar.gz:
invalid syntax (<unknown>, line 65)
Failed to parse data/pypi/pyrepl-0.9.0
Extracting files from ./data/pypi/django-storages-1.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 5,315 lines, 195,213 bytes in 0.070 seconds.
That's 76,388 lines/sec, or 2,805,626 bytes/sec.
Done
Extracting files from ./data/pypi/findspark-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 204 lines, 6,316 bytes in 0.001 seconds.
That's 140,499 lines/sec, or 4,349,955 bytes/sec.
Done
Extracting files from ./data/pypi/cached-property-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 714 lines, 21,520 bytes in 0.005 seconds.
That's 137,613 lines/sec, or 4,147,662 bytes/sec.
Done
Extracting files from ./data/pypi/django-discover-runner-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 353 lines, 13,095 bytes in 0.003 seconds.
That's 116,179 lines/sec, or 4,309,825 bytes/sec.
Done
Extracting files from ./data/pypi/injector-0.18.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,602 lines, 53,419 bytes in 0.010 seconds.
That's 165,920 lines/sec, or 5,532,645 bytes/sec.
Done
Extracting files from ./data/pypi/user_agent-0.1.9.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,051 lines, 33,316 bytes in 0.008 seconds.
That's 131,801 lines/sec, or 4,178,001 bytes/sec.
Done
Extracting files from ./data/pypi/easydict-1.9.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 179 lines, 4,311 bytes in 0.001 seconds.
That's 138,138 lines/sec, or 3,326,890 bytes/sec.
Done
Extracting files from ./data/pypi/zope.security-5.0.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 12,204 lines, 442,668 bytes in 0.146 seconds.
That's 83,375 lines/sec, or 3,024,191 bytes/sec.
Done
Extracting files from ./data/pypi/backpack-0.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,085 lines, 25,320 bytes in 0.006 seconds.
That's 176,068 lines/sec, or 4,108,785 bytes/sec.
Done
Extracting files from ./data/pypi/js2xml-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,569 lines, 250,104 bytes in 0.150 seconds.
That's 10,472 lines/sec, or 1,669,296 bytes/sec.
Done
Extracting files from ./data/pypi/graphene-sqlalchemy-2.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,511 lines, 111,466 bytes in 0.025 seconds.
That's 138,627 lines/sec, or 4,401,080 bytes/sec.
Done
Extracting files from ./data/pypi/gapic-google-cloud-spanner-admin-instance-v1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 864 lines, 38,994 bytes in 0.004 seconds.
That's 245,006 lines/sec, or 11,057,582 bytes/sec.
Done
Extracting files from ./data/pypi/ngram-3.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,008 lines, 35,934 bytes in 0.006 seconds.
That's 174,058 lines/sec, or 6,204,945 bytes/sec.
Done
Extracting files from ./data/pypi/certbot-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 106 files, 29,803 lines, 1,184,810 bytes in 0.422 seconds.
That's 70,582 lines/sec, or 2,805,949 bytes/sec.
Done
Extracting files from ./data/pypi/PyOpenGL-3.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 2,890 files, 140,316 lines, 5,953,992 bytes in 2.680 seconds.
That's 52,360 lines/sec, or 2,221,762 bytes/sec.
Done
Extracting files from ./data/pypi/globre-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 506 lines,Extracting files from ./data/pypi/sagemaker-1.50.9.post0.tar.gz... Done
Trying to parse all python files ...
Checked 109 files, 35,673 lines, 1,442,855 bytes in 0.262 seconds.
That's 136,291 lines/sec, or 5,512,511 bytes/sec.
Done
Extracting files from ./data/pypi/iptools-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,786 lines, 51,379 bytes in 0.007 seconds.
That's 272,045 lines/sec, or 7,826,087 bytes/sec.
Done
Extracting files from ./data/pypi/sqlitedict-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,191 lines, 41,965 bytes in 0.009 seconds.
That's 132,522 lines/sec, or 4,669,425 bytes/sec.
Done
Extracting files from ./data/pypi/pyxDamerauLevenshtein-1.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 85 lines, 4,961 bytes in 0.001 seconds.
That's 135,816 lines/sec, or 7,926,835 bytes/sec.
Done
Extracting files from ./data/pypi/logmatic-python-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 86 lines, 3,205 bytes in 0.001 seconds.
That's 73,300 lines/sec, or 2,731,710 bytes/sec.
Done
Extracting files from ./data/pypi/aws-xray-sdk-2.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 92 files, 5,969 lines, 191,877 bytes in 0.074 seconds.
That's 80,579 lines/sec, or 2,590,258 bytes/sec.
Done
Extracting files from ./data/pypi/pql-0.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 687 lines, 22,670 bytes in 0.006 seconds.
That's 108,164 lines/sec, or 3,569,252 bytes/sec.
Done
Extracting files from ./data/pypi/marshmallow-3.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 14,152 lines, 483,936 bytes in 0.170 seconds.
That's 83,392 lines/sec, or 2,851,636 bytes/sec.
Done
Extracting files from ./data/pypi/python_http_client-3.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 423 lines, 12,502 bytes in 0.003 seconds.
That's 155,331 lines/sec, or 4,590,894 bytes/sec.
Done
Extracting files from ./data/pypi/astor-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,534 lines, 112,452 bytes in 0.029 seconds.
That's 122,298 lines/sec, or 3,891,535 bytes/sec.
Done
Extracting files from ./data/pypi/geocoder-1.38.1.tar.gz... Done
Trying to parse all python files ...
Checked 100 files, 9,956 lines, 283,948 bytes in 0.103 seconds.
That's 96,264 lines/sec, or 2,745,486 bytes/sec.
Done
Extracting files from ./data/pypi/pdbpp-0.10.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 4,212 lines, 104,767 bytes in 0.051 seconds.
That's 82,297 lines/sec, or 2,047,006 bytes/sec.
Done
Extracting files from ./data/pypi/psycopg2-binary-2.8.4.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 18,724 lines, 640,845 bytes in 0.288 seconds.
That's 65,041 lines/sec, or 2,226,090 bytes/sec.
Done
Extracting files from ./data/pypi/codespell-1.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,192 lines, 42,616 bytes in 0.012 seconds.
That's 98,257 lines/sec, or 3,512,852 bytes/sec.
Done
Extracting files from ./data/pypi/GitPython-3.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 68 files, 21,622 lines, 838,360 bytes in 0.263 seconds.
That's 82,140 lines/sec, or 3,184,860 bytes/sec.
Done
Extracting files from ./data/pypi/ffmpeg_quality_metrics-0.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 424 lines, 13,669 bytes in 0.004 seconds.
That's 99,820 lines/sec, or 3,218,003 bytes/sec.
Done
Extracting files from ./data/pypi/testrepository-0.0.20.tar.gz... Done
Trying to parse all python files ...
Checked 68 files, 8,925 lines, 339,269 bytes in 0.105 seconds.
That's 85,197 lines/sec, or 3,238,619 bytes/sec.
Done
Extracting files from ./data/pypi/Morfessor-2.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 3,485 lines, 132,617 bytes in 0.029 seconds.
That's 120,689 lines/sec, or 4,592,665 bytes/sec.
Done
Extracting files from ./data/pypi/colorama-0.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,046 lines, 36,994 bytes in 0.010 seconds.
That's 108,389 lines/sec, or 3,833,389 bytes/sec.
Done
Extracting files from ./data/pypi/moto-1.3.14.tar.gz... Done
Trying to parse all python files ...
Checked 564 files, 179,983 lines, 6,536,864 bytes in 3.202 seconds.
That's 56,207 lines/sec, or 2,041,406 bytes/sec.
Done
Extracting files from ./data/pypi/flatten-dict-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 476 lines, 21,662 bytes in 0.004 seconds.
That's 123,522 lines/sec, or 5,621,296 bytes/sec.
Done
Extracting files from ./data/pypi/channels_redis-2.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 869 lines, 32,521 bytes in 0.006 seconds.
That's 151,654 lines/sec, or 5,675,417 bytes/sec.
Done
Extracting files from ./data/pypi/dask-ml-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 12,254 lines, 399,899 bytes in 0.069 seconds.
That's 178,516 lines/sec, or 5,825,711 bytes/sec.
Done
Extracting files from ./data/pypi/applicationinsights-0.11.9.tar.gz... Done
Trying to parse all python files ...
Checked 93 files, 8,959 lines, 316,590 bytes in 0.069 seconds.
That's 130,636 lines/sec, or 4,616,366 bytes/sec.
Exception encountered in analyzing ./data/pypi/applicationinsights-0.11.9.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/applicationinsights-0.11.9
Extracting files from ./data/pypi/eeweather-0.3.22.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 8,353 lines, 263,689 bytes in 0.052 seconds.
That's 161,144 lines/sec, or 5,087,008 bytes/sec.
Done
Extracting files from ./data/pypi/django-bootstrap4-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 3,518 lines, 118,533 bytes in 0.026 seconds.
That's 136,180 lines/sec, or 4,588,368 bytes/sec.
Done
Extracting files from ./data/pypi/cookiejar-0.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 944 lines, 27,627 bytes in 0.009 seconds.
That's 100,333 lines/sec, or 2,936,321 bytes/sec.
Done
Extracting files from ./data/pypi/gevent-websocket-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,655 lines, 52,003 bytes in 0.013 seconds.
That's 132,054 lines/sec, or 4,149,382 bytes/sec.
Done
Extracting files from ./data/pypi/structlog-20.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 7,228 lines, 211,995 bytes in 0.095 seconds.
That's 76,263 lines/sec, or 2,236,763 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter-spark-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 288 lines, 9,676 bytes in 0.003 seconds.
That's 92,877 lines/sec, or 3,120,413 bytes/sec.
Done
Extracting files from ./data/pypi/pycountry-19.8.18.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 602 lines, 19,915 bytes in 0.017 seconds.
That's 34,945 lines/sec, or 1,156,039 bytes/sec.
Done
Extracting files from ./data/pypi/dicttoxml-1.7.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 424 lines, 13,797 bytes in 0.004 seconds.
That's 98,816 lines/sec, or 3,215,470 bytes/sec.
Done
Extracting files from ./data/pypi/fancycompleter-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 579 lines, 17,484 bytes in 0.004 seconds.
That's 142,167 lines/sec, or 4,293,011 bytes/sec.
Done
Extracting files from ./data/pypi/scikit-surprise-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 4,663 lines, 167,210 bytes in 0.029 seconds.
That's 161,181 lines/sec, or 5,779,776 bytes/sec.
Done
Extracting files from ./data/pypi/antlr4-python3-runtime-4.8.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 11,704 lines, 465,478 bytes in 0.106 seconds.
That's 110,153 lines/sec, or 4,380,859 bytes/sec.
Done
Extracting files from ./data/pypi/djangocms-attributes-field-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 580 lines, 21,038 bytes in 0.005 seconds.
That's 126,315 lines/sec, or 4,581,742 bytes/sec.Extracting files from ./data/pypi/pyobjc-framework-IOSurface-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,068 lines, 40,580 bytes in 0.011 seconds.
That's 100,323 lines/sec, or 3,811,893 bytes/sec.
Done
Extracting files from ./data/pypi/pendulum-2.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 76 files, 10,299 lines, 301,793 bytes in 0.097 seconds.
That's 105,897 lines/sec, or 3,103,103 bytes/sec.
Done
Extracting files from ./data/pypi/yapf-0.29.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 20,369 lines, 711,759 bytes in 0.172 seconds.
That's 118,718 lines/sec, or 4,148,400 bytes/sec.
Done
Extracting files from ./data/pypi/onetoken-0.2.200120.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,161 lines, 74,497 bytes in 0.023 seconds.
That's 92,973 lines/sec, or 3,205,078 bytes/sec.
Done
Extracting files from ./data/pypi/s3cmd-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 7,132 lines, 280,362 bytes in 0.091 seconds.
That's 78,699 lines/sec, or 3,093,681 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-print-3.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 170 lines, 5,834 bytes in 0.002 seconds.
That's 87,542 lines/sec, or 3,004,244 bytes/sec.
Done
Extracting files from ./data/pypi/pyvmomi-6.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 14,059 lines, 1,767,829 bytes in 0.631 seconds.
That's 22,291 lines/sec, or 2,802,893 bytes/sec.
Done
Extracting files from ./data/pypi/pyparsing-2.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 100 files, 27,205 lines, 1,063,213 bytes in 0.321 seconds.
That's 84,739 lines/sec, or 3,311,746 bytes/sec.
Done
Extracting files from ./data/pypi/requests-oauth-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 514 lines, 20,725 bytes in 0.003 seconds.
That's 171,564 lines/sec, or 6,917,631 bytes/sec.
Done
Extracting files from ./data/pypi/serpent-1.30.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 2,131 lines, 77,215 bytes in 0.021 seconds.
That's 99,761 lines/sec, or 3,614,746 bytes/sec.
Done
Extracting files from ./data/pypi/google-reauth-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,612 lines, 58,636 bytes in 0.010 seconds.
That's 156,949 lines/sec, or 5,708,981 bytes/sec.
Done
Extracting files from ./data/pypi/cairocffi-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 9,258 lines, 310,782 bytes in 0.058 seconds.
That's 159,362 lines/sec, or 5,349,616 bytes/sec.
Done
Extracting files from ./data/pypi/wptools-0.4.17.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 24,567 lines, 2,751,020 bytes in 0.093 seconds.
That's 263,726 lines/sec, or 29,532,124 bytes/sec.
Done
Extracting files from ./data/pypi/semantic_version-2.8.4.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,534 lines, 119,340 bytes in 0.029 seconds.
That's 120,812 lines/sec, or 4,079,714 bytes/sec.
Done
Extracting files from ./data/pypi/flatbuffers-1.11.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,330 lines, 42,986 bytes in 0.009 seconds.
That's 155,176 lines/sec, or 5,015,337 bytes/sec.
Done
Extracting files from ./data/pypi/filelock-3.0.12.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 916 lines, 28,123 bytes in 0.005 seconds.
That's 194,600 lines/sec, or 5,974,594 bytes/sec.
Done
Extracting files from ./data/pypi/python-dotenv-0.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,512 lines, 47,753 bytes in 0.014 seconds.
That's 109,720 lines/sec, or 3,465,235 bytes/sec.
Done
Extracting files from ./data/pypi/hexbytes-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 130 lines, 3,503 bytes in 0.001 seconds.
That's 104,356 lines/sec, or 2,811,990 bytes/sec.
Done
Extracting files from ./data/pypi/prospector-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 4,195 lines, 150,156 bytes in 0.037 seconds.
That's 114,709 lines/sec, or 4,105,900 bytes/sec.
Done
Extracting files from ./data/pypi/transformers-2.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 104 files, 42,896 lines, 1,940,690 bytes in 0.586 seconds.
That's 73,140 lines/sec, or 3,308,967 bytes/sec.
Done
Extracting files from ./data/pypi/django-configurations-2.2.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 2,520 lines, 87,538 bytes in 0.031 seconds.
That's 80,266 lines/sec, or 2,788,219 bytes/sec.
Done
Extracting files from ./data/pypi/checksumdir-1.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 175 lines, 5,170 bytes in 0.002 seconds.
That's 95,300 lines/sec, or 2,815,444 bytes/sec.
Done
Extracting files from ./data/pypi/proximityhash-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 221 lines, 7,067 bytes in 0.003 seconds.
That's 84,421 lines/sec, or 2,699,558 bytes/sec.
Done
Extracting files from ./data/pypi/capstone-4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 10,790 lines, 246,009 bytes in 0.096 seconds.
That's 112,826 lines/sec, or 2,572,401 bytes/sec.
Done
Extracting files from ./data/pypi/tables-3.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 170 files, 92,833 lines, 3,285,985 bytes in 2.176 seconds.
That's 42,663 lines/sec, or 1,510,125 bytes/sec.
Exception encountered in analyzing ./data/pypi/tables-3.6.1.tar.gz:
'utf-8' codec can't decode byte 0xe7 in position 50027: invalid continuation byte
Failed to parse data/pypi/tables-3.6.1
Extracting files from ./data/pypi/pyobjc-framework-NotificationCenter-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 961 lines, 29,804 bytes in 0.007 seconds.
That's 130,078 lines/sec, or 4,034,177 bytes/sec.
Done
Extracting files from ./data/pypi/Metafone-0.5.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,082 lines, 43,057 bytes in 0.012 seconds.
That's 91,265 lines/sec, or 3,631,785 bytes/sec.
Done
Extracting files from ./data/pypi/ifaddr-0.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 494 lines, 19,529 bytes in 0.004 seconds.
That's 132,007 lines/sec, or 5,218,563 bytes/sec.
Done
Extracting files from ./data/pypi/pprintpp-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,006 lines, 31,882 bytes in 0.008 seconds.
That's 123,261 lines/sec, or 3,906,368 bytes/sec.
Done
Extracting files from ./data/pypi/pastel-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 843 lines, 21,932 bytes in 0.006 seconds.
That's 130,810 lines/sec, or 3,403,236 bytes/sec.
Done
Extracting files from ./data/pypi/django-extensions-2.2.7.tar.gz... Done
Trying to parse all python files ...
Checked 239 files, 20,932 lines, 789,074 bytes in 0.260 seconds.
That's 80,457 lines/sec, or 3,032,981 bytes/sec.
Done
Extracting files from ./data/pypi/bcdoc-0.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,521 lines, 46,449 bytes in 0.012 seconds.
That's 123,577 lines/sec, or 3,773,850 bytes/sec.
Done
Extracting files from ./data/pypi/palettable-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 16,864 lines, 369,492 bytes in 0.229 seconds.
That's 73,635 lines/sec, or 1,613,359 bytes/sec.
Done
Extracting files from ./data/pypi/pyang-2.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 20,420 lines, 793,712 bytes in 0.298 seconds.
That's 68,482 lines/sec, or 2,661,861 bytes/sec.
Done
Extracting files from ./data/pypi/eth-utils-1.8.4.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 1,791 lines, 50,499 bytes in 0.020 seconds.
That's 88,037 lines/sec, or 2,482,282 bytes/sec.
Done
Extracting files from ./data/pypi/snowflake-sqlalchemy-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,759 lines, 62,507 bytes in 0.014 seconds.
That's 123,905 lines/sec, or 4,403,019 bytes/sec.
Done
Extracting files from ./data/pypi/pygpgme-0.3.tar.gz... Extracting files from ./data/pypi/pytest-xdist-1.31.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 5,734 lines, 185,648 bytes in 0.093 seconds.
That's 61,396 lines/sec, or 1,987,793 bytes/sec.
Done
Extracting files from ./data/pypi/pyod-0.7.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 7,950 lines, 286,120 bytes in 0.034 seconds.
That's 234,281 lines/sec, or 8,431,751 bytes/sec.
Done
Extracting files from ./data/pypi/django-two-factor-auth-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 2,044 lines, 71,867 bytes in 0.021 seconds.
That's 97,756 lines/sec, or 3,437,081 bytes/sec.
Done
Extracting files from ./data/pypi/social-auth-app-django-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 2,115 lines, 73,446 bytes in 0.021 seconds.
That's 102,176 lines/sec, or 3,548,201 bytes/sec.
Done
Extracting files from ./data/pypi/django-graphql-jwt-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 1,289 lines, 37,192 bytes in 0.013 seconds.
That's 97,982 lines/sec, or 2,827,115 bytes/sec.
Done
Extracting files from ./data/pypi/slackclient-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 6,006 lines, 222,200 bytes in 0.066 seconds.
That's 91,032 lines/sec, or 3,367,860 bytes/sec.
Diffing ASTs for data/pypi/slackclient-2.5.0/slack/web/classes/interactions.py ...
--- a
+++ b
@@ -288,7 +288,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -333,7 +333,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Failed to parse data/pypi/slackclient-2.5.0
Extracting files from ./data/pypi/oslo.upgradecheck-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 534 lines, 17,946 bytes in 0.004 seconds.
That's 146,313 lines/sec, or 4,917,101 bytes/sec.
Done
Extracting files from ./data/pypi/sqlacodegen-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,173 lines, 70,002 bytes in 0.013 seconds.
That's 163,528 lines/sec, or 5,267,959 bytes/sec.
Done
Extracting files from ./data/pypi/attrdict-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 595 lines, 16,550 bytes in 0.004 seconds.
That's 154,345 lines/sec, or 4,293,137 bytes/sec.
Done
Extracting files from ./data/pypi/openapi-core-0.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 84 files, 2,941 lines, 92,449 bytes in 0.030 seconds.
That's 97,287 lines/sec, or 3,058,159 bytes/sec.
Done
Extracting files from ./data/pypi/ldclient-py-6.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 7,921 lines, 285,333 bytes in 0.067 seconds.
That's 118,180 lines/sec, or 4,257,132 bytes/sec.
Done
Extracting files from ./data/pypi/polib-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,906 lines, 96,860 bytes in 0.020 seconds.
That's 146,458 lines/sec, or 4,881,587 bytes/sec.
Done
Extracting files from ./data/pypi/neovim-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 12 lines, 361 bytes in 0.000 seconds.
That's 27,869 lines/sec, or 838,396 bytes/sec.
Done
Extracting files from ./data/pypi/xmlschema-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 67 files, 25,876 lines, 1,074,063 bytes in 0.884 seconds.
That's 29,277 lines/sec, or 1,215,241 bytes/sec.
Done
Extracting files from ./data/pypi/pyasn1-modules-0.2.8.tar.gz... Done
Trying to parse all python files ...
Checked 219 files, 33,624 lines, 1,143,566 bytes in 0.343 seconds.
That's 98,067 lines/sec, or 3,335,311 bytes/sec.
Done
Extracting files from ./data/pypi/click-default-group-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 193 lines, 5,587 bytes in 0.002 seconds.
That's 120,318 lines/sec, or 3,482,993 bytes/sec.
Done
Extracting files from ./data/pypi/zipp-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 519 lines, 14,190 bytes in 0.004 seconds.
That's 133,157 lines/sec, or 3,640,639 bytes/sec.
Done
Extracting files from ./data/pypi/python-lzf-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 27 lines, 783 bytes in 0.001 seconds.
That's 48,645 lines/sec, or 1,410,713 bytes/sec.
Done
Extracting files from ./data/pypi/entrypoints-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 673 lines, 22,306 bytes in 0.004 seconds.
That's 153,687 lines/sec, or 5,093,817 bytes/sec.
Done
Extracting files from ./data/pypi/django-memoize-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 928 lines, 32,599 bytes in 0.004 seconds.
That's 209,693 lines/sec, or 7,366,131 bytes/sec.
Done
Extracting files from ./data/pypi/colormath-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 5,674 lines, 161,481 bytes in 0.057 seconds.
That's 98,920 lines/sec, or 2,815,258 bytes/sec.
Done
Extracting files from ./data/pypi/cognite-sdk-1.4.10.tar.gz... Done
Trying to parse all python files ...
Checked 52 files, 11,511 lines, 472,637 bytes in 0.109 seconds.
That's 105,248 lines/sec, or 4,321,432 bytes/sec.
Done
Extracting files from ./data/pypi/Beaver-36.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 4,421 lines, 162,904 bytes in 0.027 seconds.
That's 161,147 lines/sec, or 5,937,906 bytes/sec.
Done
Extracting files from ./data/pypi/elasticsearch6-6.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 8,111 lines, 330,482 bytes in 0.036 seconds.
That's 228,169 lines/sec, or 9,296,727 bytes/sec.
Done
Extracting files from ./data/pypi/PyStemmer-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 158 lines, 5,405 bytes in 0.002 seconds.
That's 89,204 lines/sec, or 3,051,583 bytes/sec.
Done
Extracting files from ./data/pypi/marshmallow-sqlalchemy-0.21.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,285 lines, 79,455 bytes in 0.037 seconds.
That's 60,989 lines/sec, or 2,120,733 bytes/sec.
Done
Extracting files from ./data/pypi/Pygments-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 287 files, 97,181 lines, 3,511,812 bytes in 1.043 seconds.
That's 93,145 lines/sec, or 3,365,970 bytes/sec.
Done
Extracting files from ./data/pypi/polyaxon-cli-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 104 files, 8,368 lines, 284,754 bytes in 0.089 seconds.
That's 94,023 lines/sec, or 3,199,509 bytes/sec.
Done
Extracting files from ./data/pypi/irc3-plugins-test-0.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 27 lines, 569 bytes in 0.001 seconds.
That's 46,738 lines/sec, or 984,960 bytes/sec.
Done
Extracting files from ./data/pypi/untangle-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 256 lines, 7,097 bytes in 0.025 seconds.
That's 10,260 lines/sec, or 284,440 bytes/sec.
Done
Extracting files from ./data/pypi/six-1.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,296 lines, 73,477 bytes in 0.019 seconds.
That's 121,435 lines/sec, or 3,886,169 bytes/sec.
Done
Extracting files from ./data/pypi/jsonref-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,352 lines, 43,005 bytes in 0.010 seconds.
That's 133,800 lines/sec, or 4,255,959 bytes/sec.
Done
Extracting files from ./data/pypi/rfc3987-1.3.8.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 680 lines, 23,319 bytes in 0.004 seconds.
That's 174,859 lines/sec, or 5,996,381 bytes/sec.
Done
Extracting files from ./data/pypi/easy-thumbnails-2.7.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 5,614 lines,Done
Trying to parse all python files ...
Checked 19 files, 1,992 lines, 78,545 bytes in 0.044 seconds.
That's 45,517 lines/sec, or 1,794,755 bytes/sec.
Done
Extracting files from ./data/pypi/alooma-0.4.15.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,815 lines, 72,506 bytes in 0.013 seconds.
That's 144,477 lines/sec, or 5,771,616 bytes/sec.
Done
Extracting files from ./data/pypi/probableparsing-0.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 57 lines, 2,357 bytes in 0.001 seconds.
That's 74,969 lines/sec, or 3,100,023 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-dotenv-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 56 lines, 1,987 bytes in 0.001 seconds.
That's 57,541 lines/sec, or 2,041,666 bytes/sec.
Done
Extracting files from ./data/pypi/better_exceptions_fork-0.2.1.post6.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 929 lines, 27,642 bytes in 0.011 seconds.
That's 88,384 lines/sec, or 2,629,836 bytes/sec.
Done
Extracting files from ./data/pypi/youtube_dl_server-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 413 lines, 11,987 bytes in 0.004 seconds.
That's 98,434 lines/sec, or 2,856,979 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-iot-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 4,575 lines, 210,389 bytes in 0.033 seconds.
That's 137,436 lines/sec, or 6,320,220 bytes/sec.
Done
Extracting files from ./data/pypi/aspy.yaml-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 57 lines, 1,443 bytes in 0.001 seconds.
That's 55,150 lines/sec, or 1,396,166 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Script-2.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,431 lines, 79,049 bytes in 0.016 seconds.
That's 150,758 lines/sec, or 4,902,202 bytes/sec.
Done
Extracting files from ./data/pypi/django_chartit-0.2.9.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,001 lines, 83,557 bytes in 0.014 seconds.
That's 147,917 lines/sec, or 6,176,656 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-logging-format-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 422 lines, 12,208 bytes in 0.003 seconds.
That's 127,595 lines/sec, or 3,691,181 bytes/sec.
Done
Extracting files from ./data/pypi/logging_tree-1.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 708 lines, 22,876 bytes in 0.005 seconds.
That's 151,470 lines/sec, or 4,894,103 bytes/sec.
Done
Extracting files from ./data/pypi/pamqp-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 4,524 lines, 128,863 bytes in 0.049 seconds.
That's 93,221 lines/sec, or 2,655,347 bytes/sec.
Done
Extracting files from ./data/pypi/django-daterange-filter-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 263 lines, 9,337 bytes in 0.003 seconds.
That's 94,695 lines/sec, or 3,361,852 bytes/sec.
Done
Extracting files from ./data/pypi/djangosaml2-0.17.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 2,279 lines, 102,888 bytes in 0.020 seconds.
That's 113,184 lines/sec, or 5,109,806 bytes/sec.
Done
Extracting files from ./data/pypi/vsts-0.1.25.tar.gz... Done
Trying to parse all python files ...
Checked 2,577 files, 150,322 lines, 7,342,526 bytes in 2.738 seconds.
That's 54,897 lines/sec, or 2,681,448 bytes/sec.
Exception encountered in analyzing ./data/pypi/vsts-0.1.25.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/vsts-0.1.25
Extracting files from ./data/pypi/asyncpg-0.20.1.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 16,017 lines, 530,417 bytes in 0.105 seconds.
That's 152,192 lines/sec, or 5,039,962 bytes/sec.
Done
Extracting files from ./data/pypi/greenlet-0.4.15.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,829 lines, 55,889 bytes in 0.016 seconds.
That's 115,922 lines/sec, or 3,542,250 bytes/sec.
Done
Extracting files from ./data/pypi/mss-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 2,594 lines, 74,017 bytes in 0.020 seconds.
That's 131,726 lines/sec, or 3,758,654 bytes/sec.
Done
Extracting files from ./data/pypi/urlparse2-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 459 lines, 16,217 bytes in 0.004 seconds.
That's 129,164 lines/sec, or 4,563,504 bytes/sec.
Done
Extracting files from ./data/pypi/awsebcli-3.17.1.tar.gz... Done
Trying to parse all python files ...
Checked 165 files, 27,649 lines, 1,001,979 bytes in 0.326 seconds.
That's 84,908 lines/sec, or 3,076,994 bytes/sec.
Done
Extracting files from ./data/pypi/client-0.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 16 lines, 356 bytes in 0.001 seconds.
That's 30,784 lines/sec, or 684,941 bytes/sec.
Done
Extracting files from ./data/pypi/halo-0.0.28.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 906 lines, 24,185 bytes in 0.005 seconds.
That's 180,430 lines/sec, or 4,816,449 bytes/sec.
Done
Extracting files from ./data/pypi/django-rest-auth-0.9.5.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,476 lines, 85,067 bytes in 0.036 seconds.
That's 68,882 lines/sec, or 2,366,545 bytes/sec.
Done
Extracting files from ./data/pypi/consul_kv-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 482 lines, 16,119 bytes in 0.003 seconds.
That's 143,492 lines/sec, or 4,798,636 bytes/sec.
Done
Extracting files from ./data/pypi/mechanize-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 23,949 lines, 814,902 bytes in 0.299 seconds.
That's 80,030 lines/sec, or 2,723,134 bytes/sec.
Done
Extracting files from ./data/pypi/python-daemon-2.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 8,155 lines, 292,069 bytes in 0.067 seconds.
That's 121,613 lines/sec, or 4,355,525 bytes/sec.
Done
Extracting files from ./data/pypi/future_fstrings-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 345 lines, 9,640 bytes in 0.003 seconds.
That's 105,561 lines/sec, or 2,949,598 bytes/sec.
Done
Extracting files from ./data/pypi/venusian-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 2,449 lines, 85,241 bytes in 0.040 seconds.
That's 61,446 lines/sec, or 2,138,701 bytes/sec.
Done
Extracting files from ./data/pypi/django-environ-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,707 lines, 64,386 bytes in 0.017 seconds.
That's 100,619 lines/sec, or 3,795,245 bytes/sec.
Done
Extracting files from ./data/pypi/MarkupPy-1.14.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 561 lines, 22,115 bytes in 0.005 seconds.
That's 108,976 lines/sec, or 4,295,898 bytes/sec.
Done
Extracting files from ./data/pypi/cerberus-python-client-2.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 964 lines, 38,494 bytes in 0.007 seconds.
That's 128,600 lines/sec, or 5,135,191 bytes/sec.
Done
Extracting files from ./data/pypi/keystonemiddleware-8.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 10,010 lines, 395,767 bytes in 0.090 seconds.
That's 111,286 lines/sec, or 4,399,933 bytes/sec.
Done
Extracting files from ./data/pypi/ssh2-python-0.18.0.post1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,041 lines, 75,796 bytes in 0.014 seconds.
That's 148,872 lines/sec, or 5,528,607 bytes/sec.
Done
Extracting files from ./data/pypi/backport_collections-0.1.tar.gz... Done
Trying to parse all python files ...
data/pypi/backport_collections-0.1/backport_collections.py:368:15: invalid syntax
data/pypi/backport_collections-0.1/mapping_tests.py:551:29: invalid syntax
data/pypi/backport_collections-0.1/seq_tests.py:192:32: invalid syntax
data/pypi/backport_collections-0.1/test_deque.py:798:15: invalid syntax
Checked 8 files, 4,651 lines, 159,657 bytes in 0.037 seconds.
That's 126,405 lines/sec, or 4,339,163 bytes/sec.
Failed to parse data/pypi/backport_collections-0.1Extracting files from ./data/pypi/mailchimp-2.0.9.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 4,138 lines, 241,295 bytes in 0.022 seconds.
That's 185,656 lines/sec, or 10,825,957 bytes/sec.
Done
Extracting files from ./data/pypi/django-axes-5.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 4,752 lines, 164,205 bytes in 0.066 seconds.
That's 72,465 lines/sec, or 2,504,038 bytes/sec.
Done
Extracting files from ./data/pypi/nbformat-5.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 65 files, 6,342 lines, 199,355 bytes in 0.051 seconds.
That's 123,457 lines/sec, or 3,880,756 bytes/sec.
Done
Extracting files from ./data/pypi/ansimarkup-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 463 lines, 13,645 bytes in 0.004 seconds.
That's 107,362 lines/sec, or 3,164,047 bytes/sec.
Done
Extracting files from ./data/pypi/mozanalysis-2020.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 4,150 lines, 147,943 bytes in 0.026 seconds.
That's 156,633 lines/sec, or 5,583,813 bytes/sec.
Done
Extracting files from ./data/pypi/pycountry-convert-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 992 lines, 26,011 bytes in 0.007 seconds.
That's 148,148 lines/sec, or 3,884,566 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-debuglibrary-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 754 lines, 23,180 bytes in 0.006 seconds.
That's 127,371 lines/sec, or 3,915,742 bytes/sec.
Done
Extracting files from ./data/pypi/first-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 169 lines, 4,398 bytes in 0.001 seconds.
That's 114,016 lines/sec, or 2,967,114 bytes/sec.
Done
Extracting files from ./data/pypi/Tempita-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,438 lines, 46,228 bytes in 0.004 seconds.
That's 354,143 lines/sec, or 11,384,786 bytes/sec.
Done
Extracting files from ./data/pypi/objectpath-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,026 lines, 56,172 bytes in 0.045 seconds.
That's 45,185 lines/sec, or 1,252,791 bytes/sec.
Done
Extracting files from ./data/pypi/neo4j-1.7.6.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,008 lines, 96,592 bytes in 0.018 seconds.
That's 164,311 lines/sec, or 5,276,310 bytes/sec.
Done
Extracting files from ./data/pypi/cmd2-0.9.25.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 20,541 lines, 799,170 bytes in 0.267 seconds.
That's 76,955 lines/sec, or 2,994,031 bytes/sec.
Diffing ASTs for data/pypi/cmd2-0.9.25/examples/unicode_commands.py ...
--- a
+++ b
@@ -68,7 +68,7 @@
type_comment=None,
),
FunctionDef(
- name="do_πprint",
+ name="do_𝛑print",
args=arguments(
posonlyargs=[],
args=[
Failed to parse data/pypi/cmd2-0.9.25
Extracting files from ./data/pypi/tree-format-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 433 lines, 12,787 bytes in 0.003 seconds.
That's 162,314 lines/sec, or 4,793,330 bytes/sec.
Done
Extracting files from ./data/pypi/gapic-google-cloud-datastore-v1-0.90.4.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 600 lines, 24,081 bytes in 0.003 seconds.
That's 196,455 lines/sec, or 7,884,702 bytes/sec.
Done
Extracting files from ./data/pypi/regex-2020.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 21,395 lines, 842,280 bytes in 0.243 seconds.
That's 88,041 lines/sec, or 3,466,002 bytes/sec.
Done
Extracting files from ./data/pypi/edx-opaque-keys-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 6,474 lines, 238,021 bytes in 0.074 seconds.
That's 87,555 lines/sec, or 3,219,015 bytes/sec.
Done
Extracting files from ./data/pypi/waitress-1.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 14,716 lines, 487,955 bytes in 0.158 seconds.
That's 93,316 lines/sec, or 3,094,178 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-base-url-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 238 lines, 8,456 bytes in 0.003 seconds.
That's 86,872 lines/sec, or 3,086,505 bytes/sec.
Done
Extracting files from ./data/pypi/mccabe-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 641 lines, 18,574 bytes in 0.005 seconds.
That's 131,053 lines/sec, or 3,797,465 bytes/sec.
Done
Extracting files from ./data/pypi/immutables-0.11.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,232 lines, 62,854 bytes in 0.041 seconds.
That's 54,544 lines/sec, or 1,535,967 bytes/sec.
Done
Extracting files from ./data/pypi/sortedcollections-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 640 lines, 19,317 bytes in 0.004 seconds.
That's 146,959 lines/sec, or 4,435,638 bytes/sec.
Done
Extracting files from ./data/pypi/protorpc-0.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 16,928 lines, 558,474 bytes in 0.130 seconds.
That's 130,402 lines/sec, or 4,302,120 bytes/sec.
Done
Extracting files from ./data/pypi/astropy-4.0.tar.gz... Done
Trying to parse all python files ...
Checked 808 files, 307,523 lines, 11,045,030 bytes in 6.080 seconds.
That's 50,584 lines/sec, or 1,816,763 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-JWT-Extended-3.24.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 4,867 lines, 177,367 bytes in 0.034 seconds.
That's 141,762 lines/sec, or 5,166,188 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Responses-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 109 lines, 2,927 bytes in 0.001 seconds.
That's 80,362 lines/sec, or 2,157,976 bytes/sec.
Done
Extracting files from ./data/pypi/python_jwt-3.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 2,364 lines, 87,793 bytes in 0.019 seconds.
That's 124,347 lines/sec, or 4,617,948 bytes/sec.
Done
Extracting files from ./data/pypi/retrying-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 324 lines, 11,413 bytes in 0.003 seconds.
That's 129,412 lines/sec, or 4,558,575 bytes/sec.
Done
Extracting files from ./data/pypi/mlflow-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 171 files, 28,889 lines, 1,224,706 bytes in 0.266 seconds.
That's 108,591 lines/sec, or 4,603,538 bytes/sec.
Done
Extracting files from ./data/pypi/atpublic-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 730 lines, 21,811 bytes in 0.004 seconds.
That's 174,583 lines/sec, or 5,216,214 bytes/sec.
Done
Extracting files from ./data/pypi/splinter-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,718 lines, 114,674 bytes in 0.023 seconds.
That's 159,179 lines/sec, or 4,909,538 bytes/sec.
Done
Extracting files from ./data/pypi/mutagen-1.43.0.tar.gz... Done
Trying to parse all python files ...
Checked 114 files, 35,326 lines, 1,108,713 bytes in 0.536 seconds.
That's 65,875 lines/sec, or 2,067,493 bytes/sec.
Done
Extracting files from ./data/pypi/filechunkio-1.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 223 lines, 6,569 bytes in 0.003 seconds.
That's 76,761 lines/sec, or 2,261,172 bytes/sec.
Done
Extracting files from ./data/pypi/lockfile-0.12.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,431 lines, 45,533 bytes in 0.008 seconds.
That's 180,301 lines/sec, or 5,737,008 bytes/sec.
Done
Extracting files from ./data/pypi/python-crfsuite-0.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 3,528 lines, 115,499 bytes in 0.053 seconds.
That's 66,988 lines/sec, or 2,193,039 bytes/sec.
Done
Extracting files from ./data/pypi/sgp4-2.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 3,843 lines, 137,027 bytes in 0.026 seconds.
That's 147,247 lines/sec, or 5,250,285 bytes/sec.
Done
Extracting files from ./data/pypi/ipython-7.12.0.tar.gz... Extracting files from ./data/pypi/dash_table-4.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,180 lines, 61,342 bytes in 0.023 seconds.
That's 52,076 lines/sec, or 2,707,173 bytes/sec.
Done
Extracting files from ./data/pypi/botocore-1.14.13.tar.gz... Done
Trying to parse all python files ...
Checked 205 files, 66,254 lines, 2,574,971 bytes in 1.011 seconds.
That's 65,546 lines/sec, or 2,547,452 bytes/sec.
Done
Extracting files from ./data/pypi/html2text-2020.1.16.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,974 lines, 63,179 bytes in 0.015 seconds.
That's 131,457 lines/sec, or 4,207,356 bytes/sec.
Done
Extracting files from ./data/pypi/spotipy-2.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,592 lines, 57,841 bytes in 0.010 seconds.
That's 163,208 lines/sec, or 5,929,723 bytes/sec.
Done
Extracting files from ./data/pypi/motor-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 15,262 lines, 535,037 bytes in 0.144 seconds.
That's 106,150 lines/sec, or 3,721,269 bytes/sec.
Done
Extracting files from ./data/pypi/pipenv-2018.11.26.tar.gz... Done
Trying to parse all python files ...
Checked 782 files, 254,675 lines, 9,862,201 bytes in 4.910 seconds.
That's 51,865 lines/sec, or 2,008,468 bytes/sec.
Done
Extracting files from ./data/pypi/py_mini_racer-0.1.18.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,340 lines, 38,285 bytes in 0.011 seconds.
That's 122,729 lines/sec, or 3,506,473 bytes/sec.
Done
Extracting files from ./data/pypi/pygit2-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 10,138 lines, 349,983 bytes in 0.119 seconds.
That's 85,310 lines/sec, or 2,945,047 bytes/sec.
Done
Extracting files from ./data/pypi/gremlinpython-3.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 6,519 lines, 196,863 bytes in 0.076 seconds.
That's 85,796 lines/sec, or 2,590,889 bytes/sec.
Done
Extracting files from ./data/pypi/assertpy-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,944 lines, 154,422 bytes in 0.018 seconds.
That's 213,472 lines/sec, or 8,358,189 bytes/sec.
Done
Extracting files from ./data/pypi/pyenchant-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 5,992 lines, 221,765 bytes in 0.043 seconds.
That's 140,197 lines/sec, or 5,188,715 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Login-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,232 lines, 42,931 bytes in 0.025 seconds.
That's 49,000 lines/sec, or 1,707,496 bytes/sec.
Done
Extracting files from ./data/pypi/setuptools-git-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 665 lines, 20,144 bytes in 0.005 seconds.
That's 122,195 lines/sec, or 3,701,483 bytes/sec.
Done
Extracting files from ./data/pypi/ipcalc-1.99.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,103 lines, 40,055 bytes in 0.010 seconds.
That's 106,735 lines/sec, or 3,876,035 bytes/sec.
Done
Extracting files from ./data/pypi/antlr4-python2-runtime-4.8.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 11,681 lines, 459,679 bytes in 0.114 seconds.
That's 102,344 lines/sec, or 4,027,502 bytes/sec.
Done
Extracting files from ./data/pypi/pyexcel-0.5.15.tar.gz... Done
Trying to parse all python files ...
Checked 119 files, 14,625 lines, 432,876 bytes in 0.197 seconds.
That's 74,243 lines/sec, or 2,197,481 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-SceneKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 4,566 lines, 171,234 bytes in 0.066 seconds.
That's 69,425 lines/sec, or 2,603,569 bytes/sec.
Done
Extracting files from ./data/pypi/itchat-1.3.10.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,924 lines, 121,731 bytes in 0.031 seconds.
That's 92,906 lines/sec, or 3,867,830 bytes/sec.
Done
Extracting files from ./data/pypi/mockredispy-2.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,151 lines, 71,201 bytes in 0.021 seconds.
That's 103,501 lines/sec, or 3,426,012 bytes/sec.
Done
Extracting files from ./data/pypi/progress-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 428 lines, 12,780 bytes in 0.004 seconds.
That's 111,612 lines/sec, or 3,332,704 bytes/sec.
Done
Extracting files from ./data/pypi/pexpect-4.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 88 files, 12,524 lines, 465,542 bytes in 0.129 seconds.
That's 97,391 lines/sec, or 3,620,215 bytes/sec.
Done
Extracting files from ./data/pypi/beautifulsoup4-4.8.2.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 11,236 lines, 425,779 bytes in 0.049 seconds.
That's 227,047 lines/sec, or 8,603,753 bytes/sec.
Done
Extracting files from ./data/pypi/python3-saml-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 5,462 lines, 208,202 bytes in 0.035 seconds.
That's 155,968 lines/sec, or 5,945,212 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-2.0.81.tar.gz... Done
Trying to parse all python files ...
Checked 617 files, 145,273 lines, 6,727,827 bytes in 2.501 seconds.
That's 58,077 lines/sec, or 2,689,660 bytes/sec.
Exception encountered in analyzing ./data/pypi/azure-cli-2.0.81.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/azure-cli-2.0.81
Extracting files from ./data/pypi/django-ipware-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,616 lines, 56,974 bytes in 0.013 seconds.
That's 123,847 lines/sec, or 4,366,356 bytes/sec.
Done
Extracting files from ./data/pypi/plaster-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,633 lines, 51,199 bytes in 0.011 seconds.
That's 151,990 lines/sec, or 4,765,315 bytes/sec.
Done
Extracting files from ./data/pypi/PyGetWindow-0.0.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 910 lines, 32,153 bytes in 0.005 seconds.
That's 168,818 lines/sec, or 5,964,857 bytes/sec.
Done
Extracting files from ./data/pypi/munch-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,306 lines, 40,818 bytes in 0.011 seconds.
That's 122,916 lines/sec, or 3,841,649 bytes/sec.
Done
Extracting files from ./data/pypi/mimerender-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 500 lines, 17,867 bytes in 0.004 seconds.
That's 132,379 lines/sec, or 4,730,440 bytes/sec.
Done
Extracting files from ./data/pypi/lark-parser-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 9,165 lines, 306,961 bytes in 0.078 seconds.
That's 117,240 lines/sec, or 3,926,680 bytes/sec.
Done
Extracting files from ./data/pypi/django-heroku-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 315 lines, 10,246 bytes in 0.003 seconds.
That's 112,875 lines/sec, or 3,671,494 bytes/sec.
Done
Extracting files from ./data/pypi/graphql-relay-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 3,768 lines, 121,567 bytes in 0.026 seconds.
That's 144,588 lines/sec, or 4,664,827 bytes/sec.
Done
Extracting files from ./data/pypi/clearbit-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 471 lines, 16,405 bytes in 0.006 seconds.
That's 74,494 lines/sec, or 2,594,651 bytes/sec.
Done
Extracting files from ./data/pypi/pandas-datareader-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 81 files, 11,930 lines, 369,526 bytes in 0.079 seconds.
That's 150,811 lines/sec, or 4,671,285 bytes/sec.
Done
Extracting files from ./data/pypi/django-guardian-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 92 files, 9,317 lines, 366,865 bytes in 0.083 seconds.
That's 112,602 lines/sec, or 4,433,806 bytes/sec.
Done
Extracting files from ./data/pypi/alembic-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 87 files, 39,255 lines, 1,266,158 bytes in 0.480 seconds.
That's 81,699 lines/sec, or 2,635,181 bytes/sec.
Done
Extracting files from ./data/pypi/maxminddb-geolite2-2018.703.tar.gz... Extracting files from ./data/pypi/requests-2.22.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 9,275 lines, 318,944 bytes in 0.176 seconds.
That's 52,788 lines/sec, or 1,815,259 bytes/sec.
Done
Extracting files from ./data/pypi/pyjsparser-2.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 3,839 lines, 131,951 bytes in 0.037 seconds.
That's 103,908 lines/sec, or 3,571,427 bytes/sec.
Done
Extracting files from ./data/pypi/django-user-sessions-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 761 lines, 25,521 bytes in 0.009 seconds.
That's 88,185 lines/sec, or 2,957,393 bytes/sec.
Done
Extracting files from ./data/pypi/pykalman-0.9.5.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 6,231 lines, 239,670 bytes in 0.059 seconds.
That's 105,288 lines/sec, or 4,049,798 bytes/sec.
Done
Extracting files from ./data/pypi/GoogleAppEngineCloudStorageClient-1.9.22.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,309 lines, 104,603 bytes in 0.014 seconds.
That's 233,605 lines/sec, or 7,384,649 bytes/sec.
Done
Extracting files from ./data/pypi/aioamqp-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 2,502 lines, 83,021 bytes in 0.019 seconds.
That's 129,530 lines/sec, or 4,298,052 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-recursive-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 224 lines, 7,154 bytes in 0.002 seconds.
That's 110,911 lines/sec, or 3,542,209 bytes/sec.
Done
Extracting files from ./data/pypi/openstacksdk-0.41.0.tar.gz... Done
Trying to parse all python files ...
Checked 838 files, 126,713 lines, 5,031,097 bytes in 2.514 seconds.
That's 50,397 lines/sec, or 2,000,991 bytes/sec.
Done
Extracting files from ./data/pypi/python-cjson-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 366 lines, 12,476 bytes in 0.001 seconds.
That's 298,486 lines/sec, or 10,174,633 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-role-2.6.4.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 3,047 lines, 138,086 bytes in 0.025 seconds.
That's 120,335 lines/sec, or 5,453,417 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Migrate-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,447 lines, 53,293 bytes in 0.013 seconds.
That's 107,965 lines/sec, or 3,976,359 bytes/sec.
Done
Extracting files from ./data/pypi/pygsheets-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 4,697 lines, 195,844 bytes in 0.034 seconds.
That's 137,815 lines/sec, or 5,746,270 bytes/sec.
Done
Extracting files from ./data/pypi/pylint-plugin-utils-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 179 lines, 7,034 bytes in 0.002 seconds.
That's 103,285 lines/sec, or 4,058,706 bytes/sec.
Done
Extracting files from ./data/pypi/dropbox-9.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 159,666 lines, 5,315,764 bytes in 1.921 seconds.
That's 83,111 lines/sec, or 2,767,020 bytes/sec.
Done
Extracting files from ./data/pypi/blinker-1.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,837 lines, 58,350 bytes in 0.011 seconds.
That's 168,289 lines/sec, or 5,345,484 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.collections-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 631 lines, 22,526 bytes in 0.005 seconds.
That's 132,304 lines/sec, or 4,723,100 bytes/sec.
Done
Extracting files from ./data/pypi/email-4.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 11,976 lines, 430,655 bytes in 0.033 seconds.
That's 358,639 lines/sec, or 12,896,601 bytes/sec.
Exception encountered in analyzing ./data/pypi/email-4.0.2.tar.gz:
invalid syntax (<unknown>, line 149)
Failed to parse data/pypi/email-4.0.2
Extracting files from ./data/pypi/SocksiPy-branch-1.01.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 427 lines, 16,837 bytes in 0.004 seconds.
That's 119,183 lines/sec, or 4,699,507 bytes/sec.
Done
Extracting files from ./data/pypi/PyArabic-0.6.6.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 17,459 lines, 774,176 bytes in 0.035 seconds.
That's 497,256 lines/sec, or 22,049,567 bytes/sec.
Exception encountered in analyzing ./data/pypi/PyArabic-0.6.6.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/PyArabic-0.6.6
Extracting files from ./data/pypi/PasteDeploy-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,772 lines, 59,763 bytes in 0.015 seconds.
That's 118,439 lines/sec, or 3,994,521 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-spelling-4.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,057 lines, 34,001 bytes in 0.007 seconds.
That's 148,691 lines/sec, or 4,783,020 bytes/sec.
Done
Extracting files from ./data/pypi/PyPDF2-1.26.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 6,234 lines, 242,722 bytes in 0.051 seconds.
That's 121,663 lines/sec, or 4,736,988 bytes/sec.
Done
Extracting files from ./data/pypi/python-magnumclient-2.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 90 files, 16,648 lines, 616,750 bytes in 0.110 seconds.
That's 151,614 lines/sec, or 5,616,770 bytes/sec.
Done
Extracting files from ./data/pypi/autosemver-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,393 lines, 42,132 bytes in 0.008 seconds.
That's 177,567 lines/sec, or 5,370,606 bytes/sec.
Done
Extracting files from ./data/pypi/pyDes-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 875 lines, 28,248 bytes in 0.007 seconds.
That's 131,726 lines/sec, or 4,252,564 bytes/sec.
Done
Extracting files from ./data/pypi/Faker-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 441 files, 86,484 lines, 3,590,682 bytes in 0.988 seconds.
That's 87,538 lines/sec, or 3,634,425 bytes/sec.
Done
Extracting files from ./data/pypi/PyVirtualDisplay-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 798 lines, 23,251 bytes in 0.008 seconds.
That's 104,201 lines/sec, or 3,036,075 bytes/sec.
Done
Extracting files from ./data/pypi/service_identity-18.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,311 lines, 37,368 bytes in 0.007 seconds.
That's 187,991 lines/sec, or 5,358,385 bytes/sec.
Done
Extracting files from ./data/pypi/zstd-1.4.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 441 lines, 19,351 bytes in 0.005 seconds.
That's 90,956 lines/sec, or 3,991,148 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-websupport-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 2,339 lines, 82,162 bytes in 0.019 seconds.
That's 121,611 lines/sec, or 4,271,825 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-Bootstrap-SCSS-3.3.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 76 lines, 2,659 bytes in 0.002 seconds.
That's 45,209 lines/sec, or 1,581,712 bytes/sec.
Done
Extracting files from ./data/pypi/ryu-4.32.tar.gz... Done
Trying to parse all python files ...
data/pypi/ryu-4.32/tools/install_venv.py:73:11: invalid syntax
data/pypi/ryu-4.32/tools/normalize_json.py:27:7: invalid syntax
data/pypi/ryu-4.32/tools/pyang_plugins/ryu.py:86:11: invalid syntax
data/pypi/ryu-4.32/tools/topology_graphviz.py:28:7: invalid syntax
Checked 458 files, 174,252 lines, 6,138,723 bytes in 3.632 seconds.
That's 47,970 lines/sec, or 1,689,946 bytes/sec.
Failed to parse data/pypi/ryu-4.32
Extracting files from ./data/pypi/pywebhdfs-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,891 lines, 65,327 bytes in 0.011 seconds.
That's 164,881 lines/sec, or 5,696,019 bytes/sec.
Done
Extracting files from ./data/pypi/pycuber-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,459 lines, 73,116 bytes in 0.019 seconds.
That's 128,382 lines/sec, or 3,817,304 bytes/sec. 206,931 bytes in 0.081 seconds.
That's 69,113 lines/sec, or 2,547,487 bytes/sec.
Done
Extracting files from ./data/pypi/backports_abc-0.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 633 lines, 19,367 bytes in 0.006 seconds.
That's 108,270 lines/sec, or 3,312,580 bytes/sec.
Done
Extracting files from ./data/pypi/google-api-python-client-1.7.11.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 9,735 lines, 329,476 bytes in 0.111 seconds.
That's 87,458 lines/sec, or 2,959,979 bytes/sec.
Done
Extracting files from ./data/pypi/shellescape-3.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 106 lines, 3,468 bytes in 0.001 seconds.
That's 70,863 lines/sec, or 2,318,433 bytes/sec.
Done
Extracting files from ./data/pypi/pyeclib-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,947 lines, 150,285 bytes in 0.107 seconds.
That's 36,968 lines/sec, or 1,407,583 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-SearchKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 986 lines, 33,863 bytes in 0.008 seconds.
That's 121,595 lines/sec, or 4,176,052 bytes/sec.
Done
Extracting files from ./data/pypi/python-telegram-bot-12.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 157 files, 28,478 lines, 1,149,224 bytes in 0.190 seconds.
That's 149,745 lines/sec, or 6,042,949 bytes/sec.
Done
Extracting files from ./data/pypi/watchtower-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 477 lines, 19,704 bytes in 0.004 seconds.
That's 107,402 lines/sec, or 4,436,578 bytes/sec.
Done
Extracting files from ./data/pypi/scp-0.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 930 lines, 34,039 bytes in 0.008 seconds.
That's 113,976 lines/sec, or 4,171,631 bytes/sec.
Done
Extracting files from ./data/pypi/jsonpointer-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 719 lines, 21,609 bytes in 0.006 seconds.
That's 129,047 lines/sec, or 3,878,416 bytes/sec.
Done
Extracting files from ./data/pypi/mpmath-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 88 files, 58,814 lines, 1,928,696 bytes in 1.373 seconds.
That's 42,832 lines/sec, or 1,404,607 bytes/sec.
Done
Extracting files from ./data/pypi/ftfy-5.6.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,767 lines, 101,431 bytes in 0.013 seconds.
That's 206,506 lines/sec, or 7,569,972 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-logger-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,702 lines, 57,909 bytes in 0.012 seconds.
That's 147,805 lines/sec, or 5,028,944 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-mock-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,224 lines, 36,149 bytes in 0.009 seconds.
That's 141,944 lines/sec, or 4,192,101 bytes/sec.
Done
Extracting files from ./data/pypi/customerio-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 667 lines, 25,352 bytes in 0.006 seconds.
That's 104,415 lines/sec, or 3,968,723 bytes/sec.
Done
Extracting files from ./data/pypi/hyper-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 10,948 lines, 355,003 bytes in 0.073 seconds.
That's 150,584 lines/sec, or 4,882,881 bytes/sec.
Done
Extracting files from ./data/pypi/django_celery_results-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 1,822 lines, 58,920 bytes in 0.041 seconds.
That's 44,805 lines/sec, or 1,448,907 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-API-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 1,974 lines, 70,255 bytes in 0.020 seconds.
That's 96,480 lines/sec, or 3,433,752 bytes/sec.
Done
Extracting files from ./data/pypi/pipfile-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 438 lines, 13,020 bytes in 0.003 seconds.
That's 128,066 lines/sec, or 3,806,890 bytes/sec.
Done
Extracting files from ./data/pypi/kazoo-2.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 61 files, 14,507 lines, 475,353 bytes in 0.147 seconds.
That's 98,402 lines/sec, or 3,224,357 bytes/sec.
Done
Extracting files from ./data/pypi/rcssmin-1.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 5,083 lines, 160,112 bytes in 0.038 seconds.
That's 133,209 lines/sec, or 4,196,007 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Accounts-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 920 lines, 30,496 bytes in 0.008 seconds.
That's 109,680 lines/sec, or 3,635,652 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-bugbear-20.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,832 lines, 50,482 bytes in 0.016 seconds.
That's 112,474 lines/sec, or 3,099,284 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-DebugToolbar-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,515 lines, 44,522 bytes in 0.014 seconds.
That's 107,782 lines/sec, or 3,167,427 bytes/sec.
Done
Extracting files from ./data/pypi/django-polymorphic-2.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 61 files, 9,237 lines, 332,517 bytes in 0.091 seconds.
That's 101,334 lines/sec, or 3,647,846 bytes/sec.
Done
Extracting files from ./data/pypi/SudachiPy-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 69 files, 6,450 lines, 246,398 bytes in 0.095 seconds.
That's 68,178 lines/sec, or 2,604,493 bytes/sec.
Done
Extracting files from ./data/pypi/ratelimiter-1.2.0.post0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 367 lines, 12,409 bytes in 0.003 seconds.
That's 116,491 lines/sec, or 3,938,786 bytes/sec.
Done
Extracting files from ./data/pypi/sq-blocks-0.6.5.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,842 lines, 60,144 bytes in 0.016 seconds.
That's 115,554 lines/sec, or 3,772,992 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-benchmark-3.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 7,008 lines, 245,501 bytes in 0.056 seconds.
That's 124,993 lines/sec, or 4,378,708 bytes/sec.
Done
Extracting files from ./data/pypi/pyee-7.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,771 lines, 48,855 bytes in 0.011 seconds.
That's 164,001 lines/sec, or 4,524,159 bytes/sec.
Done
Extracting files from ./data/pypi/hacking-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 2,357 lines, 77,933 bytes in 0.014 seconds.
That's 173,153 lines/sec, or 5,725,202 bytes/sec.
Done
Extracting files from ./data/pypi/delighted-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 722 lines, 27,269 bytes in 0.010 seconds.
That's 75,867 lines/sec, or 2,865,379 bytes/sec.
Done
Extracting files from ./data/pypi/simhash-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 235 lines, 6,765 bytes in 0.003 seconds.
That's 93,944 lines/sec, or 2,704,391 bytes/sec.
Done
Extracting files from ./data/pypi/progressbar33-2.4.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,034 lines, 32,185 bytes in 0.007 seconds.
That's 147,795 lines/sec, or 4,600,384 bytes/sec.
Done
Extracting files from ./data/pypi/eth-hash-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 679 lines, 21,745 bytes in 0.006 seconds.
That's 109,768 lines/sec, or 3,515,326 bytes/sec.
Done
Extracting files from ./data/pypi/jsbeautifier-1.10.3.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 13,990 lines, 485,292 bytes in 0.104 seconds.
That's 134,345 lines/sec, or 4,660,218 bytes/sec.
Done
Extracting files from ./data/pypi/powerline-status-2.7.tar.gz... Done
Trying to parse all python files ...
Checked 138 files, 18,639 lines, 559,240 bytes in 0.188 seconds.
That's 98,949 lines/sec, or 2,968,838 bytes/sec.
Done
Extracting files from ./data/pypi/mkdocs-minify-plugin-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 99 lines,Done
Trying to parse all python files ...
Checked 29 files, 5,585 lines, 222,774 bytes in 0.076 seconds.
That's 73,453 lines/sec, or 2,929,877 bytes/sec.
Done
Extracting files from ./data/pypi/aiobotocore-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,459 lines, 57,476 bytes in 0.011 seconds.
That's 133,997 lines/sec, or 5,278,675 bytes/sec.
Done
Extracting files from ./data/pypi/snakeviz-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 874 lines, 27,063 bytes in 0.007 seconds.
That's 121,152 lines/sec, or 3,751,419 bytes/sec.
Done
Extracting files from ./data/pypi/oauth-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,028 lines, 37,918 bytes in 0.006 seconds.
That's 166,419 lines/sec, or 6,138,393 bytes/sec.
Done
Extracting files from ./data/pypi/comet_ml-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 49 files, 19,786 lines, 657,841 bytes in 0.138 seconds.
That's 143,610 lines/sec, or 4,774,718 bytes/sec.
Done
Extracting files from ./data/pypi/confuse-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,211 lines, 110,414 bytes in 0.048 seconds.
That's 66,645 lines/sec, or 2,291,659 bytes/sec.
Done
Extracting files from ./data/pypi/django-hijack-admin-2.1.10.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 510 lines, 16,709 bytes in 0.006 seconds.
That's 87,715 lines/sec, or 2,873,770 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-MongoAlchemy-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 356 lines, 11,316 bytes in 0.003 seconds.
That's 138,745 lines/sec, or 4,410,216 bytes/sec.
Done
Extracting files from ./data/pypi/pysha3-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 552 lines, 17,262 bytes in 0.005 seconds.
That's 114,532 lines/sec, or 3,581,602 bytes/sec.
Done
Extracting files from ./data/pypi/cookiecutter-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 79 files, 7,646 lines, 228,109 bytes in 0.075 seconds.
That's 101,844 lines/sec, or 3,038,390 bytes/sec.
Done
Extracting files from ./data/pypi/zope.event-4.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 666 lines, 22,153 bytes in 0.004 seconds.
That's 185,325 lines/sec, or 6,164,428 bytes/sec.
Done
Extracting files from ./data/pypi/backports.os-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 456 lines, 16,781 bytes in 0.004 seconds.
That's 122,383 lines/sec, or 4,503,751 bytes/sec.
Done
Extracting files from ./data/pypi/yoyo-migrations-7.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,215 lines, 98,703 bytes in 0.021 seconds.
That's 150,469 lines/sec, or 4,619,500 bytes/sec.
Done
Extracting files from ./data/pypi/base58-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 321 lines, 8,103 bytes in 0.003 seconds.
That's 115,479 lines/sec, or 2,915,039 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CalendarStore-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,254 lines, 41,589 bytes in 0.011 seconds.
That's 115,141 lines/sec, or 3,818,671 bytes/sec.
Done
Extracting files from ./data/pypi/matplotlib-3.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 861 files, 220,203 lines, 7,550,551 bytes in 4.644 seconds.
That's 47,415 lines/sec, or 1,625,822 bytes/sec.
Done
Extracting files from ./data/pypi/uhashring-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,085 lines, 31,693 bytes in 0.010 seconds.
That's 105,122 lines/sec, or 3,070,617 bytes/sec.
Done
Extracting files from ./data/pypi/dogstatsd-python-0.5.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 287 lines, 9,503 bytes in 0.002 seconds.
That's 126,806 lines/sec, or 4,198,722 bytes/sec.
Done
Extracting files from ./data/pypi/esprima-4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 7,484 lines, 268,406 bytes in 0.057 seconds.
That's 132,198 lines/sec, or 4,741,149 bytes/sec.
Done
Extracting files from ./data/pypi/cfn_flip-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 844 lines, 26,425 bytes in 0.006 seconds.
That's 134,677 lines/sec, or 4,216,644 bytes/sec.
Done
Extracting files from ./data/pypi/nose-parallel-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 100 lines, 3,107 bytes in 0.001 seconds.
That's 76,594 lines/sec, or 2,379,785 bytes/sec.
Done
Extracting files from ./data/pypi/locust-0.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 16 lines, 442 bytes in 0.001 seconds.
That's 28,827 lines/sec, or 796,341 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-datacatalog-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 15,914 lines, 643,654 bytes in 0.070 seconds.
That's 226,800 lines/sec, or 9,173,102 bytes/sec.
Done
Extracting files from ./data/pypi/click-spinner-0.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,904 lines, 68,905 bytes in 0.008 seconds.
That's 235,609 lines/sec, or 8,526,583 bytes/sec.
Done
Extracting files from ./data/pypi/auditwheel-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 3,326 lines, 113,655 bytes in 0.028 seconds.
That's 116,839 lines/sec, or 3,992,593 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-mypy-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 185 lines, 5,622 bytes in 0.002 seconds.
That's 115,400 lines/sec, or 3,506,897 bytes/sec.
Done
Extracting files from ./data/pypi/readline-6.2.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 115 lines, 4,460 bytes in 0.001 seconds.
That's 97,247 lines/sec, or 3,771,491 bytes/sec.
Done
Extracting files from ./data/pypi/tld-0.11.10.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,382 lines, 70,252 bytes in 0.014 seconds.
That's 172,392 lines/sec, or 5,084,347 bytes/sec.
Done
Extracting files from ./data/pypi/descartes-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 218 lines, 7,315 bytes in 0.002 seconds.
That's 88,038 lines/sec, or 2,954,105 bytes/sec.
Done
Extracting files from ./data/pypi/requestsexceptions-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 87 lines, 3,062 bytes in 0.001 seconds.
That's 99,673 lines/sec, or 3,508,047 bytes/sec.
Done
Extracting files from ./data/pypi/shippo-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 2,661 lines, 89,296 bytes in 0.020 seconds.
That's 134,191 lines/sec, or 4,503,079 bytes/sec.
Done
Extracting files from ./data/pypi/javabridge-1.0.18.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 4,893 lines, 192,687 bytes in 0.229 seconds.
That's 21,323 lines/sec, or 839,721 bytes/sec.
Done
Extracting files from ./data/pypi/jsonrpclib-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,106 lines, 35,011 bytes in 0.007 seconds.
That's 166,669 lines/sec, or 5,275,995 bytes/sec.
Done
Extracting files from ./data/pypi/pykube-0.15.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,980 lines, 57,815 bytes in 0.015 seconds.
That's 135,987 lines/sec, or 3,970,750 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-botservice-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,649 lines, 130,949 bytes in 0.021 seconds.
That's 127,862 lines/sec, or 6,320,658 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter-notebook-gist-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 924 lines, 30,434 bytes in 0.006 seconds.
That's 146,795 lines/sec, or 4,835,023 bytes/sec.
Done
Extracting files from ./data/pypi/fake-useragent-0.1.11.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 531 lines, 14,798 bytes in 0.004 seconds.
That's 135,210 lines/sec, or 3,768,049 bytes/sec.
Done
Extracting files from ./data/pypi/django-celery-3.3.1.tar.gz... Done
Trying to parse all python files ...
Done
Extracting files from ./data/pypi/hdfs-2.5.8.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 4,770 lines, 152,237 bytes in 0.039 seconds.
That's 121,034 lines/sec, or 3,862,868 bytes/sec.
Done
Extracting files from ./data/pypi/bincrafters_package_tools-0.21.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 471 lines, 16,086 bytes in 0.004 seconds.
That's 104,735 lines/sec, or 3,577,011 bytes/sec.
Done
Extracting files from ./data/pypi/pathlib_mate-0.0.15.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 3,649 lines, 111,000 bytes in 0.024 seconds.
That's 153,448 lines/sec, or 4,667,767 bytes/sec.
Done
Extracting files from ./data/pypi/prov-1.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 8,811 lines, 318,725 bytes in 0.096 seconds.
That's 92,027 lines/sec, or 3,328,933 bytes/sec.
Done
Extracting files from ./data/pypi/pytidylib-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 775 lines, 28,367 bytes in 0.025 seconds.
That's 31,222 lines/sec, or 1,142,817 bytes/sec.
Done
Extracting files from ./data/pypi/attr-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 103 lines, 2,723 bytes in 0.001 seconds.
That's 108,847 lines/sec, or 2,877,574 bytes/sec.
Done
Extracting files from ./data/pypi/protobuf-to-dict-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 195 lines, 7,113 bytes in 0.002 seconds.
That's 96,188 lines/sec, or 3,508,654 bytes/sec.
Done
Extracting files from ./data/pypi/Delorean-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,694 lines, 58,567 bytes in 0.016 seconds.
That's 105,779 lines/sec, or 3,657,106 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-3.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 15,754 lines, 554,994 bytes in 0.161 seconds.
That's 98,011 lines/sec, or 3,452,792 bytes/sec.
Done
Extracting files from ./data/pypi/neomodel-3.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 6,122 lines, 201,943 bytes in 0.052 seconds.
That's 116,731 lines/sec, or 3,850,537 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid-1.10.4.tar.gz... Done
Trying to parse all python files ...
Checked 500 files, 73,034 lines, 2,452,420 bytes in 1.293 seconds.
That's 56,474 lines/sec, or 1,896,341 bytes/sec.
Done
Extracting files from ./data/pypi/sockjs-tornado-1.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 2,348 lines, 66,913 bytes in 0.016 seconds.
That's 150,559 lines/sec, or 4,290,616 bytes/sec.
Done
Extracting files from ./data/pypi/money-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 2,584 lines, 88,552 bytes in 0.029 seconds.
That's 89,712 lines/sec, or 3,074,365 bytes/sec.
Done
Extracting files from ./data/pypi/pycocotools-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,101 lines, 48,171 bytes in 0.013 seconds.
That's 82,437 lines/sec, or 3,606,766 bytes/sec.
Done
Extracting files from ./data/pypi/troposphere-2.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 195 files, 29,115 lines, 839,169 bytes in 0.276 seconds.
That's 105,623 lines/sec, or 3,044,338 bytes/sec.
Done
Extracting files from ./data/pypi/requests-unixsocket-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 449 lines, 14,623 bytes in 0.005 seconds.
That's 96,015 lines/sec, or 3,127,017 bytes/sec.
Done
Extracting files from ./data/pypi/django-organizations-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 2,442 lines, 100,367 bytes in 0.017 seconds.
That's 147,970 lines/sec, or 6,081,620 bytes/sec.
Done
Extracting files from ./data/pypi/enum-0.4.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 900 lines, 31,224 bytes in 0.005 seconds.
That's 163,989 lines/sec, or 5,689,341 bytes/sec.
Done
Extracting files from ./data/pypi/scs-2.1.1-2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,156 lines, 29,546 bytes in 0.012 seconds.
That's 97,575 lines/sec, or 2,493,910 bytes/sec.
Done
Extracting files from ./data/pypi/envtpl-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 292 lines, 8,838 bytes in 0.002 seconds.
That's 165,953 lines/sec, or 5,022,935 bytes/sec.
Done
Extracting files from ./data/pypi/rackspace-auth-openstack-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 126 lines, 4,738 bytes in 0.001 seconds.
That's 118,044 lines/sec, or 4,438,823 bytes/sec.
Done
Extracting files from ./data/pypi/git-url-parse-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 944 lines, 31,646 bytes in 0.004 seconds.
That's 227,096 lines/sec, or 7,613,017 bytes/sec.
Done
Extracting files from ./data/pypi/dpkt-1.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 76 files, 14,174 lines, 473,202 bytes in 0.236 seconds.
That's 60,117 lines/sec, or 2,007,007 bytes/sec.
Done
Extracting files from ./data/pypi/optimizely-sdk-3.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 6,001 lines, 220,682 bytes in 0.059 seconds.
That's 101,398 lines/sec, or 3,728,845 bytes/sec.
Done
Extracting files from ./data/pypi/gax-google-pubsub-v1-0.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 993 lines, 41,346 bytes in 0.004 seconds.
That's 247,545 lines/sec, or 10,307,144 bytes/sec.
Done
Extracting files from ./data/pypi/pyexcel-xlsx-0.5.8.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,429 lines, 42,025 bytes in 0.012 seconds.
That's 119,883 lines/sec, or 3,525,595 bytes/sec.
Done
Extracting files from ./data/pypi/pyjq-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 319 lines, 9,688 bytes in 0.003 seconds.
That's 103,407 lines/sec, or 3,140,460 bytes/sec.
Done
Extracting files from ./data/pypi/modulegraph-0.18.tar.gz... Done
Trying to parse all python files ...
data/pypi/modulegraph-0.18/modulegraph_tests/testpkg-compatmodule/pkg/api2.py:7:29: invalid syntax
Checked 163 files, 8,700 lines, 281,041 bytes in 0.121 seconds.
That's 71,988 lines/sec, or 2,325,474 bytes/sec.
Exception encountered in analyzing ./data/pypi/modulegraph-0.18.tar.gz:
maximum recursion depth exceeded while calling a Python object
Failed to parse data/pypi/modulegraph-0.18
Extracting files from ./data/pypi/fire-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 9,896 lines, 330,630 bytes in 0.066 seconds.
That's 151,042 lines/sec, or 5,046,389 bytes/sec.
Done
Extracting files from ./data/pypi/exchangelib-3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 100 files, 22,854 lines, 1,020,583 bytes in 0.310 seconds.
That's 73,687 lines/sec, or 3,290,627 bytes/sec.
Done
Extracting files from ./data/pypi/toposort-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 339 lines, 12,718 bytes in 0.003 seconds.
That's 104,927 lines/sec, or 3,936,474 bytes/sec.
Done
Extracting files from ./data/pypi/apache-airflow-1.10.9-bin.tar.gz... Done
Trying to parse all python files ...
Checked 631 files, 112,206 lines, 4,341,795 bytes in 1.289 seconds.
That's 87,033 lines/sec, or 3,367,739 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-openfiles-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 170 lines, 5,186 bytes in 0.002 seconds.
That's 91,886 lines/sec, or 2,803,049 bytes/sec.
Done
Extracting files from ./data/pypi/rest_condition-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 270 lines, 8,061 bytes in 0.002 seconds.
That's 113,326 lines/sec, or 3,383,397 bytes/sec.
Done
Extracting files from ./data/pypi/python-saml-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 5,374 lines, 207,927 bytes in 0.033 seconds.
That's 161,250 lines/sec, or 6,238,976 bytes/sec.
Done
Extracting files from ./data/pypi/databricks-cli-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 6,216 lines, 255,868 bytes in 0.067 seconds.
Done
Extracting files from ./data/pypi/pytest-helpers-namespace-2019.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 221 lines, 6,647 bytes in 0.002 seconds.
That's 120,743 lines/sec, or 3,631,567 bytes/sec.
Done
Extracting files from ./data/pypi/xmltodict-0.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,535 lines, 50,585 bytes in 0.011 seconds.
That's 142,200 lines/sec, or 4,686,122 bytes/sec.
Done
Extracting files from ./data/pypi/zc.lockfile-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 617 lines, 19,701 bytes in 0.004 seconds.
That's 151,507 lines/sec, or 4,837,655 bytes/sec.
Done
Extracting files from ./data/pypi/easygui-0.98.1.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 4,494 lines, 149,722 bytes in 0.028 seconds.
That's 161,699 lines/sec, or 5,387,146 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-selenium-1.17.0.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 3,312 lines, 108,404 bytes in 0.024 seconds.
That's 138,808 lines/sec, or 4,543,295 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 377 lines, 12,300 bytes in 0.001 seconds.
That's 267,239 lines/sec, or 8,718,935 bytes/sec.
Done
Extracting files from ./data/pypi/mozrunner-7.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,844 lines, 102,336 bytes in 0.040 seconds.
That's 71,021 lines/sec, or 2,555,569 bytes/sec.
Done
Extracting files from ./data/pypi/ExifRead-2.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,079 lines, 100,479 bytes in 0.022 seconds.
That's 140,484 lines/sec, or 4,584,502 bytes/sec.
Done
Extracting files from ./data/pypi/pyzmq-18.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 174 files, 21,961 lines, 699,913 bytes in 0.266 seconds.
That's 82,571 lines/sec, or 2,631,605 bytes/sec.
Done
Extracting files from ./data/pypi/env-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 125 lines, 2,599 bytes in 0.001 seconds.
That's 148,481 lines/sec, or 3,087,226 bytes/sec.
Done
Extracting files from ./data/pypi/docker-4.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 130 files, 28,591 lines, 1,005,171 bytes in 0.314 seconds.
That's 91,096 lines/sec, or 3,202,647 bytes/sec.
Done
Extracting files from ./data/pypi/asteval-0.9.18.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 4,513 lines, 162,833 bytes in 0.109 seconds.
That's 41,280 lines/sec, or 1,489,405 bytes/sec.
Done
Extracting files from ./data/pypi/singledispatch-3.4.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 464 lines, 16,556 bytes in 0.003 seconds.
That's 138,922 lines/sec, or 4,956,878 bytes/sec.
Done
Extracting files from ./data/pypi/pylint-django-2.0.13.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 3,030 lines, 96,877 bytes in 0.028 seconds.
That's 109,010 lines/sec, or 3,485,342 bytes/sec.
Done
Extracting files from ./data/pypi/testing.postgresql-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 494 lines, 17,804 bytes in 0.005 seconds.
That's 105,006 lines/sec, or 3,784,481 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Contacts-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 1,976 lines, 89,227 bytes in 0.019 seconds.
That's 103,886 lines/sec, or 4,691,023 bytes/sec.
Done
Extracting files from ./data/pypi/rackspace-novaclient-2.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 51 lines, 2,007 bytes in 0.000 seconds.
That's 115,377 lines/sec, or 4,540,436 bytes/sec.
Done
Extracting files from ./data/pypi/percy-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,017 lines, 69,918 bytes in 0.017 seconds.
That's 116,955 lines/sec, or 4,054,156 bytes/sec.
Done
Extracting files from ./data/pypi/grpcio-1.27.1.tar.gz... Done
Trying to parse all python files ...
Checked 103 files, 25,634 lines, 930,158 bytes in 0.178 seconds.
That's 144,128 lines/sec, or 5,229,860 bytes/sec.
Done
Extracting files from ./data/pypi/autocorrect-0.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 214 lines, 6,200 bytes in 0.002 seconds.
That's 89,722 lines/sec, or 2,599,429 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-aiohttp-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 54 lines, 1,574 bytes in 0.001 seconds.
That's 62,775 lines/sec, or 1,829,777 bytes/sec.
Done
Extracting files from ./data/pypi/hurry.filesize-0.9.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 166 lines, 3,698 bytes in 0.002 seconds.
That's 89,793 lines/sec, or 2,000,327 bytes/sec.
Done
Extracting files from ./data/pypi/rjsmin-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,755 lines, 89,593 bytes in 0.021 seconds.
That's 130,728 lines/sec, or 4,251,293 bytes/sec.
Done
Extracting files from ./data/pypi/eth-keys-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,518 lines, 46,315 bytes in 0.013 seconds.
That's 120,886 lines/sec, or 3,688,302 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-roboto-fontface-0.5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 84 lines, 4,817 bytes in 0.002 seconds.
That's 45,768 lines/sec, or 2,624,573 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid_debugtoolbar-4.6.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 5,326 lines, 181,025 bytes in 0.061 seconds.
That's 86,701 lines/sec, or 2,946,863 bytes/sec.
Done
Extracting files from ./data/pypi/imagesize-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 391 lines, 14,500 bytes in 0.004 seconds.
That's 87,629 lines/sec, or 3,249,661 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-signalr-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 337 lines, 13,044 bytes in 0.003 seconds.
That's 105,974 lines/sec, or 4,101,852 bytes/sec.
Done
Extracting files from ./data/pypi/requirements-parser-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 410 lines, 13,251 bytes in 0.003 seconds.
That's 121,112 lines/sec, or 3,914,270 bytes/sec.
Done
Extracting files from ./data/pypi/heroku3-4.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,535 lines, 74,797 bytes in 0.022 seconds.
That's 117,118 lines/sec, or 3,455,652 bytes/sec.
Done
Extracting files from ./data/pypi/databricks-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 15 lines, 268 bytes in 0.001 seconds.
That's 24,179 lines/sec, or 432,004 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-arraydiff-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 502 lines, 17,306 bytes in 0.004 seconds.
That's 127,077 lines/sec, or 4,380,869 bytes/sec.
Done
Extracting files from ./data/pypi/django-test-without-migrations-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 125 lines, 3,797 bytes in 0.002 seconds.
That's 71,565 lines/sec, or 2,173,870 bytes/sec.
Done
Extracting files from ./data/pypi/oci-2.10.3.tar.gz... Done
Trying to parse all python files ...
Checked 1,745 files, 525,151 lines, 19,619,871 bytes in 4.892 seconds.
That's 107,356 lines/sec, or 4,010,883 bytes/sec.
Done
Extracting files from ./data/pypi/portpicker-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,290 lines, 49,575 bytes in 0.009 seconds.
That's 141,020 lines/sec, or 5,419,428 bytes/sec.
Done
Extracting files from ./data/pypi/qds_sdk-1.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 8,678 lines, 373,930 bytes in 0.060 seconds.
That's 144,958 lines/sec, or 6,246,171 bytes/sec.
Done
Extracting files from ./data/pypi/jaraco.itertools-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,273 lines, 33,242 bytes in 0.006 seconds.
That's 225,909 lines/sec, or 5,899,177 bytes/sec. 3,722 bytes in 0.001 seconds.
That's 72,619 lines/sec, or 2,730,185 bytes/sec.
Done
Extracting files from ./data/pypi/proto-google-cloud-spanner-admin-database-v1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,338 lines, 69,348 bytes in 0.009 seconds.
That's 143,210 lines/sec, or 7,422,528 bytes/sec.
Done
Extracting files from ./data/pypi/PyChef-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,494 lines, 83,772 bytes in 0.022 seconds.
That's 114,206 lines/sec, or 3,836,116 bytes/sec.
Done
Extracting files from ./data/pypi/flake8_formatter_junit_xml-0.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 160 lines, 5,422 bytes in 0.002 seconds.
That's 74,723 lines/sec, or 2,532,181 bytes/sec.
Done
Extracting files from ./data/pypi/hunspell-0.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 57 lines, 2,320 bytes in 0.001 seconds.
That's 72,119 lines/sec, or 2,935,380 bytes/sec.
Done
Extracting files from ./data/pypi/dbt-bigquery-0.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,170 lines, 39,294 bytes in 0.009 seconds.
That's 125,559 lines/sec, or 4,216,840 bytes/sec.
Done
Extracting files from ./data/pypi/virtualenv-clone-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 379 lines, 12,468 bytes in 0.004 seconds.
That's 107,466 lines/sec, or 3,535,329 bytes/sec.
Done
Extracting files from ./data/pypi/thrift-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 6,771 lines, 231,436 bytes in 0.049 seconds.
That's 139,148 lines/sec, or 4,756,135 bytes/sec.
Done
Extracting files from ./data/pypi/ecos-2.0.7.post1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 160 lines, 5,924 bytes in 0.002 seconds.
That's 67,345 lines/sec, or 2,493,433 bytes/sec.
Done
Extracting files from ./data/pypi/pypiwin32-223.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 7 lines, 116 bytes in 0.000 seconds.
That's 20,110 lines/sec, or 333,246 bytes/sec.
Done
Extracting files from ./data/pypi/proto-google-cloud-spanner-admin-instance-v1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,976 lines, 100,978 bytes in 0.011 seconds.
That's 178,781 lines/sec, or 9,136,124 bytes/sec.
Done
Extracting files from ./data/pypi/gax-google-logging-v2-0.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,126 lines, 46,603 bytes in 0.005 seconds.
That's 244,831 lines/sec, or 10,133,082 bytes/sec.
Done
Extracting files from ./data/pypi/mozcrash-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 634 lines, 25,747 bytes in 0.004 seconds.
That's 149,695 lines/sec, or 6,079,191 bytes/sec.
Done
Extracting files from ./data/pypi/eth-abi-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,266 lines, 94,049 bytes in 0.019 seconds.
That's 175,216 lines/sec, or 5,045,601 bytes/sec.
Done
Extracting files from ./data/pypi/jprops-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 394 lines, 9,438 bytes in 0.003 seconds.
That's 136,733 lines/sec, or 3,275,347 bytes/sec.
Done
Extracting files from ./data/pypi/PyTrie-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,010 lines, 33,138 bytes in 0.008 seconds.
That's 121,081 lines/sec, or 3,972,643 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CoreText-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 2,520 lines, 166,036 bytes in 0.034 seconds.
That's 73,079 lines/sec, or 4,814,950 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CFNetwork-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,330 lines, 98,332 bytes in 0.064 seconds.
That's 36,192 lines/sec, or 1,527,376 bytes/sec.
Done
Extracting files from ./data/pypi/djangocms-link-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 950 lines, 30,523 bytes in 0.022 seconds.
That's 42,458 lines/sec, or 1,364,164 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-KVSession-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 631 lines, 23,626 bytes in 0.003 seconds.
That's 194,475 lines/sec, or 7,281,551 bytes/sec.
Done
Extracting files from ./data/pypi/pythonnet-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 9,809 lines, 269,220 bytes in 0.120 seconds.
That's 81,531 lines/sec, or 2,237,709 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-dlp-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 28,523 lines, 1,077,638 bytes in 0.202 seconds.
That's 141,412 lines/sec, or 5,342,733 bytes/sec.
Done
Extracting files from ./data/pypi/positional-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 536 lines, 18,444 bytes in 0.003 seconds.
That's 187,564 lines/sec, or 6,454,175 bytes/sec.
Done
Extracting files from ./data/pypi/pysolr-3.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,627 lines, 97,114 bytes in 0.022 seconds.
That's 117,708 lines/sec, or 4,351,398 bytes/sec.
Done
Extracting files from ./data/pypi/django-hosts-4.0.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 1,943 lines, 70,152 bytes in 0.033 seconds.
That's 58,184 lines/sec, or 2,100,730 bytes/sec.
Done
Extracting files from ./data/pypi/ldapdomaindump-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,160 lines, 54,007 bytes in 0.011 seconds.
That's 106,238 lines/sec, or 4,946,214 bytes/sec.
Done
Extracting files from ./data/pypi/turicreate-6.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 81 lines, 2,606 bytes in 0.001 seconds.
That's 131,886 lines/sec, or 4,243,151 bytes/sec.
Done
Extracting files from ./data/pypi/binaryornot-0.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 714 lines, 22,170 bytes in 0.005 seconds.
That's 156,694 lines/sec, or 4,865,410 bytes/sec.
Done
Extracting files from ./data/pypi/django-babel-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,082 lines, 36,758 bytes in 0.009 seconds.
That's 122,655 lines/sec, or 4,166,871 bytes/sec.
Done
Extracting files from ./data/pypi/python-cinderclient-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 141 files, 27,693 lines, 1,045,395 bytes in 0.315 seconds.
That's 87,986 lines/sec, or 3,321,414 bytes/sec.
Done
Extracting files from ./data/pypi/pyexcel-io-0.5.20.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 5,981 lines, 178,756 bytes in 0.079 seconds.
That's 75,491 lines/sec, or 2,256,225 bytes/sec.
Done
Extracting files from ./data/pypi/Authlib-0.13.tar.gz... Done
Trying to parse all python files ...
Checked 248 files, 16,115 lines, 566,228 bytes in 0.144 seconds.
That's 111,728 lines/sec, or 3,925,742 bytes/sec.
Done
Extracting files from ./data/pypi/uvicorn-0.11.2.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 3,671 lines, 121,096 bytes in 0.032 seconds.
That's 113,121 lines/sec, or 3,731,557 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-per-file-ignores-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 148 lines, 4,403 bytes in 0.002 seconds.
That's 65,028 lines/sec, or 1,934,582 bytes/sec.
Done
Extracting files from ./data/pypi/uszipcode-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 6,807 lines, 223,265 bytes in 0.077 seconds.
That's 88,466 lines/sec, or 2,901,616 bytes/sec.
Done
Extracting files from ./data/pypi/diff-match-patch-20181111.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 5,738 lines, 224,690 bytes in 0.085 seconds.
That's 67,186 lines/sec, or 2,630,888 bytes/sec.
Done
Extracting files from ./data/pypi/WebError-0.13.1.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,912 lines, 140,621 bytes in 0.017 seconds.
That's 234,011 lines/sec, or 8,411,758 bytes/sec.
Done
Extracting files from ./data/pypi/normality-2.0.0.tar.gz...
Extracting files from ./data/pypi/Routes-2.4.1.tar.gz... Done
Trying t