Skip to content

Instantly share code, notes, and snippets.

@ethanhs
Last active February 18, 2020 10:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ethanhs/02734c6c1e58b3fa58646259f6915462 to your computer and use it in GitHub Desktop.
Save ethanhs/02734c6c1e58b3fa58646259f6915462 to your computer and use it in GitHub Desktop.
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 to parse all python files ...
Checked 8 files, 3,104 lines, 118,262 bytes in 0.036 seconds.
That's 86,713 lines/sec, or 3,303,762 bytes/sec.
Done
Extracting files from ./data/pypi/nose-parameterized-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 750 lines, 25,633 bytes in 0.006 seconds.
That's 123,338 lines/sec, or 4,215,354 bytes/sec.
Done
Extracting files from ./data/pypi/django-haystack-2.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 131 files, 22,975 lines, 883,846 bytes in 0.347 seconds.
That's 66,271 lines/sec, or 2,549,428 bytes/sec.
Done
Extracting files from ./data/pypi/wsgi_intercept-1.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,552 lines, 83,191 bytes in 0.018 seconds.
That's 144,257 lines/sec, or 4,702,538 bytes/sec.
Done
Extracting files from ./data/pypi/pusher-2.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,231 lines, 34,279 bytes in 0.009 seconds.
That's 140,323 lines/sec, or 3,907,502 bytes/sec.
Done
Extracting files from ./data/pypi/zict-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,564 lines, 37,347 bytes in 0.013 seconds.
That's 116,384 lines/sec, or 2,779,162 bytes/sec.
Done
Extracting files from ./data/pypi/zenpy-2.0.18.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 14,932 lines, 487,812 bytes in 0.113 seconds.
That's 132,408 lines/sec, or 4,325,630 bytes/sec.
Done
Extracting files from ./data/pypi/Protego-0.1.16.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,883 lines, 74,921 bytes in 0.026 seconds.
That's 71,416 lines/sec, or 2,841,500 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cosmosdb-nspkg-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 65 lines, 2,303 bytes in 0.001 seconds.
That's 82,216 lines/sec, or 2,912,992 bytes/sec.
Done
Extracting files from ./data/pypi/dictdiffer-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,757 lines, 90,596 bytes in 0.023 seconds.
That's 120,494 lines/sec, or 3,959,478 bytes/sec.
Done
Extracting files from ./data/pypi/awscli-cwlogs-1.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,933 lines, 123,012 bytes in 0.021 seconds.
That's 138,532 lines/sec, or 5,810,114 bytes/sec.
Done
Extracting files from ./data/pypi/IPTCInfo-1.9.5-6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,422 lines, 51,316 bytes in 0.002 seconds.
That's 827,111 lines/sec, or 29,848,135 bytes/sec.
Done
Extracting files from ./data/pypi/openapi-codec-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 638 lines, 20,249 bytes in 0.005 seconds.
That's 119,575 lines/sec, or 3,795,096 bytes/sec.
Done
Extracting files from ./data/pypi/django-partial-index-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 433 lines, 18,541 bytes in 0.004 seconds.
That's 114,079 lines/sec, or 4,884,836 bytes/sec.
Done
Extracting files from ./data/pypi/static3-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 594 lines, 19,708 bytes in 0.004 seconds.
That's 133,088 lines/sec, or 4,415,670 bytes/sec.
Done
Extracting files from ./data/pypi/py-vapid-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 891 lines, 29,957 bytes in 0.007 seconds.
That's 133,555 lines/sec, or 4,490,343 bytes/sec.
Done
Extracting files from ./data/pypi/pyaes-1.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,291 lines, 85,739 bytes in 0.018 seconds.
That's 70,951 lines/sec, or 4,712,066 bytes/sec.
Done
Extracting files from ./data/pypi/pathlib-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 3,453 lines, 124,651 bytes in 0.067 seconds.
That's 51,634 lines/sec, or 1,863,967 bytes/sec.
Done
Extracting files from ./data/pypi/constantly-15.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,287 lines, 81,071 bytes in 0.010 seconds.
That's 237,341 lines/sec, or 8,413,411 bytes/sec.
Done
Extracting files from ./data/pypi/cssutils-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 112 files, 32,890 lines, 1,265,278 bytes in 0.157 seconds.
That's 209,222 lines/sec, or 8,048,752 bytes/sec.
Done
Extracting files from ./data/pypi/jsonschema-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 6,644 lines, 204,492 bytes in 0.050 seconds.
That's 133,158 lines/sec, or 4,098,384 bytes/sec.
Done
Extracting files from ./data/pypi/eventlet-0.25.1.tar.gz... Done
Trying to parse all python files ...
Checked 221 files, 36,454 lines, 1,248,534 bytes in 0.525 seconds.
That's 69,478 lines/sec, or 2,379,590 bytes/sec.
Done
Extracting files from ./data/pypi/selectors34-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,185 lines, 37,521 bytes in 0.009 seconds.
That's 133,369 lines/sec, or 4,222,891 bytes/sec.
Done
Extracting files from ./data/pypi/pyftpdlib-1.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 13,806 lines, 512,122 bytes in 0.130 seconds.
That's 105,891 lines/sec, or 3,927,921 bytes/sec.
Done
Extracting files from ./data/pypi/xattr-0.9.7.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 940 lines, 27,940 bytes in 0.030 seconds.
That's 31,594 lines/sec, or 939,081 bytes/sec.
Done
Extracting files from ./data/pypi/aiosmtplib-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 7,336 lines, 227,463 bytes in 0.051 seconds.
That's 144,679 lines/sec, or 4,485,990 bytes/sec.
Done
Extracting files from ./data/pypi/python3-xlib-0.15.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 26,563 lines, 864,245 bytes in 0.485 seconds.
That's 54,805 lines/sec, or 1,783,132 bytes/sec.
Exception encountered in analyzing ./data/pypi/python3-xlib-0.15.tar.gz:
'utf-8' codec can't decode byte 0xf6 in position 25176: invalid start byte
Failed to parse data/pypi/python3-xlib-0.15
Extracting files from ./data/pypi/pptree-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 91 lines, 3,199 bytes in 0.002 seconds.
That's 52,278 lines/sec, or 1,837,773 bytes/sec.
Done
Extracting files from ./data/pypi/aenum-2.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 9,588 lines, 374,119 bytes in 0.146 seconds.
That's 65,473 lines/sec, or 2,554,726 bytes/sec.
Done
Extracting files from ./data/pypi/plac-1.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 2,911 lines, 91,792 bytes in 0.031 seconds.
That's 95,123 lines/sec, or 2,999,498 bytes/sec.
Done
Extracting files from ./data/pypi/post-2019.4.13.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 20 lines, 281 bytes in 0.001 seconds.
That's 29,874 lines/sec, or 419,729 bytes/sec.
Done
Extracting files from ./data/pypi/graphitesend-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 742 lines, 24,231 bytes in 0.004 seconds.
That's 169,471 lines/sec, or 5,534,316 bytes/sec.
Done
Extracting files from ./data/pypi/django-redis-4.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 3,161 lines, 104,160 bytes in 0.032 seconds.
That's 98,595 lines/sec, or 3,248,869 bytes/sec.
Done
Extracting files from ./data/pypi/eli5-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 8,948 lines, 324,120 bytes in 0.096 seconds.
That's 93,470 lines/sec, or 3,385,711 bytes/sec.
Done
Extracting files from ./data/pypi/pylev-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 319 lines, 7,664 bytes in 0.003 seconds.
That's 112,758 lines/sec, or 2,709,013 bytes/sec.
Done
Extracting files from ./data/pypi/asynctest-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 6,022 lines, 213,345 bytes in 0.083 seconds.
That's 72,615 lines/sec, or 2,572,574 bytes/sec.
Done
Extracting files from ./data/pypi/qgrid-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 4,051 lines,
Done
Extracting files from ./data/pypi/gapic-google-cloud-spanner-admin-database-v1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 740 lines, 31,768 bytes in 0.003 seconds.
That's 214,617 lines/sec, or 9,213,432 bytes/sec.
Done
Extracting files from ./data/pypi/WSME-0.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 74 files, 12,510 lines, 378,142 bytes in 0.101 seconds.
That's 124,327 lines/sec, or 3,758,047 bytes/sec.
Done
Extracting files from ./data/pypi/tinycss2-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,806 lines, 89,405 bytes in 0.022 seconds.
That's 127,443 lines/sec, or 4,060,593 bytes/sec.
Done
Extracting files from ./data/pypi/rollbar-0.14.7.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 6,467 lines, 215,015 bytes in 0.059 seconds.
That's 108,947 lines/sec, or 3,622,262 bytes/sec.
Done
Extracting files from ./data/pypi/PyVISA-1.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 15,518 lines, 566,514 bytes in 0.086 seconds.
That's 180,326 lines/sec, or 6,583,159 bytes/sec.
Done
Extracting files from ./data/pypi/cursive-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,100 lines, 82,251 bytes in 0.013 seconds.
That's 164,495 lines/sec, or 6,442,791 bytes/sec.
Done
Extracting files from ./data/pypi/tldextract-2.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,062 lines, 35,418 bytes in 0.032 seconds.
That's 32,770 lines/sec, or 1,092,886 bytes/sec.
Done
Extracting files from ./data/pypi/django-js-asset-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 136 lines, 4,078 bytes in 0.001 seconds.
That's 95,341 lines/sec, or 2,858,829 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.policy-2.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 8,463 lines, 317,328 bytes in 0.060 seconds.
That's 141,469 lines/sec, or 5,304,529 bytes/sec.
Done
Extracting files from ./data/pypi/pygtrie-2.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 3,275 lines, 117,202 bytes in 0.021 seconds.
That's 152,335 lines/sec, or 5,451,590 bytes/sec.
Done
Extracting files from ./data/pypi/croniter-0.3.31.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,800 lines, 62,170 bytes in 0.022 seconds.
That's 82,700 lines/sec, or 2,856,359 bytes/sec.
Done
Extracting files from ./data/pypi/stups-zign-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 772 lines, 25,958 bytes in 0.006 seconds.
That's 123,315 lines/sec, or 4,146,384 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Babel-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,438 lines, 49,847 bytes in 0.009 seconds.
That's 161,268 lines/sec, or 5,590,200 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Principal-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 533 lines, 15,161 bytes in 0.003 seconds.
That's 208,308 lines/sec, or 5,925,256 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-cosmosdb-0.2.11.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,374 lines, 59,449 bytes in 0.010 seconds.
That's 132,580 lines/sec, or 5,736,339 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Intents-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 4,809 lines, 184,009 bytes in 0.039 seconds.
That's 122,320 lines/sec, or 4,680,378 bytes/sec.
Done
Extracting files from ./data/pypi/factory_boy-2.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 10,604 lines, 337,070 bytes in 0.132 seconds.
That's 80,432 lines/sec, or 2,556,688 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 107 lines, 3,701 bytes in 0.001 seconds.
That's 77,996 lines/sec, or 2,697,796 bytes/sec.
Done
Extracting files from ./data/pypi/uptime-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 460 lines, 14,387 bytes in 0.004 seconds.
That's 122,937 lines/sec, or 3,845,001 bytes/sec.
Done
Extracting files from ./data/pypi/inotify-0.2.10.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 603 lines, 18,596 bytes in 0.005 seconds.
That's 128,580 lines/sec, or 3,965,291 bytes/sec.
Done
Extracting files from ./data/pypi/requests_pkcs12-1.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 144 lines, 5,873 bytes in 0.002 seconds.
That's 88,353 lines/sec, or 3,603,445 bytes/sec.
Done
Extracting files from ./data/pypi/django-rq-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,786 lines, 92,748 bytes in 0.048 seconds.
That's 57,955 lines/sec, or 1,929,352 bytes/sec.
Done
Extracting files from ./data/pypi/neutron-lib-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 392 files, 36,209 lines, 1,355,559 bytes in 0.349 seconds.
That's 103,773 lines/sec, or 3,884,962 bytes/sec.
Done
Extracting files from ./data/pypi/sphinx-bootstrap-theme-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 91 lines, 2,854 bytes in 0.003 seconds.
That's 35,263 lines/sec, or 1,105,926 bytes/sec.
Done
Extracting files from ./data/pypi/tls-syslog-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 613 lines, 20,581 bytes in 0.004 seconds.
That's 144,412 lines/sec, or 4,848,516 bytes/sec.
Done
Extracting files from ./data/pypi/jxmlease-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 5,258 lines, 209,836 bytes in 0.037 seconds.
That's 140,876 lines/sec, or 5,622,092 bytes/sec.
Done
Extracting files from ./data/pypi/moviepy-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 110 files, 10,125 lines, 330,810 bytes in 0.112 seconds.
That's 90,090 lines/sec, or 2,943,485 bytes/sec.
Done
Extracting files from ./data/pypi/mozleak-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 424 lines, 17,216 bytes in 0.004 seconds.
That's 112,677 lines/sec, or 4,575,121 bytes/sec.
Done
Extracting files from ./data/pypi/pyudev-0.22.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 8,512 lines, 296,685 bytes in 0.082 seconds.
That's 103,889 lines/sec, or 3,621,057 bytes/sec.
Done
Extracting files from ./data/pypi/PyChromecast-4.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 5,506 lines, 195,703 bytes in 0.034 seconds.
That's 160,499 lines/sec, or 5,704,700 bytes/sec.
Done
Extracting files from ./data/pypi/pydot-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,942 lines, 82,061 bytes in 0.020 seconds.
That's 148,592 lines/sec, or 4,144,656 bytes/sec.
Done
Extracting files from ./data/pypi/extras-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 382 lines, 12,992 bytes in 0.003 seconds.
That's 117,915 lines/sec, or 4,010,332 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-doctestplus-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,846 lines, 60,539 bytes in 0.013 seconds.
That's 143,967 lines/sec, or 4,721,351 bytes/sec.
Done
Extracting files from ./data/pypi/postgres-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 2,647 lines, 93,064 bytes in 0.014 seconds.
That's 186,550 lines/sec, or 6,558,771 bytes/sec.
Done
Extracting files from ./data/pypi/eradicate-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 268 lines, 9,292 bytes in 0.002 seconds.
That's 120,855 lines/sec, or 4,190,245 bytes/sec.
Done
Extracting files from ./data/pypi/comet-git-pure-0.19.14.tar.gz... Done
Trying to parse all python files ...
Checked 87 files, 40,221 lines, 1,417,771 bytes in 0.652 seconds.
That's 61,694 lines/sec, or 2,174,680 bytes/sec.
Done
Extracting files from ./data/pypi/idna-ssl-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 93 lines, 2,352 bytes in 0.001 seconds.
That's 74,640 lines/sec, or 1,887,678 bytes/sec.
Done
Extracting files from ./data/pypi/notebook-6.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 107 lines, 2,933 bytes in 0.001 seconds.
That's 91,796 lines/sec, or 2,516,239 bytes/sec.
Done
Extracting files from ./data/pypi/PySnooper-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 5,599 lines, 181,644 bytes in 0.068 seconds.
That's 82,627 lines/sec, or 2,680,612 bytes/sec.
Done
Extracting files from ./data/pypi/pystan-2.19.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 9,745 lines, 364,301 bytes in 0.225 seconds.
That's 43,300 lines/sec, or 1,618,699 bytes/sec.
Done
Extracting files from ./data/pypi/pytelegraf-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 447 lines, 16,377 bytes in 0.005 seconds.
That's 82,285 lines/sec, or 3,014,708 bytes/sec.
Done
Extracting files from ./data/pypi/funcy-1.14.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 4,324 lines, 124,241 bytes in 0.072 seconds.
That's 59,755 lines/sec, or 1,716,933 bytes/sec.
Done
Extracting files from ./data/pypi/genson-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,742 lines, 54,455 bytes in 0.016 seconds.
That's 109,821 lines/sec, or 3,432,999 bytes/sec.
Done
Extracting files from ./data/pypi/selenium-3.141.0.tar.gz... Done
Trying to parse all python files ...
Checked 86 files, 10,903 lines, 389,829 bytes in 0.103 seconds.
That's 106,177 lines/sec, or 3,796,297 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-sqlvm-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,501 lines, 76,392 bytes in 0.010 seconds.
That's 145,084 lines/sec, or 7,383,939 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CoreBluetooth-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,582 lines, 56,596 bytes in 0.014 seconds.
That's 112,346 lines/sec, or 4,019,180 bytes/sec.
Done
Extracting files from ./data/pypi/zc.buildout-2.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 9,743 lines, 318,662 bytes in 0.054 seconds.
That's 181,707 lines/sec, or 5,943,064 bytes/sec.
Done
Extracting files from ./data/pypi/purl-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 781 lines, 23,276 bytes in 0.006 seconds.
That's 140,826 lines/sec, or 4,197,009 bytes/sec.
Done
Extracting files from ./data/pypi/python-geoip-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 533 lines, 16,443 bytes in 0.004 seconds.
That's 133,101 lines/sec, or 4,106,153 bytes/sec.
Done
Extracting files from ./data/pypi/standardjson-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 558 lines, 16,602 bytes in 0.003 seconds.
That's 178,535 lines/sec, or 5,311,911 bytes/sec.
Done
Extracting files from ./data/pypi/pykerberos-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 400 lines, 15,954 bytes in 0.002 seconds.
That's 242,340 lines/sec, or 9,665,741 bytes/sec.
Done
Extracting files from ./data/pypi/betamax-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 63 files, 4,410 lines, 149,553 bytes in 0.034 seconds.
That's 128,438 lines/sec, or 4,355,623 bytes/sec.
Done
Extracting files from ./data/pypi/w3lib-1.21.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,320 lines, 142,474 bytes in 0.043 seconds.
That's 77,018 lines/sec, or 3,305,122 bytes/sec.
Done
Extracting files from ./data/pypi/hypothesis-5.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 85 files, 22,412 lines, 822,473 bytes in 0.187 seconds.
That's 119,962 lines/sec, or 4,402,337 bytes/sec.
Done
Extracting files from ./data/pypi/django-dirtyfields-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 262 lines, 9,862 bytes in 0.003 seconds.
That's 95,004 lines/sec, or 3,576,055 bytes/sec.
Done
Extracting files from ./data/pypi/microversion_parse-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,190 lines, 42,239 bytes in 0.007 seconds.
That's 173,995 lines/sec, or 6,175,947 bytes/sec.
Done
Extracting files from ./data/pypi/filetype-1.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 2,143 lines, 51,512 bytes in 0.042 seconds.
That's 50,540 lines/sec, or 1,214,854 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-json-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 341 lines, 10,229 bytes in 0.003 seconds.
That's 117,794 lines/sec, or 3,533,482 bytes/sec.
Done
Extracting files from ./data/pypi/docx-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,143 lines, 45,506 bytes in 0.009 seconds.
That's 128,064 lines/sec, or 5,098,598 bytes/sec.
Done
Extracting files from ./data/pypi/pika-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 17,742 lines, 661,228 bytes in 0.133 seconds.
That's 133,648 lines/sec, or 4,980,929 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.options-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 280 lines, 8,933 bytes in 0.003 seconds.
That's 111,859 lines/sec, or 3,568,694 bytes/sec.
Done
Extracting files from ./data/pypi/glean_parser-1.17.3.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 4,535 lines, 134,429 bytes in 0.029 seconds.
That's 156,868 lines/sec, or 4,649,964 bytes/sec.
Done
Extracting files from ./data/pypi/webassets-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 140 files, 26,706 lines, 971,439 bytes in 0.265 seconds.
That's 100,696 lines/sec, or 3,662,860 bytes/sec.
Done
Extracting files from ./data/pypi/collectd-nvidianvml-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 136 lines, 4,253 bytes in 0.002 seconds.
That's 78,842 lines/sec, or 2,465,567 bytes/sec.
Done
Extracting files from ./data/pypi/jedi-0.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 295 files, 39,276 lines, 1,154,631 bytes in 0.471 seconds.
That's 83,314 lines/sec, or 2,449,263 bytes/sec.
Done
Extracting files from ./data/pypi/tabledata-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,855 lines, 52,822 bytes in 0.014 seconds.
That's 133,094 lines/sec, or 3,789,927 bytes/sec.
Done
Extracting files from ./data/pypi/elementpath-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 13,212 lines, 531,154 bytes in 0.190 seconds.
That's 69,639 lines/sec, or 2,799,667 bytes/sec.
Done
Extracting files from ./data/pypi/kerberos-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 593 lines, 16,702 bytes in 0.002 seconds.
That's 382,297 lines/sec, or 10,767,486 bytes/sec.
Done
Extracting files from ./data/pypi/jsoncompare-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 559 lines, 16,955 bytes in 0.005 seconds.
That's 119,899 lines/sec, or 3,636,636 bytes/sec.
Done
Extracting files from ./data/pypi/python-barbicanclient-4.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 12,902 lines, 496,150 bytes in 0.149 seconds.
That's 86,616 lines/sec, or 3,330,837 bytes/sec.
Done
Extracting files from ./data/pypi/pandas_ml-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 100 files, 10,728 lines, 399,832 bytes in 0.170 seconds.
That's 63,103 lines/sec, or 2,351,856 bytes/sec.
Done
Extracting files from ./data/pypi/presto-python-client-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,580 lines, 49,794 bytes in 0.009 seconds.
That's 170,377 lines/sec, or 5,369,477 bytes/sec.
Done
Extracting files from ./data/pypi/python-oauth2-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 7,520 lines, 271,690 bytes in 0.053 seconds.
That's 142,131 lines/sec, or 5,135,053 bytes/sec.
Done
Extracting files from ./data/pypi/altair-4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 230 files, 69,347 lines, 3,005,706 bytes in 0.405 seconds.
That's 171,330 lines/sec, or 7,425,934 bytes/sec.
Done
Extracting files from ./data/pypi/airbrake-2.1.2.tar.gz... 136,994 bytes in 0.027 seconds.
That's 149,650 lines/sec, or 5,060,768 bytes/sec.
Done
Extracting files from ./data/pypi/email_reply_parser-0.5.9.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 404 lines, 13,462 bytes in 0.004 seconds.
That's 106,612 lines/sec, or 3,552,518 bytes/sec.
Done
Extracting files from ./data/pypi/py-geohash-any-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 265 lines, 8,070 bytes in 0.003 seconds.
That's 81,066 lines/sec, or 2,468,677 bytes/sec.
Done
Extracting files from ./data/pypi/mecab-python3-0.996.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,266 lines, 41,137 bytes in 0.011 seconds.
That's 116,621 lines/sec, or 3,789,447 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-quotes-2.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 1,179 lines, 46,472 bytes in 0.012 seconds.
That's 98,551 lines/sec, or 3,884,525 bytes/sec.
Done
Extracting files from ./data/pypi/django-autocomplete-light-3.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 2,650 lines, 87,545 bytes in 0.023 seconds.
That's 113,726 lines/sec, or 3,757,038 bytes/sec.
Done
Extracting files from ./data/pypi/sphinx-markdown-tables-0.0.12.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 76 lines, 2,653 bytes in 0.001 seconds.
That's 68,420 lines/sec, or 2,388,386 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-UUID-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 58 lines, 1,426 bytes in 0.001 seconds.
That's 68,450 lines/sec, or 1,682,914 bytes/sec.
Done
Extracting files from ./data/pypi/PyWavelets-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 13,836 lines, 478,526 bytes in 0.197 seconds.
That's 70,171 lines/sec, or 2,426,916 bytes/sec.
Done
Extracting files from ./data/pypi/dependency-injector-3.15.4.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,226 lines, 110,840 bytes in 0.028 seconds.
That's 114,752 lines/sec, or 3,942,676 bytes/sec.
Done
Extracting files from ./data/pypi/msal-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,587 lines, 122,490 bytes in 0.037 seconds.
That's 69,915 lines/sec, or 3,310,333 bytes/sec.
Exception encountered in analyzing ./data/pypi/msal-1.1.0.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/msal-1.1.0
Extracting files from ./data/pypi/incremental-17.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,752 lines, 55,375 bytes in 0.011 seconds.
That's 155,842 lines/sec, or 4,925,659 bytes/sec.
Done
Extracting files from ./data/pypi/httpcore-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,719 lines, 110,622 bytes in 0.027 seconds.
That's 138,854 lines/sec, or 4,130,235 bytes/sec.
Done
Extracting files from ./data/pypi/ShopifyAPI-6.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 88 files, 2,084 lines, 67,123 bytes in 0.056 seconds.
That's 36,992 lines/sec, or 1,191,473 bytes/sec.
Done
Extracting files from ./data/pypi/slack-webhook-cli-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 107 lines, 4,040 bytes in 0.002 seconds.
That's 68,780 lines/sec, or 2,596,933 bytes/sec.
Done
Extracting files from ./data/pypi/transitions-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 6,514 lines, 257,660 bytes in 0.061 seconds.
That's 107,278 lines/sec, or 4,243,348 bytes/sec.
Done
Extracting files from ./data/pypi/stomp.py-5.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 5,934 lines, 206,622 bytes in 0.047 seconds.
That's 127,211 lines/sec, or 4,429,474 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-OAuthlib-0.9.5.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 3,988 lines, 137,485 bytes in 0.027 seconds.
That's 148,566 lines/sec, or 5,121,760 bytes/sec.
Done
Extracting files from ./data/pypi/ptyprocess-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,588 lines, 56,289 bytes in 0.010 seconds.
That's 166,902 lines/sec, or 5,916,084 bytes/sec.
Done
Extracting files from ./data/pypi/contextvars-2.4.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 609 lines, 17,071 bytes in 0.006 seconds.
That's 104,263 lines/sec, or 2,922,608 bytes/sec.
Done
Extracting files from ./data/pypi/django-mathfilters-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 479 lines, 15,429 bytes in 0.023 seconds.
That's 20,872 lines/sec, or 672,290 bytes/sec.
Done
Extracting files from ./data/pypi/ROPGadget-6.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,992 lines, 114,603 bytes in 0.026 seconds.
That's 115,268 lines/sec, or 4,415,132 bytes/sec.
Done
Extracting files from ./data/pypi/memoized-property-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 94 lines, 2,530 bytes in 0.001 seconds.
That's 104,469 lines/sec, or 2,811,762 bytes/sec.
Done
Extracting files from ./data/pypi/fakeredis-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 8,379 lines, 305,770 bytes in 0.140 seconds.
That's 59,989 lines/sec, or 2,189,129 bytes/sec.
Done
Extracting files from ./data/pypi/django_celery_monitor-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,695 lines, 54,967 bytes in 0.015 seconds.
That's 113,903 lines/sec, or 3,693,737 bytes/sec.
Done
Extracting files from ./data/pypi/ujson-1.35.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,044 lines, 35,754 bytes in 0.028 seconds.
That's 37,234 lines/sec, or 1,275,143 bytes/sec.
Exception encountered in analyzing ./data/pypi/ujson-1.35.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/ujson-1.35
Extracting files from ./data/pypi/apipkg-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 850 lines, 26,681 bytes in 0.007 seconds.
That's 116,913 lines/sec, or 3,669,844 bytes/sec.
Done
Extracting files from ./data/pypi/ABBYY-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 135 lines, 4,264 bytes in 0.002 seconds.
That's 72,827 lines/sec, or 2,300,259 bytes/sec.
Done
Extracting files from ./data/pypi/pdfrw-0.4.tar.gz... Done
Trying to parse all python files ...
data/pypi/pdfrw-0.4/examples/subset_booklets.py:36:7: invalid syntax
data/pypi/pdfrw-0.4/tests/update_expected.py:61:15: invalid syntax
Checked 52 files, 5,789 lines, 189,207 bytes in 0.047 seconds.
That's 122,942 lines/sec, or 4,018,226 bytes/sec.
Failed to parse data/pypi/pdfrw-0.4
Extracting files from ./data/pypi/confluent-kafka-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,255 lines, 84,591 bytes in 0.015 seconds.
That's 147,484 lines/sec, or 5,532,518 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.middleware-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 4,906 lines, 187,170 bytes in 0.031 seconds.
That's 156,543 lines/sec, or 5,972,308 bytes/sec.
Done
Extracting files from ./data/pypi/pytorch-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 24 lines, 558 bytes in 0.001 seconds.
That's 45,570 lines/sec, or 1,059,494 bytes/sec.
Done
Extracting files from ./data/pypi/python-louvain-0.13.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,191 lines, 40,126 bytes in 0.008 seconds.
That's 150,705 lines/sec, or 5,077,402 bytes/sec.
Done
Extracting files from ./data/pypi/python-geoip-geolite2-2015.0303.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 34 lines, 914 bytes in 0.001 seconds.
That's 44,495 lines/sec, or 1,196,129 bytes/sec.
Done
Extracting files from ./data/pypi/xmlsec-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 419 lines, 12,216 bytes in 0.004 seconds.
That's 114,029 lines/sec, or 3,324,527 bytes/sec.
Done
Extracting files from ./data/pypi/networkx-2.4.tar.gz... Done
Trying to parse all python files ...
Checked 583 files, 132,556 lines,Done
Trying to parse all python files ...
Checked 333 files, 68,819 lines, 2,364,082 bytes in 0.906 seconds.
That's 75,925 lines/sec, or 2,608,193 bytes/sec.
Exception encountered in analyzing ./data/pypi/ipython-7.12.0.tar.gz:
'utf-8' codec can't decode byte 0xb1 in position 81: invalid start byte
Failed to parse data/pypi/ipython-7.12.0
Extracting files from ./data/pypi/mysql-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 43 lines, 1,763 bytes in 0.001 seconds.
That's 82,960 lines/sec, or 3,401,361 bytes/sec.
Done
Extracting files from ./data/pypi/django-libsass-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 194 lines, 6,913 bytes in 0.002 seconds.
That's 108,305 lines/sec, or 3,859,340 bytes/sec.
Done
Extracting files from ./data/pypi/discord-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 18 lines, 562 bytes in 0.000 seconds.
That's 37,881 lines/sec, or 1,182,739 bytes/sec.
Done
Extracting files from ./data/pypi/verboselogs-1.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 430 lines, 14,094 bytes in 0.003 seconds.
That's 161,291 lines/sec, or 5,286,578 bytes/sec.
Done
Extracting files from ./data/pypi/lambda_packages-0.20.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 241 lines, 7,504 bytes in 0.003 seconds.
That's 81,184 lines/sec, or 2,527,834 bytes/sec.
Done
Extracting files from ./data/pypi/polyaxon-dockerizer-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 869 lines, 29,891 bytes in 0.006 seconds.
That's 135,225 lines/sec, or 4,651,330 bytes/sec.
Done
Extracting files from ./data/pypi/pretend-1.0.9.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 164 lines, 4,026 bytes in 0.001 seconds.
That's 112,913 lines/sec, or 2,771,876 bytes/sec.
Done
Extracting files from ./data/pypi/datalab-1.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 179 files, 28,973 lines, 1,107,684 bytes in 0.346 seconds.
That's 83,660 lines/sec, or 3,198,439 bytes/sec.
Done
Extracting files from ./data/pypi/sentry-sdk-0.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 9,430 lines, 287,451 bytes in 0.092 seconds.
That's 102,536 lines/sec, or 3,125,561 bytes/sec.
Done
Extracting files from ./data/pypi/AWSIoTPythonSDK-1.4.7.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 9,308 lines, 369,034 bytes in 0.092 seconds.
That's 101,410 lines/sec, or 4,020,585 bytes/sec.
Done
Extracting files from ./data/pypi/thriftpy2-0.4.10.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 6,997 lines, 209,701 bytes in 0.088 seconds.
That's 79,221 lines/sec, or 2,374,274 bytes/sec.
Done
Extracting files from ./data/pypi/tensorflowonspark-2.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,618 lines, 135,267 bytes in 0.055 seconds.
That's 66,149 lines/sec, or 2,473,119 bytes/sec.
Done
Extracting files from ./data/pypi/traitlets-4.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 9,635 lines, 314,963 bytes in 0.116 seconds.
That's 83,132 lines/sec, or 2,717,557 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-sshlibrary-3.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 4,212 lines, 174,352 bytes in 0.047 seconds.
That's 89,358 lines/sec, or 3,698,908 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-MySQL-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 108 lines, 4,345 bytes in 0.002 seconds.
That's 69,776 lines/sec, or 2,807,186 bytes/sec.
Done
Extracting files from ./data/pypi/crc32c-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 196 lines, 7,985 bytes in 0.002 seconds.
That's 109,714 lines/sec, or 4,469,707 bytes/sec.
Done
Extracting files from ./data/pypi/python-Levenshtein-0.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 120 lines, 3,860 bytes in 0.002 seconds.
That's 75,381 lines/sec, or 2,424,744 bytes/sec.
Done
Extracting files from ./data/pypi/m3u8-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,783 lines, 59,474 bytes in 0.015 seconds.
That's 120,176 lines/sec, or 4,008,614 bytes/sec.
Done
Extracting files from ./data/pypi/graphql-server-core-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 432 lines, 15,074 bytes in 0.003 seconds.
That's 153,985 lines/sec, or 5,373,072 bytes/sec.
Done
Extracting files from ./data/pypi/bleach-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 17,692 lines, 622,452 bytes in 0.220 seconds.
That's 80,274 lines/sec, or 2,824,252 bytes/sec.
Done
Extracting files from ./data/pypi/Zendesk-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,282 lines, 35,969 bytes in 0.006 seconds.
That's 222,424 lines/sec, or 6,240,534 bytes/sec.
Done
Extracting files from ./data/pypi/pathos-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 8,277 lines, 275,218 bytes in 0.054 seconds.
That's 154,123 lines/sec, or 5,124,741 bytes/sec.
Done
Extracting files from ./data/pypi/reportlab-3.5.34.tar.gz... Done
Trying to parse all python files ...
Checked 289 files, 111,093 lines, 4,251,775 bytes in 2.237 seconds.
That's 49,653 lines/sec, or 1,900,348 bytes/sec.
Done
Extracting files from ./data/pypi/dj-database-url-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 282 lines, 8,461 bytes in 0.002 seconds.
That's 127,141 lines/sec, or 3,814,684 bytes/sec.
Done
Extracting files from ./data/pypi/adal-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,669 lines, 157,006 bytes in 0.025 seconds.
That's 145,165 lines/sec, or 6,211,970 bytes/sec.
Exception encountered in analyzing ./data/pypi/adal-1.2.2.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/adal-1.2.2
Extracting files from ./data/pypi/pynamodb-4.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 6,370 lines, 233,703 bytes in 0.050 seconds.
That's 126,364 lines/sec, or 4,636,041 bytes/sec.
Done
Extracting files from ./data/pypi/python-engineio-3.11.2.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 4,254 lines, 166,841 bytes in 0.054 seconds.
That's 78,930 lines/sec, or 3,095,627 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-InstallerPlugins-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 906 lines, 28,689 bytes in 0.008 seconds.
That's 108,279 lines/sec, or 3,428,705 bytes/sec.
Done
Extracting files from ./data/pypi/spyne-2.12.16.tar.gz... Done
Trying to parse all python files ...
Checked 278 files, 51,016 lines, 1,767,496 bytes in 0.696 seconds.
That's 73,252 lines/sec, or 2,537,900 bytes/sec.
Done
Extracting files from ./data/pypi/spyder-kernels-1.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 5,294 lines, 178,226 bytes in 0.041 seconds.
That's 129,313 lines/sec, or 4,353,392 bytes/sec.
Done
Extracting files from ./data/pypi/infi.clickhouse_orm-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 4,510 lines, 162,246 bytes in 0.024 seconds.
That's 189,110 lines/sec, or 6,803,186 bytes/sec.
Done
Extracting files from ./data/pypi/pymemcache-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 5,027 lines, 168,524 bytes in 0.042 seconds.
That's 120,843 lines/sec, or 4,051,128 bytes/sec.
Done
Extracting files from ./data/pypi/googletrans-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 810 lines, 26,561 bytes in 0.007 seconds.
That's 119,956 lines/sec, or 3,933,511 bytes/sec.
Done
Extracting files from ./data/pypi/BigQuery-Python-1.15.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 7,035 lines, 252,176 bytes in 0.072 seconds.
That's 97,847 lines/sec, or 3,507,426 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-reportportal-1.0.9.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,227 lines, 41,914 bytes in 0.010 seconds.
Done
Extracting files from ./data/pypi/jupyterhub-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 82 files, 25,087 lines, 832,952 bytes in 0.171 seconds.
That's 146,334 lines/sec, or 4,858,647 bytes/sec.
Done
Extracting files from ./data/pypi/great_expectations-0.8.8.tar.gz... Done
Trying to parse all python files ...
Checked 191 files, 48,699 lines, 1,990,817 bytes in 0.504 seconds.
That's 96,691 lines/sec, or 3,952,729 bytes/sec.
Done
Extracting files from ./data/pypi/sklearn-crfsuite-0.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,344 lines, 41,451 bytes in 0.007 seconds.
That's 179,687 lines/sec, or 5,541,824 bytes/sec.
Done
Extracting files from ./data/pypi/FormEncode-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 10,294 lines, 353,626 bytes in 0.072 seconds.
That's 143,523 lines/sec, or 4,930,393 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CoreData-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 3,232 lines, 120,059 bytes in 0.030 seconds.
That's 109,434 lines/sec, or 4,065,130 bytes/sec.
Done
Extracting files from ./data/pypi/httmock-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 283 lines, 8,661 bytes in 0.003 seconds.
That's 110,069 lines/sec, or 3,368,589 bytes/sec.
Done
Extracting files from ./data/pypi/ijson-2.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,785 lines, 56,448 bytes in 0.014 seconds.
That's 124,558 lines/sec, or 3,938,977 bytes/sec.
Done
Extracting files from ./data/pypi/sqlalchemy-migrate-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 9,648 lines, 334,990 bytes in 0.076 seconds.
That's 126,474 lines/sec, or 4,391,344 bytes/sec.
Done
Extracting files from ./data/pypi/pytimeparse-1.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 692 lines, 27,758 bytes in 0.006 seconds.
That's 117,790 lines/sec, or 4,724,869 bytes/sec.
Done
Extracting files from ./data/pypi/py-bcrypt-0.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 334 lines, 13,374 bytes in 0.002 seconds.
That's 171,071 lines/sec, or 6,849,997 bytes/sec.
Done
Extracting files from ./data/pypi/tablib-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 5,779 lines, 179,727 bytes in 0.067 seconds.
That's 85,798 lines/sec, or 2,668,310 bytes/sec.
Done
Extracting files from ./data/pypi/dm.xmlsec.binding-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 641 lines, 20,579 bytes in 0.006 seconds.
That's 99,901 lines/sec, or 3,207,290 bytes/sec.
Done
Extracting files from ./data/pypi/locket-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 199 lines, 5,479 bytes in 0.002 seconds.
That's 118,007 lines/sec, or 3,249,059 bytes/sec.
Done
Extracting files from ./data/pypi/backports.lzma-0.0.14.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,352 lines, 106,325 bytes in 0.018 seconds.
That's 127,353 lines/sec, or 5,757,137 bytes/sec.
Done
Extracting files from ./data/pypi/msrestazure-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 6,012 lines, 239,497 bytes in 0.054 seconds.
That's 110,314 lines/sec, or 4,394,509 bytes/sec.
Exception encountered in analyzing ./data/pypi/msrestazure-0.6.2.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/msrestazure-0.6.2
Extracting files from ./data/pypi/python-can-3.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 94 files, 17,097 lines, 620,065 bytes in 0.151 seconds.
That's 113,508 lines/sec, or 4,116,660 bytes/sec.
Done
Extracting files from ./data/pypi/Distance-0.1.3.tar.gz... Done
Trying to parse all python files ...
Package ./data/pypi/Distance-0.1.3.tar.gz is a single file package
Extracting files from ./data/pypi/sailthru-client-2.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,114 lines, 40,438 bytes in 0.009 seconds.
That's 127,187 lines/sec, or 4,616,851 bytes/sec.
Done
Extracting files from ./data/pypi/logutils-0.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,045 lines, 104,176 bytes in 0.021 seconds.
That's 142,472 lines/sec, or 4,874,288 bytes/sec.
Done
Extracting files from ./data/pypi/emoji-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 4,509 lines, 229,588 bytes in 0.047 seconds.
That's 96,074 lines/sec, or 4,891,881 bytes/sec.
Done
Extracting files from ./data/pypi/face-20.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 4,293 lines, 151,731 bytes in 0.029 seconds.
That's 149,493 lines/sec, or 5,283,657 bytes/sec.
Done
Extracting files from ./data/pypi/azure-storage-common-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,849 lines, 155,076 bytes in 0.042 seconds.
That's 90,859 lines/sec, or 3,660,695 bytes/sec.
Done
Extracting files from ./data/pypi/jsonpatch-1.25.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,771 lines, 59,335 bytes in 0.016 seconds.
That's 112,615 lines/sec, or 3,773,030 bytes/sec.
Done
Extracting files from ./data/pypi/latexcodec-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,549 lines, 96,591 bytes in 0.021 seconds.
That's 123,557 lines/sec, or 4,682,037 bytes/sec.
Done
Extracting files from ./data/pypi/solartime-0.1b1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 432 lines, 14,562 bytes in 0.003 seconds.
That's 136,760 lines/sec, or 4,609,967 bytes/sec.
Done
Extracting files from ./data/pypi/jobspy-0.27.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,622 lines, 53,634 bytes in 0.009 seconds.
That's 187,855 lines/sec, or 6,211,716 bytes/sec.
Done
Extracting files from ./data/pypi/django-easy-select2-1.5.6.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 554 lines, 17,115 bytes in 0.005 seconds.
That's 105,668 lines/sec, or 3,264,462 bytes/sec.
Done
Extracting files from ./data/pypi/numba-0.48.0.tar.gz... Done
Trying to parse all python files ...
Checked 708 files, 225,215 lines, 7,520,386 bytes in 5.569 seconds.
That's 40,444 lines/sec, or 1,350,523 bytes/sec.
Exception encountered in analyzing ./data/pypi/numba-0.48.0.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/numba-0.48.0
Extracting files from ./data/pypi/azure-cli-appservice-0.2.21.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 7,207 lines, 348,334 bytes in 0.056 seconds.
That's 128,542 lines/sec, or 6,212,765 bytes/sec.
Done
Extracting files from ./data/pypi/fastparquet-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 9,862 lines, 359,065 bytes in 0.130 seconds.
That's 75,828 lines/sec, or 2,760,821 bytes/sec.
Done
Extracting files from ./data/pypi/GeoIP-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 414 lines, 11,853 bytes in 0.005 seconds.
That's 80,491 lines/sec, or 2,304,505 bytes/sec.
Done
Extracting files from ./data/pypi/aliyun-python-sdk-core-2.13.14.tar.gz... Done
Trying to parse all python files ...
Checked 157 files, 26,993 lines, 1,075,216 bytes in 0.424 seconds.
That's 63,715 lines/sec, or 2,537,962 bytes/sec.
Done
Extracting files from ./data/pypi/deb-pkg-tools-7.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 6,191 lines, 265,206 bytes in 0.061 seconds.
That's 101,690 lines/sec, or 4,356,110 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.dirutil-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 996 lines, 31,273 bytes in 0.007 seconds.
That's 136,748 lines/sec, or 4,293,707 bytes/sec.
Done
Extracting files from ./data/pypi/pywinpty-0.5.7.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 856 lines, 22,759 bytes in 0.008 seconds.
That's 112,194 lines/sec, or 2,982,974 bytes/sec.
Done
Extracting files from ./data/pypi/persistent-4.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 8,117 lines, 21,010 bytes in 0.005 seconds.
That's 109,415 lines/sec, or 4,543,091 bytes/sec.
Done
Extracting files from ./data/pypi/django-autoslug-1.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,472 lines, 51,671 bytes in 0.010 seconds.
That's 147,888 lines/sec, or 5,191,240 bytes/sec.
Done
Extracting files from ./data/pypi/waiting-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 460 lines, 14,537 bytes in 0.005 seconds.
That's 93,523 lines/sec, or 2,955,531 bytes/sec.
Done
Extracting files from ./data/pypi/mmh3-2.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 32 lines, 1,405 bytes in 0.001 seconds.
That's 61,909 lines/sec, or 2,718,172 bytes/sec.
Done
Extracting files from ./data/pypi/zope.browser-2.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 806 lines, 25,621 bytes in 0.004 seconds.
That's 218,852 lines/sec, or 6,956,837 bytes/sec.
Done
Extracting files from ./data/pypi/validate_email-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 226 lines, 8,914 bytes in 0.002 seconds.
That's 105,758 lines/sec, or 4,171,374 bytes/sec.
Done
Extracting files from ./data/pypi/gspread-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,310 lines, 69,067 bytes in 0.010 seconds.
That's 226,608 lines/sec, or 6,775,376 bytes/sec.
Done
Extracting files from ./data/pypi/pickleshare-0.7.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 464 lines, 13,443 bytes in 0.004 seconds.
That's 122,300 lines/sec, or 3,543,268 bytes/sec.
Done
Extracting files from ./data/pypi/django-tagging-0.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 3,377 lines, 124,079 bytes in 0.059 seconds.
That's 57,580 lines/sec, or 2,115,644 bytes/sec.
Done
Extracting files from ./data/pypi/shrub.py-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,334 lines, 62,518 bytes in 0.014 seconds.
That's 163,671 lines/sec, or 4,384,062 bytes/sec.
Done
Extracting files from ./data/pypi/agate-dbf-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 72 lines, 2,190 bytes in 0.001 seconds.
That's 75,422 lines/sec, or 2,294,087 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ScriptingBridge-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 771 lines, 23,406 bytes in 0.006 seconds.
That's 120,279 lines/sec, or 3,651,413 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.versionedobjects-1.37.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 8,739 lines, 340,066 bytes in 0.103 seconds.
That's 84,662 lines/sec, or 3,294,491 bytes/sec.
Done
Extracting files from ./data/pypi/repoze.sendmail-4.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,928 lines, 141,211 bytes in 0.032 seconds.
That's 124,416 lines/sec, or 4,472,752 bytes/sec.
Done
Extracting files from ./data/pypi/msgpack-python-0.5.6.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,485 lines, 78,589 bytes in 0.045 seconds.
That's 55,068 lines/sec, or 1,741,557 bytes/sec.
Done
Extracting files from ./data/pypi/python-igraph-0.7.1.post6.tar.gz... Done
Trying to parse all python files ...
Checked 61 files, 24,471 lines, 957,080 bytes in 0.298 seconds.
That's 82,005 lines/sec, or 3,207,263 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid_jinja2-2.8.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 2,520 lines, 87,340 bytes in 0.020 seconds.
That's 123,034 lines/sec, or 4,264,219 bytes/sec.
Done
Extracting files from ./data/pypi/flex-6.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 95 files, 6,902 lines, 192,471 bytes in 0.064 seconds.
That's 107,812 lines/sec, or 3,006,480 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-faulthandler-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 26 lines, 809 bytes in 0.000 seconds.
That's 55,895 lines/sec, or 1,739,207 bytes/sec.
Done
Extracting files from ./data/pypi/LEPL-5.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 174 files, 30,764 lines, 1,131,534 bytes in 0.290 seconds.
That's 106,162 lines/sec, or 3,904,747 bytes/sec.
Done
Extracting files from ./data/pypi/deprecation-2.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 797 lines, 30,603 bytes in 0.005 seconds.
That's 174,053 lines/sec, or 6,683,239 bytes/sec.
Done
Extracting files from ./data/pypi/pydotplus-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 3,431 lines, 103,969 bytes in 0.022 seconds.
That's 153,824 lines/sec, or 4,661,289 bytes/sec.
Diffing ASTs for data/pypi/pydotplus-2.0.2/test/pydot_unittest.py ...
--- a
+++ b
@@ -1040,12 +1040,12 @@
body=[
Assign(
targets=[Name(id="node1", ctx=Store())],
- value=Constant(value='"aánñoöüé€"', kind=None),
+ value=Constant(value='"aánñoöüéâ\x82¬"', kind=None),
type_comment=None,
),
Assign(
targets=[Name(id="node2", ctx=Store())],
- value=Constant(value='"îôø®çßΩ"', kind=None),
+ value=Constant(value='"îôø®çÃ\x9fΩ"', kind=None),
type_comment=None,
),
Assign(
Failed to parse data/pypi/pydotplus-2.0.2
Extracting files from ./data/pypi/riemann-client-6.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,179 lines, 72,127 bytes in 0.018 seconds.
That's 120,859 lines/sec, or 4,000,563 bytes/sec.
Done
Extracting files from ./data/pypi/hmsclient-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 51,255 lines, 1,858,139 bytes in 1.282 seconds.
That's 39,973 lines/sec, or 1,449,127 bytes/sec.
Done
Extracting files from ./data/pypi/slumber-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 454 lines, 13,747 bytes in 0.004 seconds.
That's 114,539 lines/sec, or 3,468,216 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-pabot-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 2,330 lines, 87,332 bytes in 0.028 seconds.
That's 84,058 lines/sec, or 3,150,616 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-speech-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 8,409 lines, 326,953 bytes in 0.074 seconds.
That's 113,351 lines/sec, or 4,407,244 bytes/sec.
Done
Extracting files from ./data/pypi/pylzma-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,492 lines, 86,436 bytes in 0.028 seconds.
That's 89,003 lines/sec, or 3,087,092 bytes/sec.
Done
Extracting files from ./data/pypi/Keras_Preprocessing-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 6,302 lines, 243,835 bytes in 0.088 seconds.
That's 71,285 lines/sec, or 2,758,154 bytes/sec.
Done
Extracting files from ./data/pypi/pilkit-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,707 lines, 56,220 bytes in 0.012 seconds.
That's 141,214 lines/sec, or 4,650,870 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Mail-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,615 lines, 58,587 bytes in 0.028 seconds.
That's 56,733 lines/sec, or 2,058,106 bytes/sec.
Done
Extracting files from ./data/pypi/HTMLParser-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 520 lines, 18,175 bytes in 0.004 seconds.
That's 123,796 lines/sec, or 4,326,909 bytes/sec.
Done
Extracting files from ./data/pypi/panda-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 590 lines, 20,055 bytes in 0.006 seconds.
That's 102,043 lines/sec, or 3,468,590 bytes/sec.
Done
Extracting files from ./data/pypi/hdbscan-0.8.24.tar.gz... Done
Trying to parse all python files ...
That's 127,772 lines/sec, or 4,364,667 bytes/sec.
Done
Extracting files from ./data/pypi/yamale-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 1,825 lines, 51,660 bytes in 0.040 seconds.
That's 45,770 lines/sec, or 1,295,610 bytes/sec.
Done
Extracting files from ./data/pypi/boto3_session_cache-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 109 lines, 3,657 bytes in 0.002 seconds.
That's 71,669 lines/sec, or 2,404,541 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CloudKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 3,978 lines, 127,229 bytes in 0.032 seconds.
That's 124,956 lines/sec, or 3,996,473 bytes/sec.
Done
Extracting files from ./data/pypi/django-uuidfield-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 279 lines, 9,116 bytes in 0.003 seconds.
That's 84,700 lines/sec, or 2,767,463 bytes/sec.
Done
Extracting files from ./data/pypi/meinheld-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,577 lines, 51,531 bytes in 0.013 seconds.
That's 119,698 lines/sec, or 3,911,339 bytes/sec.
Done
Extracting files from ./data/pypi/civis-1.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 14,002 lines, 535,978 bytes in 0.125 seconds.
That's 112,062 lines/sec, or 4,289,567 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-string-format-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 397 lines, 13,853 bytes in 0.004 seconds.
That's 111,463 lines/sec, or 3,889,396 bytes/sec.
Done
Extracting files from ./data/pypi/flask-restful-swagger-0.20.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 575 lines, 18,195 bytes in 0.005 seconds.
That's 106,732 lines/sec, or 3,377,384 bytes/sec.
Done
Extracting files from ./data/pypi/PyPOM-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 2,345 lines, 78,742 bytes in 0.041 seconds.
That's 56,706 lines/sec, or 1,904,121 bytes/sec.
Done
Extracting files from ./data/pypi/jellyfish-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,310 lines, 38,965 bytes in 0.014 seconds.
That's 91,209 lines/sec, or 2,712,954 bytes/sec.
Done
Extracting files from ./data/pypi/dask-glm-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,116 lines, 60,076 bytes in 0.016 seconds.
That's 130,778 lines/sec, or 3,712,970 bytes/sec.
Done
Extracting files from ./data/pypi/dataclasses-json-0.3.7.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,343 lines, 48,377 bytes in 0.012 seconds.
That's 110,394 lines/sec, or 3,976,558 bytes/sec.
Done
Extracting files from ./data/pypi/petname-2.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 169 lines, 17,375 bytes in 0.005 seconds.
That's 36,865 lines/sec, or 3,790,099 bytes/sec.
Done
Extracting files from ./data/pypi/django_saml2_auth-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 335 lines, 11,236 bytes in 0.003 seconds.
That's 98,548 lines/sec, or 3,305,316 bytes/sec.
Done
Extracting files from ./data/pypi/clickclick-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 519 lines, 15,376 bytes in 0.005 seconds.
That's 107,123 lines/sec, or 3,173,644 bytes/sec.
Done
Extracting files from ./data/pypi/mws-0.8.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,843 lines, 68,686 bytes in 0.011 seconds.
That's 161,525 lines/sec, or 6,019,808 bytes/sec.
Done
Extracting files from ./data/pypi/backports.ssl_match_hostname-3.7.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 247 lines, 9,043 bytes in 0.002 seconds.
That's 115,059 lines/sec, or 4,212,471 bytes/sec.
Done
Extracting files from ./data/pypi/django-cronman-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 7,361 lines, 256,001 bytes in 0.054 seconds.
That's 136,239 lines/sec, or 4,738,111 bytes/sec.
Done
Extracting files from ./data/pypi/mozprofile-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,892 lines, 64,653 bytes in 0.020 seconds.
That's 96,392 lines/sec, or 3,293,869 bytes/sec.
Done
Extracting files from ./data/pypi/logdna-1.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 263 lines, 9,337 bytes in 0.004 seconds.
That's 64,995 lines/sec, or 2,307,460 bytes/sec.
Done
Extracting files from ./data/pypi/cffi-1.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 118 files, 32,923 lines, 1,179,878 bytes in 0.758 seconds.
That's 43,449 lines/sec, or 1,557,097 bytes/sec.
Done
Extracting files from ./data/pypi/argh-0.26.2.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,396 lines, 100,930 bytes in 0.020 seconds.
That's 166,422 lines/sec, or 4,946,092 bytes/sec.
Done
Extracting files from ./data/pypi/pecan-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 66 files, 14,372 lines, 455,861 bytes in 0.145 seconds.
That's 99,075 lines/sec, or 3,142,531 bytes/sec.
Done
Extracting files from ./data/pypi/mozdevice-3.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 3,562 lines, 150,654 bytes in 0.042 seconds.
That's 85,525 lines/sec, or 3,617,262 bytes/sec.
Done
Extracting files from ./data/pypi/more-itertools-8.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 7,875 lines, 257,800 bytes in 0.105 seconds.
That's 74,710 lines/sec, or 2,445,758 bytes/sec.
Done
Extracting files from ./data/pypi/azure-storage-nspkg-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 58 lines, 1,943 bytes in 0.001 seconds.
That's 60,772 lines/sec, or 2,035,856 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-os-login-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,763 lines, 103,730 bytes in 0.013 seconds.
That's 206,793 lines/sec, or 7,763,515 bytes/sec.
Done
Extracting files from ./data/pypi/mypy-protobuf-1.17.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 17 lines, 540 bytes in 0.000 seconds.
That's 35,004 lines/sec, or 1,111,892 bytes/sec.
Done
Extracting files from ./data/pypi/editdistance-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 771 lines, 21,187 bytes in 0.028 seconds.
That's 27,814 lines/sec, or 764,322 bytes/sec.
Done
Extracting files from ./data/pypi/geojson-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,599 lines, 52,311 bytes in 0.015 seconds.
That's 108,143 lines/sec, or 3,537,872 bytes/sec.
Done
Extracting files from ./data/pypi/dash-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 6,667 lines, 224,614 bytes in 0.049 seconds.
That's 136,902 lines/sec, or 4,612,279 bytes/sec.
Done
Extracting files from ./data/pypi/pycodestyle-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 7,197 lines, 205,296 bytes in 0.043 seconds.
That's 166,086 lines/sec, or 4,737,631 bytes/sec.
Exception encountered in analyzing ./data/pypi/pycodestyle-2.5.0.tar.gz:
'utf-8' codec can't decode byte 0xdf in position 62: invalid continuation byte
Failed to parse data/pypi/pycodestyle-2.5.0
Extracting files from ./data/pypi/cfscrape-2.0.8.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 437 lines, 18,353 bytes in 0.003 seconds.
That's 146,551 lines/sec, or 6,154,798 bytes/sec.
Done
Extracting files from ./data/pypi/Werkzeug-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 121 files, 34,574 lines, 1,141,752 bytes in 0.505 seconds.
That's 68,511 lines/sec, or 2,262,481 bytes/sec.
Done
Extracting files from ./data/pypi/affine-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,303 lines, 41,835 bytes in 0.012 seconds.
That's 104,248 lines/sec, or 3,347,043 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-jsmath-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 251 lines, 8,958 bytes in 0.003 seconds.
That's 83,826 lines/sec, or 2,991,685 bytes/sec.Done
Trying to parse all python files ...
Checked 158 files, 21,461 lines, 774,184 bytes in 0.247 seconds.
That's 86,887 lines/sec, or 3,134,364 bytes/sec.
Done
Extracting files from ./data/pypi/mahotas-1.4.9.tar.gz... Done
Trying to parse all python files ...
Checked 103 files, 11,175 lines, 328,169 bytes in 0.112 seconds.
That's 99,760 lines/sec, or 2,929,576 bytes/sec.
Done
Extracting files from ./data/pypi/port-for-0.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,676 lines, 44,502 bytes in 0.016 seconds.
That's 105,288 lines/sec, or 2,795,658 bytes/sec.
Done
Extracting files from ./data/pypi/horovod-0.19.0.tar.gz... Done
Trying to parse all python files ...
Checked 99 files, 20,418 lines, 814,930 bytes in 0.266 seconds.
That's 76,869 lines/sec, or 3,068,010 bytes/sec.
Done
Extracting files from ./data/pypi/hyperloglog-0.0.12.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 740 lines, 91,308 bytes in 0.022 seconds.
That's 33,161 lines/sec, or 4,091,685 bytes/sec.
Done
Extracting files from ./data/pypi/py-lz4framed-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 919 lines, 35,212 bytes in 0.008 seconds.
That's 111,542 lines/sec, or 4,273,804 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-DataTables-1.10.15.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 80 lines, 2,904 bytes in 0.001 seconds.
That's 56,092 lines/sec, or 2,036,152 bytes/sec.
Done
Extracting files from ./data/pypi/python-logstash-async-1.6.4.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,744 lines, 65,932 bytes in 0.012 seconds.
That's 148,257 lines/sec, or 5,604,873 bytes/sec.
Done
Extracting files from ./data/pypi/python-jsonrpc-server-0.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,850 lines, 99,679 bytes in 0.015 seconds.
That's 186,280 lines/sec, or 6,515,155 bytes/sec.
Done
Extracting files from ./data/pypi/stemming-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,337 lines, 34,852 bytes in 0.009 seconds.
That's 145,099 lines/sec, or 3,782,340 bytes/sec.
Done
Extracting files from ./data/pypi/delegator.py-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 418 lines, 11,432 bytes in 0.003 seconds.
That's 142,134 lines/sec, or 3,887,254 bytes/sec.
Done
Extracting files from ./data/pypi/gabbi-1.49.0.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 5,970 lines, 211,798 bytes in 0.059 seconds.
That's 101,858 lines/sec, or 3,613,612 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_contrib_nbextensions-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 3,471 lines, 124,574 bytes in 0.028 seconds.
That's 124,474 lines/sec, or 4,467,350 bytes/sec.
Done
Extracting files from ./data/pypi/pygerduty-0.38.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,841 lines, 57,540 bytes in 0.016 seconds.
That's 113,997 lines/sec, or 3,562,954 bytes/sec.
Done
Extracting files from ./data/pypi/sniffio-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 397 lines, 11,828 bytes in 0.003 seconds.
That's 153,102 lines/sec, or 4,561,441 bytes/sec.
Done
Extracting files from ./data/pypi/django-object-actions-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 354 lines, 12,258 bytes in 0.003 seconds.
That's 141,529 lines/sec, or 4,900,751 bytes/sec.
Done
Extracting files from ./data/pypi/args-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 432 lines, 10,211 bytes in 0.003 seconds.
That's 145,141 lines/sec, or 3,430,634 bytes/sec.
Done
Extracting files from ./data/pypi/requests-kerberos-0.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 567 lines, 21,968 bytes in 0.005 seconds.
That's 123,196 lines/sec, or 4,773,128 bytes/sec.
Done
Extracting files from ./data/pypi/lesscpy-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 5,749 lines, 167,943 bytes in 0.044 seconds.
That's 129,954 lines/sec, or 3,796,282 bytes/sec.
Done
Extracting files from ./data/pypi/django-crispy-forms-1.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 5,651 lines, 184,553 bytes in 0.041 seconds.
That's 137,687 lines/sec, or 4,496,650 bytes/sec.
Done
Extracting files from ./data/pypi/jeepney-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 2,241 lines, 72,566 bytes in 0.018 seconds.
That's 123,221 lines/sec, or 3,990,035 bytes/sec.
Done
Extracting files from ./data/pypi/uvloop-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 9,545 lines, 298,286 bytes in 0.115 seconds.
That's 83,119 lines/sec, or 2,597,523 bytes/sec.
Done
Extracting files from ./data/pypi/django-activity-stream-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,721 lines, 95,633 bytes in 0.024 seconds.
That's 113,164 lines/sec, or 3,977,292 bytes/sec.
Done
Extracting files from ./data/pypi/username_generator-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 267 lines, 13,331 bytes in 0.003 seconds.
That's 80,788 lines/sec, or 4,033,636 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-cache-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 752 lines, 25,370 bytes in 0.004 seconds.
That's 179,793 lines/sec, or 6,065,638 bytes/sec.
Done
Extracting files from ./data/pypi/pyscreenshot-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 1,800 lines, 48,129 bytes in 0.015 seconds.
That's 119,995 lines/sec, or 3,208,476 bytes/sec.
Done
Extracting files from ./data/pypi/impyla-0.16.2.tar.gz... Done
Trying to parse all python files ...
Checked 69 files, 79,963 lines, 2,559,422 bytes in 2.009 seconds.
That's 39,793 lines/sec, or 1,273,666 bytes/sec.
Done
Extracting files from ./data/pypi/dynamodb-json-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 173 lines, 5,535 bytes in 0.002 seconds.
That's 90,419 lines/sec, or 2,892,894 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-blind-except-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 56 lines, 1,495 bytes in 0.001 seconds.
That's 66,463 lines/sec, or 1,774,331 bytes/sec.
Done
Extracting files from ./data/pypi/pdftotext-2.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 303 lines, 9,176 bytes in 0.003 seconds.
That's 99,739 lines/sec, or 3,020,478 bytes/sec.
Done
Extracting files from ./data/pypi/python-nvd3-0.15.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,068 lines, 79,325 bytes in 0.010 seconds.
That's 213,783 lines/sec, or 8,200,359 bytes/sec.
Done
Extracting files from ./data/pypi/GeoAlchemy2-0.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,855 lines, 64,040 bytes in 0.009 seconds.
That's 214,710 lines/sec, or 7,412,402 bytes/sec.
Done
Extracting files from ./data/pypi/txaio-20.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 5,142 lines, 162,241 bytes in 0.029 seconds.
That's 178,167 lines/sec, or 5,621,545 bytes/sec.
Done
Extracting files from ./data/pypi/cachy-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 3,179 lines, 80,571 bytes in 0.020 seconds.
That's 158,495 lines/sec, or 4,017,013 bytes/sec.
Done
Extracting files from ./data/pypi/sas7bdat-2.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,600 lines, 62,560 bytes in 0.013 seconds.
That's 123,680 lines/sec, or 4,835,895 bytes/sec.
Done
Extracting files from ./data/pypi/coreapi-2.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 2,326 lines, 73,195 bytes in 0.019 seconds.
That's 125,506 lines/sec, or 3,949,443 bytes/sec.
Done
Extracting files from ./data/pypi/oic-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 66 files, 22,088 lines, 705,250 bytes in 0.272 seconds.
That's 81,261 lines/sec, or 2,594,595 bytes/sec.
Done
Extracting files from ./data/pypi/py_ecc-2.0.0.tar.gz...
That's 93,426 lines/sec, or 3,845,657 bytes/sec.
Done
Extracting files from ./data/pypi/sparkpost-1.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 3,001 lines, 92,542 bytes in 0.022 seconds.
That's 135,977 lines/sec, or 4,193,126 bytes/sec.
Done
Extracting files from ./data/pypi/pymc-2.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 108 files, 28,452 lines, 889,262 bytes in 0.266 seconds.
That's 107,133 lines/sec, or 3,348,417 bytes/sec.
Done
Extracting files from ./data/pypi/cloudpickle-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 4,238 lines, 154,130 bytes in 0.044 seconds.
That's 96,058 lines/sec, or 3,493,497 bytes/sec.
Done
Extracting files from ./data/pypi/markdown2-2.3.8.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 4,146 lines, 160,774 bytes in 0.031 seconds.
That's 134,776 lines/sec, or 5,226,350 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-devhelp-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 279 lines, 8,414 bytes in 0.006 seconds.
That's 47,618 lines/sec, or 1,436,048 bytes/sec.
Done
Extracting files from ./data/pypi/tensorflow-datasets-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 428 files, 59,456 lines, 2,074,626 bytes in 0.859 seconds.
That's 69,211 lines/sec, or 2,415,026 bytes/sec.
Done
Extracting files from ./data/pypi/click-completion-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 792 lines, 24,399 bytes in 0.010 seconds.
That's 80,492 lines/sec, or 2,479,690 bytes/sec.
Done
Extracting files from ./data/pypi/whitenoise-5.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,639 lines, 57,536 bytes in 0.015 seconds.
That's 111,709 lines/sec, or 3,921,472 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-SocketIO-4.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,220 lines, 57,308 bytes in 0.007 seconds.
That's 172,541 lines/sec, or 8,104,905 bytes/sec.
Done
Extracting files from ./data/pypi/ipyparallel-6.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 97 files, 22,859 lines, 787,506 bytes in 0.287 seconds.
That's 79,543 lines/sec, or 2,740,313 bytes/sec.
Done
Extracting files from ./data/pypi/asgiref-3.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,041 lines, 64,049 bytes in 0.028 seconds.
That's 73,233 lines/sec, or 2,298,139 bytes/sec.
Done
Extracting files from ./data/pypi/limits-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 3,446 lines, 119,187 bytes in 0.018 seconds.
That's 189,453 lines/sec, or 6,552,628 bytes/sec.
Done
Extracting files from ./data/pypi/backports.tempfile-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 379 lines, 13,937 bytes in 0.003 seconds.
That's 118,057 lines/sec, or 4,341,330 bytes/sec.
Done
Extracting files from ./data/pypi/vaderSentiment-3.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 718 lines, 35,711 bytes in 0.007 seconds.
That's 103,000 lines/sec, or 5,122,881 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-sugar-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,272 lines, 39,395 bytes in 0.008 seconds.
That's 158,629 lines/sec, or 4,912,871 bytes/sec.
Done
Extracting files from ./data/pypi/contractions-0.0.24.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 284 lines, 7,665 bytes in 0.002 seconds.
That's 129,702 lines/sec, or 3,500,581 bytes/sec.
Done
Extracting files from ./data/pypi/python-debian-0.1.36.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 6,374 lines, 224,488 bytes in 0.056 seconds.
That's 114,589 lines/sec, or 4,035,759 bytes/sec.
Done
Extracting files from ./data/pypi/python-language-server-0.31.8.tar.gz... Done
Trying to parse all python files ...
Checked 61 files, 7,222 lines, 241,180 bytes in 0.091 seconds.
That's 79,480 lines/sec, or 2,654,236 bytes/sec.
Done
Extracting files from ./data/pypi/pex-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 517 files, 169,139 lines, 5,991,223 bytes in 3.013 seconds.
That's 56,129 lines/sec, or 1,988,208 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-splinter-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 859 lines, 32,147 bytes in 0.007 seconds.
That's 130,692 lines/sec, or 4,890,971 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-security-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,122 lines, 43,427 bytes in 0.006 seconds.
That's 178,691 lines/sec, or 6,916,238 bytes/sec.
Done
Extracting files from ./data/pypi/rhea-0.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,781 lines, 104,748 bytes in 0.023 seconds.
That's 120,599 lines/sec, or 4,542,442 bytes/sec.
Done
Extracting files from ./data/pypi/Marshmallow-Arrow-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 68 lines, 1,968 bytes in 0.001 seconds.
That's 79,424 lines/sec, or 2,298,633 bytes/sec.
Done
Extracting files from ./data/pypi/netaddr-0.7.19.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 10,580 lines, 345,873 bytes in 0.074 seconds.
That's 143,034 lines/sec, or 4,675,971 bytes/sec.
Done
Extracting files from ./data/pypi/eth-rlp-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 181 lines, 4,547 bytes in 0.001 seconds.
That's 149,266 lines/sec, or 3,749,803 bytes/sec.
Done
Extracting files from ./data/pypi/imutils-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 1,518 lines, 51,441 bytes in 0.013 seconds.
That's 116,132 lines/sec, or 3,935,416 bytes/sec.
Done
Extracting files from ./data/pypi/yappi-1.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,807 lines, 118,863 bytes in 0.034 seconds.
That's 112,528 lines/sec, or 3,513,372 bytes/sec.
Done
Extracting files from ./data/pypi/imgkit-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 520 lines, 17,831 bytes in 0.004 seconds.
That's 123,313 lines/sec, or 4,228,452 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-dms-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 728 lines, 31,853 bytes in 0.004 seconds.
That's 165,257 lines/sec, or 7,230,674 bytes/sec.
Done
Extracting files from ./data/pypi/www-authenticate-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 100 lines, 3,059 bytes in 0.001 seconds.
That's 68,045 lines/sec, or 2,081,502 bytes/sec.
Done
Extracting files from ./data/pypi/threadloop-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 511 lines, 13,479 bytes in 0.004 seconds.
That's 128,687 lines/sec, or 3,394,478 bytes/sec.
Done
Extracting files from ./data/pypi/atomicwrites-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 453 lines, 13,771 bytes in 0.003 seconds.
That's 134,849 lines/sec, or 4,099,344 bytes/sec.
Done
Extracting files from ./data/pypi/Kivy-1.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 427 files, 96,306 lines, 3,410,118 bytes in 1.280 seconds.
That's 75,219 lines/sec, or 2,663,455 bytes/sec.
Done
Extracting files from ./data/pypi/configparser-4.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 4,466 lines, 165,584 bytes in 0.071 seconds.
That's 62,488 lines/sec, or 2,316,824 bytes/sec.
Done
Extracting files from ./data/pypi/meson-0.53.1.tar.gz... Done
Trying to parse all python files ...
Checked 295 files, 65,840 lines, 2,758,802 bytes in 1.503 seconds.
That's 43,820 lines/sec, or 1,836,114 bytes/sec.
Done
Extracting files from ./data/pypi/orjson-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 0 files, 0 lines, 0 bytes in 0.001 seconds.
That's 0 lines/sec, or 0 bytes/sec.
Done
Extracting files from ./data/pypi/banal-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 214 lines, 5,739 bytes in 0.003 seconds.
That's 77,046 lines/sec, or 2,066,190 bytes/sec.
Done
Extracting files from ./data/pypi/mod_wsgi-4.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 4,483 lines, 165,004 bytes in 0.032 seconds.
That's 140,508 lines/sec, or 5,171,623 bytes/sec.
Done
Extracting files from ./data/pypi/json2html-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 216 lines, 7,642 bytes in 0.002 seconds.
That's 115,205 lines/sec, or 4,075,899 bytes/sec.
Done
Extracting files from ./data/pypi/cligj-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 354 lines, 10,764 bytes in 0.003 seconds.
That's 137,991 lines/sec, or 4,195,863 bytes/sec.
Done
Extracting files from ./data/pypi/dataset-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,784 lines, 63,750 bytes in 0.017 seconds.
That's 102,048 lines/sec, or 3,646,599 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-jsonlibrary-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 266 lines, 8,854 bytes in 0.002 seconds.
That's 145,841 lines/sec, or 4,854,427 bytes/sec.
Done
Extracting files from ./data/pypi/lorem-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 179 lines, 5,132 bytes in 0.002 seconds.
That's 92,918 lines/sec, or 2,664,006 bytes/sec.
Done
Extracting files from ./data/pypi/requests-http-signature-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 290 lines, 13,635 bytes in 0.004 seconds.
That's 80,091 lines/sec, or 3,765,677 bytes/sec.
Done
Extracting files from ./data/pypi/django-otp-twilio-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 755 lines, 23,581 bytes in 0.005 seconds.
That's 152,289 lines/sec, or 4,756,463 bytes/sec.
Done
Extracting files from ./data/pypi/s3contents-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,968 lines, 107,137 bytes in 0.020 seconds.
That's 150,924 lines/sec, or 5,447,973 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Automator-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,310 lines, 45,527 bytes in 0.012 seconds.
That's 108,205 lines/sec, or 3,760,493 bytes/sec.
Done
Extracting files from ./data/pypi/sk-video-1.1.10.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 7,305 lines, 251,435 bytes in 0.094 seconds.
That's 77,530 lines/sec, or 2,668,536 bytes/sec.
Done
Extracting files from ./data/pypi/pykwalify-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 4,616 lines, 168,819 bytes in 0.053 seconds.
That's 87,351 lines/sec, or 3,194,636 bytes/sec.
Done
Extracting files from ./data/pypi/hashin-0.14.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 885 lines, 27,886 bytes in 0.007 seconds.
That's 133,504 lines/sec, or 4,206,674 bytes/sec.
Done
Extracting files from ./data/pypi/langid-1.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 3,134 lines, 2,623,536 bytes in 0.036 seconds.
That's 88,039 lines/sec, or 73,698,890 bytes/sec.
Done
Extracting files from ./data/pypi/cymysql-0.9.14.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 4,142 lines, 138,050 bytes in 0.057 seconds.
That's 72,994 lines/sec, or 2,432,842 bytes/sec.
Done
Extracting files from ./data/pypi/python-snappy-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,568 lines, 55,055 bytes in 0.010 seconds.
That's 149,524 lines/sec, or 5,250,032 bytes/sec.
Done
Extracting files from ./data/pypi/seleniumbase-1.35.3.tar.gz... Done
Trying to parse all python files ...
Checked 136 files, 18,692 lines, 761,260 bytes in 0.263 seconds.
That's 71,009 lines/sec, or 2,891,942 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-advisor-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 480 lines, 19,462 bytes in 0.005 seconds.
That's 103,462 lines/sec, or 4,194,951 bytes/sec.
Done
Extracting files from ./data/pypi/dodgy-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 250 lines, 6,860 bytes in 0.002 seconds.
That's 102,031 lines/sec, or 2,799,740 bytes/sec.
Done
Extracting files from ./data/pypi/parse_type-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 11,579 lines, 427,077 bytes in 0.115 seconds.
That's 100,892 lines/sec, or 3,721,273 bytes/sec.
Done
Extracting files from ./data/pypi/aspy.refactor_imports-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 451 lines, 13,775 bytes in 0.004 seconds.
That's 126,067 lines/sec, or 3,850,486 bytes/sec.
Done
Extracting files from ./data/pypi/drf-nested-routers-0.91.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 727 lines, 25,114 bytes in 0.006 seconds.
That's 130,528 lines/sec, or 4,509,043 bytes/sec.
Done
Extracting files from ./data/pypi/docker-registry-client-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 723 lines, 24,156 bytes in 0.007 seconds.
That's 98,939 lines/sec, or 3,305,632 bytes/sec.
Done
Extracting files from ./data/pypi/stups-cli-support-1.1.20.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 290 lines, 9,827 bytes in 0.003 seconds.
That's 86,770 lines/sec, or 2,940,321 bytes/sec.
Done
Extracting files from ./data/pypi/proto-google-cloud-error-reporting-v1beta1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,245 lines, 109,088 bytes in 0.020 seconds.
That's 110,172 lines/sec, or 5,353,445 bytes/sec.
Done
Extracting files from ./data/pypi/ansi2html-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,215 lines, 46,414 bytes in 0.012 seconds.
That's 101,318 lines/sec, or 3,870,421 bytes/sec.
Done
Extracting files from ./data/pypi/junitparser-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 760 lines, 21,274 bytes in 0.007 seconds.
That's 112,025 lines/sec, or 3,135,815 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Dance-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 7,915 lines, 274,136 bytes in 0.057 seconds.
That's 137,666 lines/sec, or 4,768,067 bytes/sec.
Done
Extracting files from ./data/pypi/aniso8601-8.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 5,160 lines, 235,307 bytes in 0.068 seconds.
That's 75,676 lines/sec, or 3,450,967 bytes/sec.
Done
Extracting files from ./data/pypi/ipywidgets-7.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 8,435 lines, 292,935 bytes in 0.089 seconds.
That's 94,973 lines/sec, or 3,298,270 bytes/sec.
Done
Extracting files from ./data/pypi/intervaltree-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,187 lines, 73,636 bytes in 0.012 seconds.
That's 180,219 lines/sec, or 6,067,934 bytes/sec.
Done
Extracting files from ./data/pypi/django-ranged-response-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 232 lines, 7,663 bytes in 0.002 seconds.
That's 115,116 lines/sec, or 3,802,313 bytes/sec.
Done
Extracting files from ./data/pypi/marshmallow-enum-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 150 lines, 4,483 bytes in 0.002 seconds.
That's 91,154 lines/sec, or 2,724,292 bytes/sec.
Done
Extracting files from ./data/pypi/nose-timer-0.7.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 449 lines, 15,043 bytes in 0.004 seconds.
That's 125,633 lines/sec, or 4,209,134 bytes/sec.
Done
Extracting files from ./data/pypi/serial-0.0.97.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 5,957 lines, 184,601 bytes in 0.044 seconds.
That's 135,955 lines/sec, or 4,213,110 bytes/sec.
Done
Extracting files from ./data/pypi/pytools-2020.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 7,603 lines, 217,688 bytes in 0.057 seconds.
That's 132,431 lines/sec, or 3,791,750 bytes/sec.
Done
Extracting files from ./data/pypi/pywinauto-0.6.8.tar.gz... Done
Trying to parse all python files ...
Checked 96 files, 49,262 lines, 1,985,866 bytes in 0.603 seconds.Done
Trying to parse all python files ...
Checked 8 files, 1,030 lines, 34,742 bytes in 0.008 seconds.
That's 135,900 lines/sec, or 4,583,929 bytes/sec.
Done
Extracting files from ./data/pypi/layered-yaml-attrdict-config-18.12.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 257 lines, 8,176 bytes in 0.003 seconds.
That's 76,542 lines/sec, or 2,435,037 bytes/sec.
Done
Extracting files from ./data/pypi/pyspark-stubs-2.4.0.post7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 71 lines, 2,838 bytes in 0.002 seconds.
That's 37,048 lines/sec, or 1,480,895 bytes/sec.
Done
Extracting files from ./data/pypi/ibmiotf-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 8,817 lines, 389,623 bytes in 0.106 seconds.
That's 83,561 lines/sec, or 3,692,559 bytes/sec.
Done
Extracting files from ./data/pypi/sqlparse-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 6,666 lines, 214,357 bytes in 0.051 seconds.
That's 131,858 lines/sec, or 4,240,116 bytes/sec.
Done
Extracting files from ./data/pypi/dbt-redshift-0.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 278 lines, 9,105 bytes in 0.003 seconds.
That's 103,398 lines/sec, or 3,386,463 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-relay-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 913 lines, 43,966 bytes in 0.007 seconds.
That's 131,536 lines/sec, or 6,334,173 bytes/sec.
Done
Extracting files from ./data/pypi/opentracing_instrumentation-3.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 2,657 lines, 93,902 bytes in 0.016 seconds.
That's 166,151 lines/sec, or 5,872,013 bytes/sec.
Done
Extracting files from ./data/pypi/Keras-2.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 197 files, 77,266 lines, 2,887,343 bytes in 1.328 seconds.
That's 58,171 lines/sec, or 2,173,772 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-colors-0.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 101 lines, 2,238 bytes in 0.001 seconds.
That's 86,737 lines/sec, or 1,921,960 bytes/sec.
Done
Extracting files from ./data/pypi/aiohttp-swagger-1.0.14.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,070 lines, 35,424 bytes in 0.011 seconds.
That's 101,555 lines/sec, or 3,362,125 bytes/sec.
Done
Extracting files from ./data/pypi/geotext-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 582 lines, 19,678 bytes in 0.003 seconds.
That's 177,559 lines/sec, or 6,003,456 bytes/sec.
Done
Extracting files from ./data/pypi/cursor-1.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 69 lines, 2,179 bytes in 0.001 seconds.
That's 49,463 lines/sec, or 1,562,022 bytes/sec.
Done
Extracting files from ./data/pypi/pingparsing-0.18.2.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 3,195 lines, 94,453 bytes in 0.020 seconds.
That's 161,457 lines/sec, or 4,773,125 bytes/sec.
Done
Extracting files from ./data/pypi/smart_open-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 6,608 lines, 235,736 bytes in 0.052 seconds.
That's 126,458 lines/sec, or 4,511,290 bytes/sec.
Done
Extracting files from ./data/pypi/uritemplate.py-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,646 lines, 48,939 bytes in 0.011 seconds.
That's 151,626 lines/sec, or 4,508,149 bytes/sec.
Done
Extracting files from ./data/pypi/django-admin-tools-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 59 files, 3,629 lines, 127,449 bytes in 0.032 seconds.
That's 113,675 lines/sec, or 3,992,232 bytes/sec.
Done
Extracting files from ./data/pypi/area-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 200 lines, 5,764 bytes in 0.002 seconds.
That's 91,719 lines/sec, or 2,643,338 bytes/sec.
Done
Extracting files from ./data/pypi/thriftpy-0.3.9.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 4,969 lines, 142,626 bytes in 0.065 seconds.
That's 76,376 lines/sec, or 2,192,242 bytes/sec.
Done
Extracting files from ./data/pypi/pybars3-0.9.7.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 3,884 lines, 119,857 bytes in 0.026 seconds.
That's 149,850 lines/sec, or 4,624,256 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-spanner-1.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 86 files, 33,901 lines, 1,296,810 bytes in 0.353 seconds.
That's 96,018 lines/sec, or 3,672,972 bytes/sec.
Done
Extracting files from ./data/pypi/eyeD3-0.9.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 18,092 lines, 637,395 bytes in 0.295 seconds.
That's 61,372 lines/sec, or 2,162,179 bytes/sec.
Done
Extracting files from ./data/pypi/python-neutronclient-6.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 246 files, 44,948 lines, 1,744,983 bytes in 0.690 seconds.
That's 65,113 lines/sec, or 2,527,821 bytes/sec.
Done
Extracting files from ./data/pypi/names-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 91 lines, 2,403 bytes in 0.001 seconds.
That's 72,646 lines/sec, or 1,918,331 bytes/sec.
Done
Extracting files from ./data/pypi/you-get-0.4.1403.tar.gz... Done
Trying to parse all python files ...
Checked 147 files, 15,263 lines, 572,174 bytes in 0.272 seconds.
That's 56,046 lines/sec, or 2,101,048 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-timeout-1.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 888 lines, 24,004 bytes in 0.005 seconds.
That's 170,436 lines/sec, or 4,607,151 bytes/sec.
Done
Extracting files from ./data/pypi/tenacity-6.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,326 lines, 110,938 bytes in 0.026 seconds.
That's 125,961 lines/sec, or 4,201,386 bytes/sec.
Done
Extracting files from ./data/pypi/typeguard-2.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,892 lines, 97,494 bytes in 0.026 seconds.
That's 112,767 lines/sec, or 3,801,568 bytes/sec.
Done
Extracting files from ./data/pypi/check50-3.0.10.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,003 lines, 69,410 bytes in 0.015 seconds.
That's 133,276 lines/sec, or 4,618,419 bytes/sec.
Done
Extracting files from ./data/pypi/bidict-0.19.0.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 3,253 lines, 123,202 bytes in 0.071 seconds.
That's 45,692 lines/sec, or 1,730,507 bytes/sec.
Done
Extracting files from ./data/pypi/pyviz_comms-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 656 lines, 20,324 bytes in 0.004 seconds.
That's 154,777 lines/sec, or 4,795,243 bytes/sec.
Done
Extracting files from ./data/pypi/pymc3-3.8.tar.gz... Done
Trying to parse all python files ...
Checked 159 files, 47,297 lines, 1,626,301 bytes in 0.827 seconds.
That's 57,202 lines/sec, or 1,966,888 bytes/sec.
Done
Extracting files from ./data/pypi/wn-0.0.23.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,934 lines, 76,126 bytes in 0.014 seconds.
That's 135,628 lines/sec, or 5,338,588 bytes/sec.
Done
Extracting files from ./data/pypi/gapic-google-cloud-logging-v2-0.91.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,587 lines, 66,008 bytes in 0.006 seconds.
That's 286,332 lines/sec, or 11,909,391 bytes/sec.
Done
Extracting files from ./data/pypi/scales-1.0.9.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,142 lines, 84,771 bytes in 0.047 seconds.
That's 66,205 lines/sec, or 1,786,217 bytes/sec.
Done
Extracting files from ./data/pypi/hupper-1.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 2,538 lines, 70,451 bytes in 0.018 seconds.
That's 139,223 lines/sec, or 3,864,623 bytes/sec.
Done
Extracting files from ./data/pypi/ner-0.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 283 lines, 8,402 bytes in 0.003 seconds.
That's 107,869 lines/sec, or 3,202,521 bytes/sec.
Done
Extracting files from ./data/pypi/aws-sam-cli-0.41.0.tar.gz... Done 272,909 bytes in 0.098 seconds.
That's 82,650 lines/sec, or 2,778,842 bytes/sec.
Done
Extracting files from ./data/pypi/umap-learn-0.3.10.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 4,631 lines, 149,824 bytes in 0.031 seconds.
That's 147,247 lines/sec, or 4,763,802 bytes/sec.
Done
Extracting files from ./data/pypi/pyLDAvis-2.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,976 lines, 68,946 bytes in 0.012 seconds.
That's 165,006 lines/sec, or 5,757,356 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-qt-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 6,970 lines, 236,316 bytes in 0.055 seconds.
That's 126,193 lines/sec, or 4,278,547 bytes/sec.
Done
Extracting files from ./data/pypi/dash_renderer-1.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 72 lines, 2,198 bytes in 0.001 seconds.
That's 79,828 lines/sec, or 2,436,976 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ServiceManagement-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 824 lines, 26,531 bytes in 0.007 seconds.
That's 114,627 lines/sec, or 3,690,726 bytes/sec.
Done
Extracting files from ./data/pypi/pynvim-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 4,076 lines, 135,115 bytes in 0.061 seconds.
That's 67,214 lines/sec, or 2,228,085 bytes/sec.
Done
Extracting files from ./data/pypi/antigate-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 402 lines, 11,717 bytes in 0.004 seconds.
That's 97,486 lines/sec, or 2,841,389 bytes/sec.
Done
Extracting files from ./data/pypi/multimethod-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 569 lines, 16,657 bytes in 0.006 seconds.
That's 97,256 lines/sec, or 2,847,081 bytes/sec.
Done
Extracting files from ./data/pypi/mock-4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 10,634 lines, 345,084 bytes in 0.132 seconds.
That's 80,825 lines/sec, or 2,622,843 bytes/sec.
Done
Extracting files from ./data/pypi/cement-3.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 134 files, 28,436 lines, 969,900 bytes in 0.284 seconds.
That's 100,290 lines/sec, or 3,420,713 bytes/sec.
Done
Extracting files from ./data/pypi/model_mommy-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 3,572 lines, 118,292 bytes in 0.053 seconds.
That's 67,146 lines/sec, or 2,223,633 bytes/sec.
Done
Extracting files from ./data/pypi/Bottleneck-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 5,173 lines, 169,464 bytes in 0.035 seconds.
That's 148,155 lines/sec, or 4,853,454 bytes/sec.
Done
Extracting files from ./data/pypi/breathe-4.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 12,250 lines, 452,849 bytes in 0.185 seconds.
That's 66,241 lines/sec, or 2,448,748 bytes/sec.
Done
Extracting files from ./data/pypi/strif-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 415 lines, 12,865 bytes in 0.003 seconds.
That's 137,818 lines/sec, or 4,272,345 bytes/sec.
Done
Extracting files from ./data/pypi/googledatastore-7.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,929 lines, 63,736 bytes in 0.006 seconds.
That's 320,086 lines/sec, or 10,575,945 bytes/sec.
Done
Extracting files from ./data/pypi/WTForms-Components-0.10.4.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 2,557 lines, 72,693 bytes in 0.019 seconds.
That's 134,292 lines/sec, or 3,817,792 bytes/sec.
Done
Extracting files from ./data/pypi/devstack-tools-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,091 lines, 59,579 bytes in 0.012 seconds.
That's 178,847 lines/sec, or 5,095,894 bytes/sec.
Done
Extracting files from ./data/pypi/django-jsonview-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 623 lines, 19,334 bytes in 0.006 seconds.
That's 107,630 lines/sec, or 3,340,171 bytes/sec.
Done
Extracting files from ./data/pypi/pyspark-flame-0.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 187 lines, 5,659 bytes in 0.002 seconds.
That's 76,655 lines/sec, or 2,319,739 bytes/sec.
Done
Extracting files from ./data/pypi/httpagentparser-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 788 lines, 20,279 bytes in 0.006 seconds.
That's 135,267 lines/sec, or 3,481,063 bytes/sec.
Done
Extracting files from ./data/pypi/django_compressor-2.4.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 6,328 lines, 245,914 bytes in 0.055 seconds.
That's 115,020 lines/sec, or 4,469,802 bytes/sec.
Done
Extracting files from ./data/pypi/tableauserverclient-0.9.tar.gz... Done
Trying to parse all python files ...
Checked 98 files, 11,682 lines, 476,721 bytes in 0.185 seconds.
That's 62,999 lines/sec, or 2,570,854 bytes/sec.
Done
Extracting files from ./data/pypi/schema-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,307 lines, 80,736 bytes in 0.044 seconds.
That's 52,568 lines/sec, or 1,839,658 bytes/sec.
Done
Extracting files from ./data/pypi/ipython_genutils-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,037 lines, 63,602 bytes in 0.012 seconds.
That's 167,868 lines/sec, or 5,241,397 bytes/sec.
Done
Extracting files from ./data/pypi/Markdown-3.2.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 12,031 lines, 418,433 bytes in 0.108 seconds.
That's 111,887 lines/sec, or 3,891,379 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-parallel-0.0.10.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 784 lines, 23,359 bytes in 0.006 seconds.
That's 139,935 lines/sec, or 4,169,316 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-tasks-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 59 files, 24,543 lines, 996,733 bytes in 0.144 seconds.
That's 170,637 lines/sec, or 6,929,878 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-container-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 36,569 lines, 1,419,092 bytes in 0.220 seconds.
That's 166,376 lines/sec, or 6,456,351 bytes/sec.
Done
Extracting files from ./data/pypi/ibm-cos-sdk-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 6,009 lines, 229,617 bytes in 0.064 seconds.
That's 93,585 lines/sec, or 3,576,088 bytes/sec.
Done
Extracting files from ./data/pypi/xgboost-0.90.tar.gz... Done
Trying to parse all python files ...
Checked 67 files, 10,983 lines, 406,238 bytes in 0.143 seconds.
That's 76,998 lines/sec, or 2,847,988 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Sockets-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 148 lines, 4,459 bytes in 0.001 seconds.
That's 110,494 lines/sec, or 3,329,014 bytes/sec.
Done
Extracting files from ./data/pypi/muffnn-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 5,414 lines, 197,920 bytes in 0.040 seconds.
That's 135,216 lines/sec, or 4,943,114 bytes/sec.
Done
Extracting files from ./data/pypi/wmctrl-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 215 lines, 6,222 bytes in 0.003 seconds.
That's 70,839 lines/sec, or 2,050,036 bytes/sec.
Done
Extracting files from ./data/pypi/async_generator-1.10.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,096 lines, 63,889 bytes in 0.013 seconds.
That's 160,141 lines/sec, or 4,881,321 bytes/sec.
Done
Extracting files from ./data/pypi/paypalrestsdk-1.13.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,479 lines, 49,975 bytes in 0.012 seconds.
That's 123,921 lines/sec, or 4,187,266 bytes/sec.
Done
Extracting files from ./data/pypi/skyfield-1.17.tar.gz... Done
Trying to parse all python files ...
Checked 68 files, 13,239 lines, 498,730 bytes in 0.235 seconds.
That's 56,299 lines/sec, or 2,120,871 bytes/sec.
Done
Extracting files from ./data/pypi/hdrhistogram-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,700 lines,
Checked 74 files, 5,576 lines, 179,438 bytes in 0.069 seconds.
That's 81,317 lines/sec, or 2,616,817 bytes/sec.
Done
Extracting files from ./data/pypi/zope.deferredimport-4.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 903 lines, 28,914 bytes in 0.006 seconds.
That's 149,177 lines/sec, or 4,776,640 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-napoleon-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,654 lines, 60,359 bytes in 0.010 seconds.
That's 157,614 lines/sec, or 5,751,766 bytes/sec.
Done
Extracting files from ./data/pypi/wxPython-4.0.7.post2.tar.gz... Done
Trying to parse all python files ...
Checked 1,715 files, 430,285 lines, 15,914,869 bytes in 7.608 seconds.
That's 56,559 lines/sec, or 2,091,935 bytes/sec.
Done
Extracting files from ./data/pypi/grpc-google-iam-v1-0.12.3.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,199 lines, 46,831 bytes in 0.013 seconds.
That's 92,458 lines/sec, or 3,611,256 bytes/sec.
Done
Extracting files from ./data/pypi/graphite-web-1.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 108 files, 18,687 lines, 606,317 bytes in 0.213 seconds.
That's 87,880 lines/sec, or 2,851,352 bytes/sec.
Done
Extracting files from ./data/pypi/zxcvbn-4.4.28.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,437 lines, 850,052 bytes in 0.024 seconds.
That's 59,546 lines/sec, or 35,224,032 bytes/sec.
Done
Extracting files from ./data/pypi/django-ckeditor-5.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 1,601 lines, 55,536 bytes in 0.027 seconds.
That's 58,403 lines/sec, or 2,025,891 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-vcr-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 159 lines, 4,753 bytes in 0.001 seconds.
That's 115,220 lines/sec, or 3,444,286 bytes/sec.
Done
Extracting files from ./data/pypi/haversine-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 154 lines, 5,494 bytes in 0.002 seconds.
That's 81,177 lines/sec, or 2,896,004 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-SQLAlchemy-2.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 3,303 lines, 105,224 bytes in 0.028 seconds.
That's 117,861 lines/sec, or 3,754,723 bytes/sec.
Done
Extracting files from ./data/pypi/safety-1.8.5.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 931 lines, 36,477 bytes in 0.008 seconds.
That's 112,884 lines/sec, or 4,422,862 bytes/sec.
Done
Extracting files from ./data/pypi/django-transaction-hooks-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 484 lines, 14,059 bytes in 0.006 seconds.
That's 83,865 lines/sec, or 2,436,079 bytes/sec.
Done
Extracting files from ./data/pypi/pyethash-0.1.27.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 47 lines, 1,324 bytes in 0.001 seconds.
That's 69,880 lines/sec, or 1,968,543 bytes/sec.
Done
Extracting files from ./data/pypi/pycryptodomex-3.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 186 files, 51,624 lines, 2,005,772 bytes in 0.683 seconds.
That's 75,534 lines/sec, or 2,934,776 bytes/sec.
Done
Extracting files from ./data/pypi/hbmqtt-0.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 76 files, 8,505 lines, 326,891 bytes in 0.116 seconds.
That's 73,501 lines/sec, or 2,825,042 bytes/sec.
Done
Extracting files from ./data/pypi/patch-ng-1.17.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,500 lines, 49,369 bytes in 0.012 seconds.
That's 125,822 lines/sec, or 4,141,123 bytes/sec.
Done
Extracting files from ./data/pypi/graphframes-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,375 lines, 54,949 bytes in 0.012 seconds.
That's 114,489 lines/sec, or 4,575,324 bytes/sec.
Done
Extracting files from ./data/pypi/uncertainties-3.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 17,349 lines, 634,106 bytes in 0.046 seconds.
That's 378,165 lines/sec, or 13,821,949 bytes/sec.
Done
Extracting files from ./data/pypi/aiohttp-cors-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,002 lines, 99,532 bytes in 0.020 seconds.
That's 148,295 lines/sec, or 4,916,761 bytes/sec.
Done
Extracting files from ./data/pypi/django-templated-mail-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 134 lines, 4,438 bytes in 0.002 seconds.
That's 76,729 lines/sec, or 2,541,204 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_contrib_core-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,362 lines, 45,937 bytes in 0.029 seconds.
That's 46,279 lines/sec, or 1,560,882 bytes/sec.
Done
Extracting files from ./data/pypi/dailymotion-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 463 lines, 17,944 bytes in 0.005 seconds.
That's 102,706 lines/sec, or 3,980,463 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-mutable-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 84 lines, 2,326 bytes in 0.001 seconds.
That's 91,727 lines/sec, or 2,539,951 bytes/sec.
Done
Extracting files from ./data/pypi/mockito-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,340 lines, 74,136 bytes in 0.012 seconds.
That's 190,281 lines/sec, or 6,028,479 bytes/sec.
Done
Extracting files from ./data/pypi/gnureadline-8.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 137 lines, 5,626 bytes in 0.002 seconds.
That's 75,163 lines/sec, or 3,086,613 bytes/sec.
Done
Extracting files from ./data/pypi/PyRect-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,440 lines, 78,943 bytes in 0.019 seconds.
That's 131,043 lines/sec, or 4,239,740 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-hdinsight-0.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,283 lines, 60,257 bytes in 0.009 seconds.
That's 136,539 lines/sec, or 6,412,671 bytes/sec.
Done
Extracting files from ./data/pypi/pybase64-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,594 lines, 50,163 bytes in 0.033 seconds.
That's 48,801 lines/sec, or 1,535,758 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.i18n-3.25.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 2,957 lines, 112,730 bytes in 0.020 seconds.
That's 150,960 lines/sec, or 5,755,056 bytes/sec.
Done
Extracting files from ./data/pypi/multiprocessing-2.6.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 8,686 lines, 249,002 bytes in 0.022 seconds.
That's 398,906 lines/sec, or 11,435,470 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Cocoa-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 597 files, 70,422 lines, 3,097,954 bytes in 1.689 seconds.
That's 41,694 lines/sec, or 1,834,183 bytes/sec.
Done
Extracting files from ./data/pypi/astral-1.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 4,330 lines, 148,981 bytes in 0.057 seconds.
That's 76,017 lines/sec, or 2,615,489 bytes/sec.
Done
Extracting files from ./data/pypi/imageio-2.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 31,289 lines, 1,087,962 bytes in 0.361 seconds.
That's 86,722 lines/sec, or 3,015,461 bytes/sec.
Done
Extracting files from ./data/pypi/pygeocoder-1.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 513 lines, 16,006 bytes in 0.003 seconds.
That's 169,905 lines/sec, or 5,301,171 bytes/sec.
Done
Extracting files from ./data/pypi/WSGIProxy2-0.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,083 lines, 37,180 bytes in 0.007 seconds.
That's 154,347 lines/sec, or 5,298,818 bytes/sec.
Done
Extracting files from ./data/pypi/joblib-0.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 84 files, 22,129 lines, 801,944 bytes in 0.260 seconds.
That's 85,265 lines/sec, or 3,089,962 bytes/sec.
Exception encountered in analyzing ./data/pypi/joblib-0.14.1.tar.gz:
Done
Trying to parse all python files ...
Checked 12 files, 579 lines, 18,425 bytes in 0.006 seconds.
That's 98,551 lines/sec, or 3,136,111 bytes/sec.
Done
Extracting files from ./data/pypi/django-tenant-schemas-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 73 files, 3,614 lines, 125,521 bytes in 0.033 seconds.
That's 110,657 lines/sec, or 3,843,319 bytes/sec.
Done
Extracting files from ./data/pypi/pypng-0.0.20.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 5,633 lines, 198,861 bytes in 0.038 seconds.
That's 147,846 lines/sec, or 5,219,383 bytes/sec.
Done
Extracting files from ./data/pypi/python-memcached-1.59.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,553 lines, 56,290 bytes in 0.011 seconds.
That's 144,436 lines/sec, or 5,235,207 bytes/sec.
Done
Extracting files from ./data/pypi/parallel_sync-1.14.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 913 lines, 29,301 bytes in 0.009 seconds.
That's 105,047 lines/sec, or 3,371,298 bytes/sec.
Done
Extracting files from ./data/pypi/waiter-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 656 lines, 20,163 bytes in 0.006 seconds.
That's 112,254 lines/sec, or 3,450,277 bytes/sec.
Done
Extracting files from ./data/pypi/query-string-2019.4.13.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 46 lines, 937 bytes in 0.001 seconds.
That's 55,538 lines/sec, or 1,131,279 bytes/sec.
Done
Extracting files from ./data/pypi/skyfield-data-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 54 lines, 1,512 bytes in 0.001 seconds.
That's 45,951 lines/sec, or 1,286,628 bytes/sec.
Done
Extracting files from ./data/pypi/packaging-20.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 6,623 lines, 226,563 bytes in 0.081 seconds.
That's 82,115 lines/sec, or 2,809,035 bytes/sec.
Done
Extracting files from ./data/pypi/django_csp-3.6.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,356 lines, 42,008 bytes in 0.012 seconds.
That's 114,683 lines/sec, or 3,552,806 bytes/sec.
Done
Extracting files from ./data/pypi/datadog-0.34.0.tar.gz... Done
Trying to parse all python files ...
Checked 105 files, 14,879 lines, 541,084 bytes in 0.148 seconds.
That's 100,791 lines/sec, or 3,665,332 bytes/sec.
Done
Extracting files from ./data/pypi/manifest-tool-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 4,513 lines, 190,849 bytes in 0.060 seconds.
That's 74,854 lines/sec, or 3,165,474 bytes/sec.
Done
Extracting files from ./data/pypi/poster-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,258 lines, 44,673 bytes in 0.008 seconds.
That's 162,692 lines/sec, or 5,777,385 bytes/sec.
Done
Extracting files from ./data/pypi/pyblake2-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,617 lines, 129,412 bytes in 0.008 seconds.
That's 209,172 lines/sec, or 16,740,478 bytes/sec.
Done
Extracting files from ./data/pypi/zipp-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 519 lines, 14,190 bytes in 0.004 seconds.
That's 131,365 lines/sec, or 3,591,646 bytes/sec.
Done
Extracting files from ./data/pypi/jsonpath-rw-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 976 lines, 31,634 bytes in 0.007 seconds.
That's 131,840 lines/sec, or 4,273,192 bytes/sec.
Done
Extracting files from ./data/pypi/circus-0.16.1.tar.gz... Done
Trying to parse all python files ...
Checked 114 files, 17,935 lines, 597,607 bytes in 0.235 seconds.
That's 76,293 lines/sec, or 2,542,122 bytes/sec.
Done
Extracting files from ./data/pypi/os_vif-1.17.0.tar.gz... Done
Trying to parse all python files ...
Checked 86 files, 7,723 lines, 303,953 bytes in 0.093 seconds.
That's 83,401 lines/sec, or 3,282,392 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-bigquery-1.24.0.tar.gz... Done
Trying to parse all python files ...
Checked 73 files, 49,640 lines, 1,828,375 bytes in 0.738 seconds.
That's 67,306 lines/sec, or 2,479,045 bytes/sec.
Done
Extracting files from ./data/pypi/JSON-log-formatter-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 137 lines, 3,769 bytes in 0.001 seconds.
That's 126,596 lines/sec, or 3,482,779 bytes/sec.
Done
Extracting files from ./data/pypi/gevent-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 390 files, 189,384 lines, 7,116,115 bytes in 4.310 seconds.
That's 43,944 lines/sec, or 1,651,193 bytes/sec.
Done
Extracting files from ./data/pypi/typing_inspect-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 732 lines, 26,132 bytes in 0.006 seconds.
That's 115,327 lines/sec, or 4,117,104 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-core-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 173 files, 110,457 lines, 4,334,155 bytes in 4.445 seconds.
That's 24,851 lines/sec, or 975,123 bytes/sec.
Done
Extracting files from ./data/pypi/pyactiveresource-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,460 lines, 81,517 bytes in 0.016 seconds.
That's 153,940 lines/sec, or 5,101,111 bytes/sec.
Done
Extracting files from ./data/pypi/vega-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 542 lines, 16,418 bytes in 0.005 seconds.
That's 112,118 lines/sec, or 3,396,236 bytes/sec.
Done
Extracting files from ./data/pypi/python-barcode-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 2,060 lines, 63,799 bytes in 0.015 seconds.
That's 139,492 lines/sec, or 4,320,118 bytes/sec.
Done
Extracting files from ./data/pypi/glance_store-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 19,879 lines, 794,790 bytes in 0.147 seconds.
That's 135,500 lines/sec, or 5,417,460 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-flask-0.15.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,179 lines, 36,305 bytes in 0.006 seconds.
That's 184,608 lines/sec, or 5,684,631 bytes/sec.
Done
Extracting files from ./data/pypi/jupyterlab-1.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 7,676 lines, 256,979 bytes in 0.061 seconds.
That's 124,944 lines/sec, or 4,182,894 bytes/sec.
Done
Extracting files from ./data/pypi/textstat-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 634 lines, 20,120 bytes in 0.005 seconds.
That's 117,987 lines/sec, or 3,744,316 bytes/sec.
Done
Extracting files from ./data/pypi/rtslib-fb-2.1.71.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 9,834 lines, 346,732 bytes in 0.104 seconds.
That's 94,705 lines/sec, or 3,339,156 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-flakes-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 259 lines, 8,436 bytes in 0.003 seconds.
That's 90,107 lines/sec, or 2,934,900 bytes/sec.
Done
Extracting files from ./data/pypi/django-mysql-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 91 files, 15,459 lines, 521,406 bytes in 0.188 seconds.
That's 82,336 lines/sec, or 2,777,054 bytes/sec.
Done
Extracting files from ./data/pypi/kappa-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 2,558 lines, 87,322 bytes in 0.023 seconds.
That's 110,707 lines/sec, or 3,779,175 bytes/sec.
Done
Extracting files from ./data/pypi/django-sass-processor-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 791 lines, 30,453 bytes in 0.010 seconds.
That's 80,750 lines/sec, or 3,108,824 bytes/sec.
Done
Extracting files from ./data/pypi/logzero-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,363 lines, 45,487 bytes in 0.008 seconds.
That's 172,641 lines/sec, or 5,761,500 bytes/sec.
Done
Extracting files from ./data/pypi/jupyterlab_launcher-0.13.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,575 lines, 51,770 bytes in 0.016 seconds.
That's 98,151 lines/sec, or 3,226,196 bytes/sec.
Done
Extracting files from ./data/pypi/dynamodb-encryption-sdk-1.2.0.tar.gz...
That's 81,715 lines/sec, or 3,294,104 bytes/sec.
Exception encountered in analyzing ./data/pypi/pywinauto-0.6.8.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/pywinauto-0.6.8
Extracting files from ./data/pypi/PyScreeze-0.1.26.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,368 lines, 53,491 bytes in 0.017 seconds.
That's 80,186 lines/sec, or 3,135,412 bytes/sec.
Done
Extracting files from ./data/pypi/concurrencytest-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 177 lines, 6,031 bytes in 0.001 seconds.
That's 121,088 lines/sec, or 4,125,893 bytes/sec.
Done
Extracting files from ./data/pypi/lunardate-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 439 lines, 14,711 bytes in 0.003 seconds.
That's 157,808 lines/sec, or 5,288,173 bytes/sec.
Done
Extracting files from ./data/pypi/passwordmeter-0.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 537 lines, 18,720 bytes in 0.005 seconds.
That's 114,251 lines/sec, or 3,982,823 bytes/sec.
Done
Extracting files from ./data/pypi/tomlkit-0.5.8.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 5,686 lines, 157,718 bytes in 0.042 seconds.
That's 134,969 lines/sec, or 3,743,773 bytes/sec.
Done
Extracting files from ./data/pypi/dash_auth-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,123 lines, 36,697 bytes in 0.008 seconds.
That's 145,660 lines/sec, or 4,759,822 bytes/sec.
Done
Extracting files from ./data/pypi/cpp-coveralls-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 794 lines, 30,174 bytes in 0.008 seconds.
That's 102,707 lines/sec, or 3,903,128 bytes/sec.
Done
Extracting files from ./data/pypi/ovsdbapp-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 74 files, 9,688 lines, 361,374 bytes in 0.126 seconds.
That's 76,675 lines/sec, or 2,860,061 bytes/sec.
Done
Extracting files from ./data/pypi/mozdownload-1.26.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,760 lines, 69,993 bytes in 0.014 seconds.
That's 127,944 lines/sec, or 5,088,166 bytes/sec.
Done
Extracting files from ./data/pypi/jdcal-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 605 lines, 17,446 bytes in 0.004 seconds.
That's 172,236 lines/sec, or 4,966,662 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Uploads-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 549 lines, 20,037 bytes in 0.003 seconds.
That's 175,362 lines/sec, or 6,400,219 bytes/sec.
Done
Extracting files from ./data/pypi/questionary-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 3,234 lines, 95,052 bytes in 0.025 seconds.
That's 130,818 lines/sec, or 3,844,930 bytes/sec.
Done
Extracting files from ./data/pypi/geographiclib-1.50.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 3,253 lines, 134,476 bytes in 0.035 seconds.
That's 94,085 lines/sec, or 3,889,375 bytes/sec.
Done
Extracting files from ./data/pypi/tweet-preprocessor-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 414 lines, 13,453 bytes in 0.004 seconds.
That's 96,986 lines/sec, or 3,151,585 bytes/sec.
Done
Extracting files from ./data/pypi/visitor-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 79 lines, 2,823 bytes in 0.001 seconds.
That's 90,188 lines/sec, or 3,222,787 bytes/sec.
Done
Extracting files from ./data/pypi/et_xmlfile-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 872 lines, 26,245 bytes in 0.008 seconds.
That's 111,879 lines/sec, or 3,367,273 bytes/sec.
Done
Extracting files from ./data/pypi/socketIO-client-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,683 lines, 57,028 bytes in 0.016 seconds.
That's 106,157 lines/sec, or 3,597,100 bytes/sec.
Done
Extracting files from ./data/pypi/oauth2-client-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 380 lines, 16,167 bytes in 0.005 seconds.
That's 81,343 lines/sec, or 3,460,718 bytes/sec.
Done
Extracting files from ./data/pypi/pymonkey-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 279 lines, 8,689 bytes in 0.002 seconds.
That's 113,569 lines/sec, or 3,536,909 bytes/sec.
Done
Extracting files from ./data/pypi/lifelines-0.23.9.tar.gz... Done
Trying to parse all python files ...
Checked 49 files, 22,350 lines, 859,625 bytes in 0.293 seconds.
That's 76,215 lines/sec, or 2,931,398 bytes/sec.
Done
Extracting files from ./data/pypi/phonenumberslite-8.11.3.tar.gz... Done
Trying to parse all python files ...
Checked 613 files, 21,515 lines, 1,484,044 bytes in 0.532 seconds.
That's 40,412 lines/sec, or 2,787,532 bytes/sec.
Done
Extracting files from ./data/pypi/pycurl-7.43.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 113 files, 10,982 lines, 376,038 bytes in 0.145 seconds.
That's 75,704 lines/sec, or 2,592,189 bytes/sec.
Done
Extracting files from ./data/pypi/httplib2-0.17.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 10,233 lines, 385,494 bytes in 0.107 seconds.
That's 95,479 lines/sec, or 3,596,861 bytes/sec.
Done
Extracting files from ./data/pypi/boto-2.49.0.tar.gz... Done
Trying to parse all python files ...
Checked 721 files, 163,857 lines, 6,549,810 bytes in 2.213 seconds.
That's 74,056 lines/sec, or 2,960,213 bytes/sec.
Done
Extracting files from ./data/pypi/edx-rest-api-client-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 421 lines, 14,677 bytes in 0.004 seconds.
That's 119,086 lines/sec, or 4,151,592 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-PreferencePanes-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,011 lines, 31,957 bytes in 0.009 seconds.
That's 110,853 lines/sec, or 3,503,970 bytes/sec.
Done
Extracting files from ./data/pypi/oscrypto-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 74 files, 28,243 lines, 885,507 bytes in 0.240 seconds.
That's 117,487 lines/sec, or 3,683,582 bytes/sec.
Done
Extracting files from ./data/pypi/submit50-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 200 lines, 6,752 bytes in 0.002 seconds.
That's 84,614 lines/sec, or 2,856,560 bytes/sec.
Done
Extracting files from ./data/pypi/proxmoxer-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 989 lines, 35,275 bytes in 0.010 seconds.
That's 100,530 lines/sec, or 3,585,635 bytes/sec.
Done
Extracting files from ./data/pypi/doc8-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,220 lines, 43,384 bytes in 0.010 seconds.
That's 121,765 lines/sec, or 4,330,042 bytes/sec.
Done
Extracting files from ./data/pypi/pudb-2019.2.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 7,251 lines, 249,967 bytes in 0.071 seconds.
That's 102,517 lines/sec, or 3,534,127 bytes/sec.
Done
Extracting files from ./data/pypi/ratelim-0.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 119 lines, 3,768 bytes in 0.001 seconds.
That's 81,026 lines/sec, or 2,565,607 bytes/sec.
Done
Extracting files from ./data/pypi/Frozen-Flask-0.15.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,610 lines, 60,073 bytes in 0.034 seconds.
That's 47,663 lines/sec, or 1,778,418 bytes/sec.
Done
Extracting files from ./data/pypi/locustio-0.14.4.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 7,646 lines, 291,126 bytes in 0.067 seconds.
That's 113,789 lines/sec, or 4,332,574 bytes/sec.
Done
Extracting files from ./data/pypi/sphinx_rtd_theme-0.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 249 lines, 8,188 bytes in 0.003 seconds.
That's 81,752 lines/sec, or 2,688,294 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-Font-Awesome-4.7.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 76 lines, 2,671 bytes in 0.001 seconds.
That's 55,370 lines/sec, or 1,945,976 bytes/sec.
Done
Extracting files from ./data/pypi/python3-openid-3.1.0.tar.gz...
Checked 12 files, 4,535 lines, 178,662 bytes in 0.027 seconds.
That's 168,705 lines/sec, or 6,646,351 bytes/sec.
Done
Extracting files from ./data/pypi/diamond-4.0.515.tar.gz... Done
Trying to parse all python files ...
Checked 183 files, 26,997 lines, 893,523 bytes in 0.226 seconds.
That's 119,245 lines/sec, or 3,946,658 bytes/sec.
Done
Extracting files from ./data/pypi/zope.cachedescriptors-4.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 511 lines, 17,069 bytes in 0.004 seconds.
That's 129,044 lines/sec, or 4,310,469 bytes/sec.
Done
Extracting files from ./data/pypi/babelfish-0.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,357 lines, 49,756 bytes in 0.012 seconds.
That's 112,361 lines/sec, or 4,119,866 bytes/sec.
Done
Extracting files from ./data/pypi/strict-rfc3339-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 228 lines, 7,061 bytes in 0.002 seconds.
That's 129,440 lines/sec, or 4,008,660 bytes/sec.
Done
Extracting files from ./data/pypi/Deprecated-1.2.7.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 2,133 lines, 60,932 bytes in 0.030 seconds.
That's 70,853 lines/sec, or 2,024,007 bytes/sec.
Done
Extracting files from ./data/pypi/torchfile-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 455 lines, 16,279 bytes in 0.003 seconds.
That's 141,784 lines/sec, or 5,072,740 bytes/sec.
Done
Extracting files from ./data/pypi/parsimonious-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,600 lines, 96,709 bytes in 0.017 seconds.
That's 154,681 lines/sec, or 5,753,492 bytes/sec.
Done
Extracting files from ./data/pypi/jenkins-job-builder-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 126 files, 34,759 lines, 1,354,360 bytes in 0.331 seconds.
That's 104,884 lines/sec, or 4,086,737 bytes/sec.
Done
Extracting files from ./data/pypi/TA-Lib-0.4.17.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,152 lines, 47,869 bytes in 0.015 seconds.
That's 76,234 lines/sec, or 3,167,731 bytes/sec.
Done
Extracting files from ./data/pypi/konlpy-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 3,192 lines, 105,044 bytes in 0.026 seconds.
That's 121,971 lines/sec, or 4,013,870 bytes/sec.
Done
Extracting files from ./data/pypi/rednose-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 918 lines, 37,577 bytes in 0.009 seconds.
That's 102,748 lines/sec, or 4,205,832 bytes/sec.
Done
Extracting files from ./data/pypi/Appium-Python-Client-0.49.tar.gz... Done
Trying to parse all python files ...
Checked 59 files, 5,593 lines, 195,979 bytes in 0.027 seconds.
That's 205,975 lines/sec, or 7,217,388 bytes/sec.
Done
Extracting files from ./data/pypi/pyhull-2015.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 733 lines, 23,373 bytes in 0.005 seconds.
That's 139,708 lines/sec, or 4,454,852 bytes/sec.
Done
Extracting files from ./data/pypi/django-admin-sortable-2.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 717 lines, 27,090 bytes in 0.007 seconds.
That's 105,985 lines/sec, or 4,004,359 bytes/sec.
Done
Extracting files from ./data/pypi/sure-1.4.11.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 5,078 lines, 151,836 bytes in 0.056 seconds.
That's 89,903 lines/sec, or 2,688,159 bytes/sec.
Done
Extracting files from ./data/pypi/PeakUtils-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 990 lines, 30,026 bytes in 0.007 seconds.
That's 134,537 lines/sec, or 4,080,423 bytes/sec.
Exception encountered in analyzing ./data/pypi/PeakUtils-1.3.3.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/PeakUtils-1.3.3
Extracting files from ./data/pypi/publicsuffix-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 344 lines, 10,514 bytes in 0.004 seconds.
That's 96,247 lines/sec, or 2,941,692 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-deprecated-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 147 lines, 4,830 bytes in 0.002 seconds.
That's 90,684 lines/sec, or 2,979,628 bytes/sec.
Done
Extracting files from ./data/pypi/pydot2-1.0.33.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,620 lines, 74,549 bytes in 0.002 seconds.
That's 1,646,550 lines/sec, or 46,850,640 bytes/sec.
Done
Extracting files from ./data/pypi/lomond-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 3,316 lines, 102,229 bytes in 0.045 seconds.
That's 74,433 lines/sec, or 2,294,681 bytes/sec.
Done
Extracting files from ./data/pypi/PyExecJS-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,038 lines, 34,263 bytes in 0.009 seconds.
That's 117,505 lines/sec, or 3,878,693 bytes/sec.
Done
Extracting files from ./data/pypi/django-celery-beat-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 4,075 lines, 142,864 bytes in 0.038 seconds.
That's 106,907 lines/sec, or 3,747,999 bytes/sec.
Done
Extracting files from ./data/pypi/argcomplete-1.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 3,093 lines, 128,073 bytes in 0.046 seconds.
That's 67,826 lines/sec, or 2,808,505 bytes/sec.
Done
Extracting files from ./data/pypi/jproperties-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,075 lines, 40,787 bytes in 0.005 seconds.
That's 196,843 lines/sec, or 7,468,483 bytes/sec.
Done
Extracting files from ./data/pypi/django-timezone-field-4.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 249 lines, 8,793 bytes in 0.003 seconds.
That's 92,776 lines/sec, or 3,276,229 bytes/sec.
Done
Extracting files from ./data/pypi/zdesk-2.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 5,556 lines, 255,481 bytes in 0.080 seconds.
That's 69,190 lines/sec, or 3,181,550 bytes/sec.
Done
Extracting files from ./data/pypi/scikit-learn-0.22.1.tar.gz... Done
Trying to parse all python files ...
Checked 858 files, 247,076 lines, 9,191,571 bytes in 5.020 seconds.
That's 49,221 lines/sec, or 1,831,086 bytes/sec.
Done
Extracting files from ./data/pypi/luigi-2.8.11.tar.gz... Done
Trying to parse all python files ...
Checked 199 files, 50,938 lines, 1,815,123 bytes in 0.822 seconds.
That's 61,942 lines/sec, or 2,207,245 bytes/sec.
Done
Extracting files from ./data/pypi/ephem-3.7.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,229 lines, 119,664 bytes in 0.025 seconds.
That's 129,512 lines/sec, or 4,799,587 bytes/sec.
Done
Extracting files from ./data/pypi/django-statsd-mozilla-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 877 lines, 26,982 bytes in 0.012 seconds.
That's 73,260 lines/sec, or 2,253,948 bytes/sec.
Done
Extracting files from ./data/pypi/pockets-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,343 lines, 72,352 bytes in 0.009 seconds.
That's 252,317 lines/sec, or 7,791,576 bytes/sec.
Done
Extracting files from ./data/pypi/webapp2-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 55 files, 11,356 lines, 396,179 bytes in 0.090 seconds.
That's 126,575 lines/sec, or 4,415,844 bytes/sec.
Done
Extracting files from ./data/pypi/bugsnag-3.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,982 lines, 63,053 bytes in 0.015 seconds.
That's 133,636 lines/sec, or 4,251,346 bytes/sec.
Done
Extracting files from ./data/pypi/mozfile-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 515 lines, 15,303 bytes in 0.003 seconds.
That's 152,439 lines/sec, or 4,529,671 bytes/sec.
Done
Extracting files from ./data/pypi/librosa-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 20,977 lines, 667,929 bytes in 0.105 seconds.
That's 200,139 lines/sec, or 6,372,644 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Assets-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,386 lines, 49,653 bytes in 0.010 seconds.
Trying to parse all python files ...
Checked 185 files, 19,361 lines, 701,153 bytes in 0.154 seconds.
That's 125,780 lines/sec, or 4,555,077 bytes/sec.
Done
Extracting files from ./data/pypi/cloudflare-2.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 3,496 lines, 125,719 bytes in 0.036 seconds.
That's 97,230 lines/sec, or 3,496,477 bytes/sec.
Done
Extracting files from ./data/pypi/dbus-python-1.2.16.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 8,195 lines, 328,008 bytes in 0.099 seconds.
That's 82,508 lines/sec, or 3,302,413 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-test-groups-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 4,647 lines, 134,703 bytes in 0.027 seconds.
That's 172,895 lines/sec, or 5,011,712 bytes/sec.
Done
Extracting files from ./data/pypi/scrypt-0.8.13.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 810 lines, 30,924 bytes in 0.008 seconds.
That's 101,612 lines/sec, or 3,879,308 bytes/sec.
Done
Extracting files from ./data/pypi/bashate-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,507 lines, 50,800 bytes in 0.009 seconds.
That's 160,484 lines/sec, or 5,409,807 bytes/sec.
Done
Extracting files from ./data/pypi/jsonmerge-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 3,486 lines, 100,549 bytes in 0.025 seconds.
That's 138,485 lines/sec, or 3,994,403 bytes/sec.
Done
Extracting files from ./data/pypi/wikipedia-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,305 lines, 102,708 bytes in 0.039 seconds.
That's 33,496 lines/sec, or 2,636,211 bytes/sec.
Done
Extracting files from ./data/pypi/urllib3-1.25.8.tar.gz... Done
Trying to parse all python files ...
Checked 81 files, 22,196 lines, 755,858 bytes in 0.196 seconds.
That's 113,079 lines/sec, or 3,850,753 bytes/sec.
Done
Extracting files from ./data/pypi/prance-0.18.1.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 5,099 lines, 157,368 bytes in 0.060 seconds.
That's 85,184 lines/sec, or 2,628,987 bytes/sec.
Done
Extracting files from ./data/pypi/pdfminer.six-20200124.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 14,638 lines, 521,413 bytes in 0.179 seconds.
That's 81,687 lines/sec, or 2,909,722 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-videointelligence-1.12.1.tar.gz... Done
Trying to parse all python files ...
Checked 69 files, 22,341 lines, 816,496 bytes in 0.134 seconds.
That's 166,978 lines/sec, or 6,102,523 bytes/sec.
Done
Extracting files from ./data/pypi/datetime_truncate-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 230 lines, 7,110 bytes in 0.002 seconds.
That's 132,041 lines/sec, or 4,081,782 bytes/sec.
Done
Extracting files from ./data/pypi/bokeh-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 1,080 files, 127,122 lines, 4,386,557 bytes in 2.094 seconds.
That's 60,699 lines/sec, or 2,094,522 bytes/sec.
Done
Extracting files from ./data/pypi/django-redis-cache-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,197 lines, 36,850 bytes in 0.010 seconds.
That's 116,546 lines/sec, or 3,587,913 bytes/sec.
Done
Extracting files from ./data/pypi/PyICU-2.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 2,498 lines, 98,866 bytes in 0.019 seconds.
That's 129,696 lines/sec, or 5,133,121 bytes/sec.
Done
Extracting files from ./data/pypi/drf-writable-nested-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 499 lines, 18,343 bytes in 0.004 seconds.
That's 128,269 lines/sec, or 4,715,090 bytes/sec.
Done
Extracting files from ./data/pypi/natto-py-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,012 lines, 122,986 bytes in 0.021 seconds.
That's 144,139 lines/sec, or 5,885,502 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-EventKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,333 lines, 50,823 bytes in 0.013 seconds.
That's 99,091 lines/sec, or 3,778,018 bytes/sec.
Done
Extracting files from ./data/pypi/pyxattr-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 766 lines, 25,392 bytes in 0.026 seconds.
That's 29,543 lines/sec, or 979,309 bytes/sec.
Done
Extracting files from ./data/pypi/fasteners-0.15.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,676 lines, 54,879 bytes in 0.012 seconds.
That's 139,986 lines/sec, or 4,583,691 bytes/sec.
Done
Extracting files from ./data/pypi/responses-0.10.9.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,811 lines, 53,732 bytes in 0.013 seconds.
That's 137,303 lines/sec, or 4,073,756 bytes/sec.
Done
Extracting files from ./data/pypi/numpydoc-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 3,617 lines, 103,328 bytes in 0.024 seconds.
That's 150,583 lines/sec, or 4,301,756 bytes/sec.
Done
Extracting files from ./data/pypi/livereload-2.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 976 lines, 30,617 bytes in 0.008 seconds.
That's 127,140 lines/sec, or 3,988,353 bytes/sec.
Done
Extracting files from ./data/pypi/django-config-models-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 889 lines, 32,522 bytes in 0.007 seconds.
That's 129,564 lines/sec, or 4,739,816 bytes/sec.
Done
Extracting files from ./data/pypi/python-heatclient-1.18.0.tar.gz... Done
Trying to parse all python files ...
Checked 100 files, 24,769 lines, 904,320 bytes in 0.316 seconds.
That's 78,319 lines/sec, or 2,859,438 bytes/sec.
Done
Extracting files from ./data/pypi/conan_package_tools-0.31.0.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 6,734 lines, 325,172 bytes in 0.098 seconds.
That's 68,851 lines/sec, or 3,324,704 bytes/sec.
Done
Extracting files from ./data/pypi/proto-google-cloud-pubsub-v1-0.15.4.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 3,189 lines, 149,121 bytes in 0.041 seconds.
That's 78,495 lines/sec, or 3,670,490 bytes/sec.
Done
Extracting files from ./data/pypi/pythonwhois-2.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,126 lines, 79,828 bytes in 0.011 seconds.
That's 102,609 lines/sec, or 7,274,489 bytes/sec.
Done
Extracting files from ./data/pypi/eth-account-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,888 lines, 65,847 bytes in 0.009 seconds.
That's 201,579 lines/sec, or 7,030,403 bytes/sec.
Done
Extracting files from ./data/pypi/blessings-1.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 874 lines, 32,208 bytes in 0.005 seconds.
That's 181,737 lines/sec, or 6,697,246 bytes/sec.
Done
Extracting files from ./data/pypi/osc-placement-1.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 4,834 lines, 182,894 bytes in 0.057 seconds.
That's 84,345 lines/sec, or 3,191,185 bytes/sec.
Done
Extracting files from ./data/pypi/python-termstyle-0.1.10.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 134 lines, 6,057 bytes in 0.001 seconds.
That's 97,356 lines/sec, or 4,400,641 bytes/sec.
Done
Extracting files from ./data/pypi/minimal-snowplow-tracker-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 966 lines, 33,906 bytes in 0.006 seconds.
That's 173,009 lines/sec, or 6,072,508 bytes/sec.
Done
Extracting files from ./data/pypi/readerwriterlock-1.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 382 lines, 13,568 bytes in 0.004 seconds.
That's 95,274 lines/sec, or 3,383,976 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-SafariServices-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,490 lines, 44,404 bytes in 0.011 seconds.
That's 130,937 lines/sec, or 3,902,111 bytes/sec.
Done
Extracting files from ./data/pypi/icalendar-4.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 5,495 lines, 194,938 bytes in 0.061 seconds.
That's 89,431 lines/sec, 110,287 bytes in 0.020 seconds.
That's 136,639 lines/sec, or 5,581,289 bytes/sec.
Done
Extracting files from ./data/pypi/idna-2.8.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 11,453 lines, 283,601 bytes in 0.132 seconds.
That's 86,630 lines/sec, or 2,145,134 bytes/sec.
Done
Extracting files from ./data/pypi/python-logstash-0.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 405 lines, 13,958 bytes in 0.004 seconds.
That's 111,412 lines/sec, or 3,839,712 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-pep3101-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 311 lines, 10,034 bytes in 0.003 seconds.
That's 110,648 lines/sec, or 3,569,908 bytes/sec.
Done
Extracting files from ./data/pypi/colorful-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,207 lines, 37,612 bytes in 0.007 seconds.
That's 164,790 lines/sec, or 5,135,125 bytes/sec.
Done
Extracting files from ./data/pypi/annoy-1.16.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 111 lines, 4,035 bytes in 0.001 seconds.
That's 116,189 lines/sec, or 4,223,613 bytes/sec.
Done
Extracting files from ./data/pypi/jsonpath-rw-ext-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,291 lines, 49,637 bytes in 0.012 seconds.
That's 104,582 lines/sec, or 4,021,026 bytes/sec.
Done
Extracting files from ./data/pypi/zmq-0.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 20 lines, 539 bytes in 0.000 seconds.
That's 45,714 lines/sec, or 1,232,005 bytes/sec.
Done
Extracting files from ./data/pypi/cornice-4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,058 lines, 74,275 bytes in 0.012 seconds.
That's 168,223 lines/sec, or 6,071,327 bytes/sec.
Done
Extracting files from ./data/pypi/elasticsearch-curator-5.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 95 files, 21,254 lines, 894,278 bytes in 0.325 seconds.
That's 65,381 lines/sec, or 2,750,952 bytes/sec.
Done
Extracting files from ./data/pypi/django-multiselectfield-0.1.11.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 390 lines, 14,698 bytes in 0.004 seconds.
That's 91,277 lines/sec, or 3,439,980 bytes/sec.
Done
Extracting files from ./data/pypi/ntplib-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 640 lines, 19,005 bytes in 0.004 seconds.
That's 172,761 lines/sec, or 5,130,181 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-ordering-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 120 lines, 3,481 bytes in 0.001 seconds.
That's 86,096 lines/sec, or 2,497,498 bytes/sec.
Done
Extracting files from ./data/pypi/stringcase-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 262 lines, 5,009 bytes in 0.001 seconds.
That's 197,574 lines/sec, or 3,777,287 bytes/sec.
Done
Extracting files from ./data/pypi/spacy-2.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 596 files, 116,062 lines, 3,772,779 bytes in 1.555 seconds.
That's 74,620 lines/sec, or 2,425,635 bytes/sec.
Done
Extracting files from ./data/pypi/vcd-cli-22.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 74 files, 20,790 lines, 741,766 bytes in 0.179 seconds.
That's 116,267 lines/sec, or 4,148,278 bytes/sec.
Done
Extracting files from ./data/pypi/niet-1.8.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 292 lines, 8,242 bytes in 0.003 seconds.
That's 90,061 lines/sec, or 2,542,059 bytes/sec.
Done
Extracting files from ./data/pypi/polyglot-16.7.4.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 5,494 lines, 167,333 bytes in 0.064 seconds.
That's 85,256 lines/sec, or 2,596,677 bytes/sec.
Done
Extracting files from ./data/pypi/petl-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 158 files, 33,454 lines, 969,306 bytes in 0.355 seconds.
That's 94,267 lines/sec, or 2,731,331 bytes/sec.
Done
Extracting files from ./data/pypi/edx-rbac-1.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 566 lines, 17,337 bytes in 0.005 seconds.
That's 124,887 lines/sec, or 3,825,380 bytes/sec.
Done
Extracting files from ./data/pypi/nagiosplugin-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 3,327 lines, 110,162 bytes in 0.050 seconds.
That's 66,360 lines/sec, or 2,197,291 bytes/sec.
Done
Extracting files from ./data/pypi/uncompyle6-3.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 480 files, 106,342 lines, 2,490,114 bytes in 0.733 seconds.
That's 145,033 lines/sec, or 3,396,105 bytes/sec.
Diffing ASTs for data/pypi/uncompyle6-3.6.3/test/simple_source/bug36/05_ann_mopdule2.py ...
--- a
+++ b
@@ -69,7 +69,7 @@
),
annotation=Name(id="object", ctx=Load()),
value=Call(func=Name(id="object", ctx=Load()), args=[], keywords=[]),
- simple=0,
+ simple=1,
),
ClassDef(
name="C",
@@ -129,7 +129,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=10, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[Name(id="__annotations__", ctx=Store())],
Failed to parse data/pypi/uncompyle6-3.6.3
Extracting files from ./data/pypi/ansible-modules-hashivault-4.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 74 files, 9,639 lines, 353,296 bytes in 0.053 seconds.
That's 180,280 lines/sec, or 6,607,764 bytes/sec.
Done
Extracting files from ./data/pypi/curlify-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 101 lines, 2,444 bytes in 0.001 seconds.
That's 93,289 lines/sec, or 2,257,406 bytes/sec.
Done
Extracting files from ./data/pypi/requests_ntlm-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 291 lines, 10,781 bytes in 0.002 seconds.
That's 133,656 lines/sec, or 4,951,685 bytes/sec.
Done
Extracting files from ./data/pypi/artifactory-0.1.17.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,340 lines, 42,890 bytes in 0.009 seconds.
That's 153,060 lines/sec, or 4,899,066 bytes/sec.
Done
Extracting files from ./data/pypi/json-merge-patch-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 271 lines, 8,273 bytes in 0.003 seconds.
That's 81,633 lines/sec, or 2,492,062 bytes/sec.
Done
Extracting files from ./data/pypi/dpath-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 2,254 lines, 59,949 bytes in 0.019 seconds.
That's 120,708 lines/sec, or 3,210,433 bytes/sec.
Done
Extracting files from ./data/pypi/huey-2.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 7,171 lines, 236,668 bytes in 0.105 seconds.
That's 68,602 lines/sec, or 2,264,103 bytes/sec.
Done
Extracting files from ./data/pypi/edx-enterprise-2.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 297 files, 26,074 lines, 1,015,564 bytes in 0.229 seconds.
That's 113,902 lines/sec, or 4,436,401 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-WebKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 131 files, 9,002 lines, 310,879 bytes in 0.121 seconds.
That's 74,251 lines/sec, or 2,564,204 bytes/sec.
Done
Extracting files from ./data/pypi/ccy-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,942 lines, 43,302 bytes in 0.012 seconds.
That's 160,288 lines/sec, or 3,574,035 bytes/sec.
Done
Extracting files from ./data/pypi/asgi_redis-1.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 966 lines, 37,297 bytes in 0.007 seconds.
That's 134,229 lines/sec, or 5,182,540 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-ams-0.4.7.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 3,992 lines, 204,592 bytes in 0.053 seconds.
That's 75,915 lines/sec, or 3,890,664 bytes/sec.
Done
Extracting files from ./data/pypi/proglog-0.1.9.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 676 lines, 22,610 bytes in 0.005 seconds.Done
Trying to parse all python files ...
Checked 102 files, 11,935 lines, 481,682 bytes in 0.110 seconds.
That's 108,121 lines/sec, or 4,363,619 bytes/sec.
Done
Extracting files from ./data/pypi/django-common-helpers-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 2,634 lines, 95,768 bytes in 0.023 seconds.
That's 115,096 lines/sec, or 4,184,691 bytes/sec.
Done
Extracting files from ./data/pypi/localstack-ext-0.10.104.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 758 lines, 28,300 bytes in 0.010 seconds.
That's 75,566 lines/sec, or 2,821,258 bytes/sec.
Done
Extracting files from ./data/pypi/timedelta-2019.4.13.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 55 lines, 1,326 bytes in 0.001 seconds.
That's 67,177 lines/sec, or 1,619,583 bytes/sec.
Done
Extracting files from ./data/pypi/PyPika-0.35.21.tar.gz... Done
Trying to parse all python files ...
Checked 56 files, 12,100 lines, 378,424 bytes in 0.150 seconds.
That's 80,655 lines/sec, or 2,522,472 bytes/sec.
Done
Extracting files from ./data/pypi/esptool-2.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 4,775 lines, 212,357 bytes in 0.043 seconds.
That's 110,538 lines/sec, or 4,915,941 bytes/sec.
Done
Extracting files from ./data/pypi/pygal-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 11,206 lines, 372,221 bytes in 0.149 seconds.
That's 75,453 lines/sec, or 2,506,254 bytes/sec.
Done
Extracting files from ./data/pypi/Resource-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 1,777 lines, 52,729 bytes in 0.015 seconds.
That's 115,544 lines/sec, or 3,428,541 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-backup-1.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,789 lines, 77,655 bytes in 0.013 seconds.
That's 134,591 lines/sec, or 5,842,203 bytes/sec.
Done
Extracting files from ./data/pypi/linear-tsv-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 220 lines, 6,287 bytes in 0.002 seconds.
That's 123,527 lines/sec, or 3,530,065 bytes/sec.
Done
Extracting files from ./data/pypi/pydocumentdb-2.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 16,031 lines, 687,324 bytes in 0.157 seconds.
That's 102,377 lines/sec, or 4,389,376 bytes/sec.
Exception encountered in analyzing ./data/pypi/pydocumentdb-2.3.5.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/pydocumentdb-2.3.5
Extracting files from ./data/pypi/hiredis-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 355 lines, 11,434 bytes in 0.004 seconds.
That's 83,206 lines/sec, or 2,679,948 bytes/sec.
Done
Extracting files from ./data/pypi/pymacaroons-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 1,801 lines, 56,827 bytes in 0.012 seconds.
That's 145,288 lines/sec, or 4,584,265 bytes/sec.
Done
Extracting files from ./data/pypi/kaggle-1.5.6.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 10,696 lines, 427,918 bytes in 0.082 seconds.
That's 129,938 lines/sec, or 5,198,454 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Photos-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 1,992 lines, 71,530 bytes in 0.017 seconds.
That's 115,678 lines/sec, or 4,153,828 bytes/sec.
Done
Extracting files from ./data/pypi/backports.weakref-1.0.post1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 369 lines, 12,260 bytes in 0.003 seconds.
That's 106,981 lines/sec, or 3,554,446 bytes/sec.
Done
Extracting files from ./data/pypi/plyvel-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,258 lines, 32,831 bytes in 0.011 seconds.
That's 110,105 lines/sec, or 2,873,486 bytes/sec.
Done
Extracting files from ./data/pypi/google-auth-1.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 11,549 lines, 397,078 bytes in 0.099 seconds.
That's 117,239 lines/sec, or 4,030,916 bytes/sec.
Done
Extracting files from ./data/pypi/django-health-check-3.12.1.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 1,798 lines, 59,238 bytes in 0.020 seconds.
That's 87,720 lines/sec, or 2,890,070 bytes/sec.
Done
Extracting files from ./data/pypi/intelhex-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 4,616 lines, 167,204 bytes in 0.053 seconds.
That's 87,548 lines/sec, or 3,171,228 bytes/sec.
Done
Extracting files from ./data/pypi/os-traits-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 1,519 lines, 53,296 bytes in 0.010 seconds.
That's 149,312 lines/sec, or 5,238,801 bytes/sec.
Done
Extracting files from ./data/pypi/django-tinymce-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 1,117 lines, 38,777 bytes in 0.027 seconds.
That's 41,842 lines/sec, or 1,452,554 bytes/sec.
Done
Extracting files from ./data/pypi/webcolors-1.10.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,029 lines, 64,092 bytes in 0.036 seconds.
That's 56,956 lines/sec, or 1,799,111 bytes/sec.
Done
Extracting files from ./data/pypi/importlib_metadata-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,702 lines, 51,037 bytes in 0.011 seconds.
That's 151,891 lines/sec, or 4,554,665 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-HTTPAuth-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,437 lines, 53,051 bytes in 0.011 seconds.
That's 131,878 lines/sec, or 4,868,652 bytes/sec.
Done
Extracting files from ./data/pypi/PyUtilib-5.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 179 files, 26,665 lines, 927,007 bytes in 0.343 seconds.
That's 77,780 lines/sec, or 2,704,024 bytes/sec.
Done
Extracting files from ./data/pypi/ninja-1.9.0.post1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,964 lines, 72,776 bytes in 0.010 seconds.
That's 190,668 lines/sec, or 7,065,195 bytes/sec.
Done
Extracting files from ./data/pypi/subprocess32-3.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 4,437 lines, 180,230 bytes in 0.005 seconds.
That's 947,707 lines/sec, or 38,495,667 bytes/sec.
Done
Extracting files from ./data/pypi/webencodings-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,157 lines, 33,289 bytes in 0.007 seconds.
That's 166,752 lines/sec, or 4,797,752 bytes/sec.
Done
Extracting files from ./data/pypi/libvirt-python-6.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 6,525 lines, 235,721 bytes in 0.049 seconds.
That's 133,587 lines/sec, or 4,825,940 bytes/sec.
Done
Extracting files from ./data/pypi/python-box-4.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,669 lines, 93,936 bytes in 0.028 seconds.
That's 94,137 lines/sec, or 3,313,175 bytes/sec.
Done
Extracting files from ./data/pypi/boltons-20.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 15,834 lines, 545,624 bytes in 0.141 seconds.
That's 112,667 lines/sec, or 3,882,402 bytes/sec.
Done
Extracting files from ./data/pypi/pandoc-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 790 lines, 23,245 bytes in 0.008 seconds.
That's 99,928 lines/sec, or 2,940,276 bytes/sec.
Done
Extracting files from ./data/pypi/ibm_db_sa-0.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,167 lines, 94,687 bytes in 0.021 seconds.
That's 102,049 lines/sec, or 4,459,009 bytes/sec.
Done
Extracting files from ./data/pypi/virtualenv-16.7.9.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 5,936 lines, 222,504 bytes in 0.052 seconds.
That's 114,090 lines/sec, or 4,276,527 bytes/sec.
Done
Extracting files from ./data/pypi/yamllint-1.20.0.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 11,082 lines, 396,396 bytes in 0.068 seconds.
That's 162,906 lines/sec, or 5,827,058 bytes/sec.
Done
Extracting files from ./data/pypi/autograd-gamma-0.4.1.tar.gz... Done
Trying to parse all python files ... Done
Trying to parse all python files ...
Checked 107 files, 28,262 lines, 965,826 bytes in 0.299 seconds.
That's 94,516 lines/sec, or 3,229,994 bytes/sec.
Done
Extracting files from ./data/pypi/django-cors-headers-3.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,013 lines, 36,520 bytes in 0.009 seconds.
That's 116,397 lines/sec, or 4,196,257 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.context-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,832 lines, 70,487 bytes in 0.013 seconds.
That's 138,355 lines/sec, or 5,323,272 bytes/sec.
Done
Extracting files from ./data/pypi/lib-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 270 lines, 8,849 bytes in 0.003 seconds.
That's 87,618 lines/sec, or 2,871,597 bytes/sec.
Done
Extracting files from ./data/pypi/httptools-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 241 lines, 7,341 bytes in 0.002 seconds.
That's 107,466 lines/sec, or 3,273,483 bytes/sec.
Done
Extracting files from ./data/pypi/JsonSir-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 220 lines, 4,818 bytes in 0.003 seconds.
That's 77,731 lines/sec, or 1,702,313 bytes/sec.
Done
Extracting files from ./data/pypi/django-recaptcha2-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 281 lines, 9,534 bytes in 0.004 seconds.
That's 75,089 lines/sec, or 2,547,687 bytes/sec.
Done
Extracting files from ./data/pypi/google-compute-engine-2.8.13.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 5,107 lines, 186,416 bytes in 0.039 seconds.
That's 132,619 lines/sec, or 4,840,856 bytes/sec.
Done
Extracting files from ./data/pypi/certipy-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,509 lines, 59,610 bytes in 0.010 seconds.
That's 155,440 lines/sec, or 6,140,342 bytes/sec.
Done
Extracting files from ./data/pypi/python-keycloak-0.18.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,608 lines, 97,206 bytes in 0.015 seconds.
That's 172,353 lines/sec, or 6,423,992 bytes/sec.
Done
Extracting files from ./data/pypi/brunel-2.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 362 lines, 12,716 bytes in 0.003 seconds.
That's 106,096 lines/sec, or 3,726,837 bytes/sec.
Done
Extracting files from ./data/pypi/reverse_geocoder-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 498 lines, 16,642 bytes in 0.004 seconds.
That's 112,711 lines/sec, or 3,766,545 bytes/sec.
Done
Extracting files from ./data/pypi/gTTS-token-1.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 124 lines, 4,100 bytes in 0.002 seconds.
That's 73,898 lines/sec, or 2,443,400 bytes/sec.
Done
Extracting files from ./data/pypi/django-watchman-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,693 lines, 55,488 bytes in 0.012 seconds.
That's 135,779 lines/sec, or 4,450,142 bytes/sec.
Done
Extracting files from ./data/pypi/paramiko-2.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 80 files, 28,704 lines, 1,032,657 bytes in 0.287 seconds.
That's 99,974 lines/sec, or 3,596,672 bytes/sec.
Done
Extracting files from ./data/pypi/scikit-build-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 106 files, 9,318 lines, 320,360 bytes in 0.087 seconds.
That's 106,919 lines/sec, or 3,675,967 bytes/sec.
Done
Extracting files from ./data/pypi/gnupg-2.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 7,384 lines, 301,326 bytes in 0.072 seconds.
That's 102,519 lines/sec, or 4,183,599 bytes/sec.
Done
Extracting files from ./data/pypi/http_ece-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 446 lines, 14,395 bytes in 0.004 seconds.
That's 124,189 lines/sec, or 4,008,299 bytes/sec.
Done
Extracting files from ./data/pypi/coveralls-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 828 lines, 28,896 bytes in 0.007 seconds.
That's 113,134 lines/sec, or 3,948,223 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-kms-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 10,919 lines, 430,057 bytes in 0.073 seconds.
That's 148,642 lines/sec, or 5,854,427 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-datastore-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 17,322 lines, 603,428 bytes in 0.136 seconds.
That's 127,535 lines/sec, or 4,442,815 bytes/sec.
Done
Extracting files from ./data/pypi/pyfakefs-3.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 22,454 lines, 931,034 bytes in 0.438 seconds.
That's 51,295 lines/sec, or 2,126,907 bytes/sec.
Done
Extracting files from ./data/pypi/airspeed-0.5.14.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,339 lines, 43,805 bytes in 0.013 seconds.
That's 104,464 lines/sec, or 3,417,497 bytes/sec.
Done
Extracting files from ./data/pypi/apiclient-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 158 lines, 4,345 bytes in 0.002 seconds.
That's 87,451 lines/sec, or 2,404,889 bytes/sec.
Done
Extracting files from ./data/pypi/lightstep-4.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 4,524 lines, 158,915 bytes in 0.041 seconds.
That's 111,358 lines/sec, or 3,911,676 bytes/sec.
Done
Extracting files from ./data/pypi/absl-py-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 10,747 lines, 386,794 bytes in 0.066 seconds.
That's 161,831 lines/sec, or 5,824,433 bytes/sec.
Done
Extracting files from ./data/pypi/pyrabbit-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,002 lines, 35,721 bytes in 0.006 seconds.
That's 164,773 lines/sec, or 5,874,098 bytes/sec.
Done
Extracting files from ./data/pypi/lazy-object-proxy-1.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,070 lines, 81,648 bytes in 0.025 seconds.
That's 124,536 lines/sec, or 3,312,087 bytes/sec.
Done
Extracting files from ./data/pypi/itypes-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 268 lines, 6,750 bytes in 0.003 seconds.
That's 90,732 lines/sec, or 2,285,217 bytes/sec.
Done
Extracting files from ./data/pypi/conf_d-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 188 lines, 6,073 bytes in 0.002 seconds.
That's 91,572 lines/sec, or 2,958,078 bytes/sec.
Done
Extracting files from ./data/pypi/fusepy-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,291 lines, 42,865 bytes in 0.011 seconds.
That's 121,625 lines/sec, or 4,038,293 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-acs-2.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 4,696 lines, 208,691 bytes in 0.034 seconds.
That's 137,926 lines/sec, or 6,129,475 bytes/sec.
Done
Extracting files from ./data/pypi/pyTelegramBotAPI-3.6.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 5,674 lines, 224,591 bytes in 0.075 seconds.
That's 75,621 lines/sec, or 2,993,270 bytes/sec.
Done
Extracting files from ./data/pypi/lightgbm-2.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 6,020 lines, 249,995 bytes in 0.082 seconds.
That's 73,283 lines/sec, or 3,043,233 bytes/sec.
Done
Extracting files from ./data/pypi/django-rest-framework-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 20 lines, 456 bytes in 0.001 seconds.
That's 27,878 lines/sec, or 635,627 bytes/sec.
Done
Extracting files from ./data/pypi/pyflakes-2.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 8,798 lines, 259,558 bytes in 0.074 seconds.
That's 118,872 lines/sec, or 3,506,959 bytes/sec.
Done
Extracting files from ./data/pypi/http-parser-0.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,502 lines, 45,420 bytes in 0.019 seconds.
That's 79,686 lines/sec, or 2,409,690 bytes/sec.
Done
Extracting files from ./data/pypi/tinys3-0.1.12.tar.gz... Done
Trying to parse all python files ... 4,512,990 bytes in 2.125 seconds.
That's 62,381 lines/sec, or 2,123,803 bytes/sec.
Done
Extracting files from ./data/pypi/wcwidth-0.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,068 lines, 51,364 bytes in 0.009 seconds.
That's 121,324 lines/sec, or 5,834,901 bytes/sec.
Done
Extracting files from ./data/pypi/click-plugins-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 393 lines, 12,354 bytes in 0.003 seconds.
That's 127,061 lines/sec, or 3,994,175 bytes/sec.
Done
Extracting files from ./data/pypi/reloader-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 211 lines, 7,666 bytes in 0.001 seconds.
That's 141,306 lines/sec, or 5,133,887 bytes/sec.
Done
Extracting files from ./data/pypi/iso3166-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 541 lines, 23,302 bytes in 0.007 seconds.
That's 80,554 lines/sec, or 3,469,618 bytes/sec.
Done
Extracting files from ./data/pypi/django-suit-0.2.28.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,817 lines, 58,106 bytes in 0.016 seconds.
That's 112,239 lines/sec, or 3,589,311 bytes/sec.
Done
Extracting files from ./data/pypi/boto3-1.11.13.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 7,222 lines, 272,452 bytes in 0.065 seconds.
That's 111,268 lines/sec, or 4,197,616 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CryptoTokenKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,436 lines, 48,194 bytes in 0.012 seconds.
That's 116,266 lines/sec, or 3,902,021 bytes/sec.
Done
Extracting files from ./data/pypi/hanging_threads-2.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 253 lines, 7,689 bytes in 0.002 seconds.
That's 150,455 lines/sec, or 4,572,523 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-AppleScriptObjC-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 688 lines, 20,918 bytes in 0.006 seconds.
That's 109,726 lines/sec, or 3,336,114 bytes/sec.
Done
Extracting files from ./data/pypi/gocardless_pro-1.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 67 files, 8,682 lines, 302,591 bytes in 0.102 seconds.
That's 85,374 lines/sec, or 2,975,523 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-iot-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 8,614 lines, 335,127 bytes in 0.037 seconds.
That's 233,852 lines/sec, or 9,098,011 bytes/sec.
Done
Extracting files from ./data/pypi/sentinels-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 74 lines, 2,539 bytes in 0.001 seconds.
That's 51,652 lines/sec, or 1,772,231 bytes/sec.
Done
Extracting files from ./data/pypi/djrill-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 784 lines, 31,036 bytes in 0.007 seconds.
That's 105,035 lines/sec, or 4,157,997 bytes/sec.
Done
Extracting files from ./data/pypi/cftime-1.0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,630 lines, 66,575 bytes in 0.018 seconds.
That's 91,527 lines/sec, or 3,738,296 bytes/sec.
Done
Extracting files from ./data/pypi/requests-mock-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 3,335 lines, 115,631 bytes in 0.026 seconds.
That's 128,812 lines/sec, or 4,466,181 bytes/sec.
Done
Extracting files from ./data/pypi/munkres-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 809 lines, 26,074 bytes in 0.008 seconds.
That's 106,426 lines/sec, or 3,430,113 bytes/sec.
Done
Extracting files from ./data/pypi/appnope-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 228 lines, 6,364 bytes in 0.002 seconds.
That's 107,655 lines/sec, or 3,004,903 bytes/sec.
Done
Extracting files from ./data/pypi/dvc-0.82.9.tar.gz... Done
Trying to parse all python files ...
Checked 257 files, 30,637 lines, 910,986 bytes in 0.427 seconds.
That's 71,809 lines/sec, or 2,135,220 bytes/sec.
Done
Extracting files from ./data/pypi/fuzzywuzzy-0.17.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,381 lines, 46,609 bytes in 0.013 seconds.
That's 109,151 lines/sec, or 3,683,877 bytes/sec.
Done
Extracting files from ./data/pypi/gnocchiclient-7.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 49 files, 5,308 lines, 202,420 bytes in 0.081 seconds.
That's 65,855 lines/sec, or 2,511,369 bytes/sec.
Done
Extracting files from ./data/pypi/pyes-0.99.6.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 13,269 lines, 444,012 bytes in 0.145 seconds.
That's 91,247 lines/sec, or 3,053,326 bytes/sec.
Done
Extracting files from ./data/pypi/rake_nltk-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 343 lines, 12,727 bytes in 0.002 seconds.
That's 144,893 lines/sec, or 5,376,262 bytes/sec.
Done
Extracting files from ./data/pypi/flasgger-0.9.4.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 6,488 lines, 180,451 bytes in 0.041 seconds.
That's 159,582 lines/sec, or 4,438,474 bytes/sec.
Done
Extracting files from ./data/pypi/in-toto-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 12,454 lines, 415,222 bytes in 0.090 seconds.
That's 137,736 lines/sec, or 4,592,172 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-bibtex-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 68 files, 2,285 lines, 70,239 bytes in 0.022 seconds.
That's 101,580 lines/sec, or 3,122,489 bytes/sec.
Done
Extracting files from ./data/pypi/freezegun-0.3.14.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,479 lines, 76,756 bytes in 0.021 seconds.
That's 119,357 lines/sec, or 3,695,594 bytes/sec.
Done
Extracting files from ./data/pypi/protobuf-3.11.3.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 30,141 lines, 1,251,966 bytes in 0.276 seconds.
That's 109,238 lines/sec, or 4,537,421 bytes/sec.
Done
Extracting files from ./data/pypi/Js2Py-0.67.tar.gz... Done
Trying to parse all python files ...
data/pypi/Js2Py-0.67/js2py/internals/speed.py:50:11: invalid syntax
Checked 98 files, 118,151 lines, 8,221,055 bytes in 9.983 seconds.
That's 11,835 lines/sec, or 823,501 bytes/sec.
Failed to parse data/pypi/Js2Py-0.67
Extracting files from ./data/pypi/base36-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 75 lines, 1,862 bytes in 0.001 seconds.
That's 82,587 lines/sec, or 2,050,353 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-cognitiveservices-0.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 529 lines, 24,711 bytes in 0.005 seconds.
That's 116,478 lines/sec, or 5,440,991 bytes/sec.
Done
Extracting files from ./data/pypi/josepy-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,803 lines, 125,815 bytes in 0.028 seconds.
That's 136,736 lines/sec, or 4,523,650 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-Patternfly-3.21.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 76 lines, 2,654 bytes in 0.002 seconds.
That's 32,995 lines/sec, or 1,152,229 bytes/sec.
Done
Extracting files from ./data/pypi/neobolt-1.7.16.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,517 lines, 117,701 bytes in 0.027 seconds.
That's 131,277 lines/sec, or 4,393,366 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_latex_envs-1.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 682 lines, 26,521 bytes in 0.005 seconds.
That's 134,701 lines/sec, or 5,238,140 bytes/sec.
Done
Extracting files from ./data/pypi/docx2txt-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 137 lines, 4,089 bytes in 0.002 seconds.
That's 84,292 lines/sec, or 2,515,844 bytes/sec.
Done
Extracting files from ./data/pypi/xmljson-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,472 lines, 55,867 bytes in 0.011 seconds.
That's 135,368 lines/sec, or 5,137,652 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ContactsUI-6.1.tar.gz...
Done
Extracting files from ./data/pypi/vcrpy-4.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 67 files, 7,573 lines, 267,470 bytes in 0.099 seconds.
That's 76,160 lines/sec, or 2,689,870 bytes/sec.
Done
Extracting files from ./data/pypi/pyexcel-webio-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 653 lines, 22,632 bytes in 0.003 seconds.
That's 189,634 lines/sec, or 6,572,422 bytes/sec.
Done
Extracting files from ./data/pypi/namedlist-1.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,343 lines, 51,715 bytes in 0.023 seconds.
That's 58,316 lines/sec, or 2,245,592 bytes/sec.
Done
Extracting files from ./data/pypi/ase-3.19.0.tar.gz... Done
Trying to parse all python files ...
Checked 912 files, 182,422 lines, 6,666,764 bytes in 4.171 seconds.
That's 43,740 lines/sec, or 1,598,506 bytes/sec.
Done
Extracting files from ./data/pypi/pysal-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 448 files, 115,542 lines, 4,443,565 bytes in 1.877 seconds.
That's 61,555 lines/sec, or 2,367,293 bytes/sec.
Done
Extracting files from ./data/pypi/five9-0.0.3b192.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 1,671 lines, 55,688 bytes in 0.013 seconds.
That's 133,086 lines/sec, or 4,435,228 bytes/sec.
Done
Extracting files from ./data/pypi/python-monkey-business-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 149 lines, 4,868 bytes in 0.001 seconds.
That's 109,449 lines/sec, or 3,575,809 bytes/sec.
Done
Extracting files from ./data/pypi/cbapi-1.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 130 files, 26,900 lines, 988,031 bytes in 0.378 seconds.
That's 71,107 lines/sec, or 2,611,756 bytes/sec.
Done
Extracting files from ./data/pypi/treeherder-client-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 356 lines, 12,098 bytes in 0.003 seconds.
That's 129,988 lines/sec, or 4,417,401 bytes/sec.
Done
Extracting files from ./data/pypi/pyephem-3.7.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 41 lines, 1,410 bytes in 0.001 seconds.
That's 74,671 lines/sec, or 2,567,941 bytes/sec.
Done
Extracting files from ./data/pypi/django-profiler-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 291 lines, 11,126 bytes in 0.003 seconds.
That's 109,593 lines/sec, or 4,190,161 bytes/sec.
Done
Extracting files from ./data/pypi/pylama-7.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 2,276 lines, 62,972 bytes in 0.019 seconds.
That's 117,283 lines/sec, or 3,244,962 bytes/sec.
Done
Extracting files from ./data/pypi/bson-0.5.8.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,037 lines, 32,321 bytes in 0.007 seconds.
That's 142,592 lines/sec, or 4,444,287 bytes/sec.
Done
Extracting files from ./data/pypi/fastavro-0.22.9.tar.gz... Done
Trying to parse all python files ...
Checked 49 files, 9,144 lines, 253,174 bytes in 0.092 seconds.
That's 99,714 lines/sec, or 2,760,813 bytes/sec.
Done
Extracting files from ./data/pypi/category_encoders-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 9,017 lines, 343,929 bytes in 0.102 seconds.
That's 88,718 lines/sec, or 3,383,899 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-profiling-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 383 lines, 13,940 bytes in 0.004 seconds.
That's 86,080 lines/sec, or 3,133,030 bytes/sec.
Done
Extracting files from ./data/pypi/Cerberus-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 6,601 lines, 220,269 bytes in 0.098 seconds.
That's 67,048 lines/sec, or 2,237,338 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ExceptionHandling-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,221 lines, 38,160 bytes in 0.011 seconds.
That's 110,684 lines/sec, or 3,459,220 bytes/sec.
Done
Extracting files from ./data/pypi/utlz-0.10.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 797 lines, 26,001 bytes in 0.006 seconds.
That's 123,339 lines/sec, or 4,023,765 bytes/sec.
Done
Extracting files from ./data/pypi/feather-format-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 121 lines, 4,071 bytes in 0.001 seconds.
That's 96,375 lines/sec, or 3,242,501 bytes/sec.
Done
Extracting files from ./data/pypi/event-tracking-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,444 lines, 82,377 bytes in 0.019 seconds.
That's 128,109 lines/sec, or 4,318,010 bytes/sec.
Done
Extracting files from ./data/pypi/cmake-3.16.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,971 lines, 72,863 bytes in 0.010 seconds.
That's 200,991 lines/sec, or 7,430,152 bytes/sec.
Done
Extracting files from ./data/pypi/microsoftgraph-python-0.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 780 lines, 26,752 bytes in 0.005 seconds.
That's 149,893 lines/sec, or 5,140,934 bytes/sec.
Done
Extracting files from ./data/pypi/rstcheck-3.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,014 lines, 32,110 bytes in 0.007 seconds.
That's 135,266 lines/sec, or 4,283,414 bytes/sec.
Done
Extracting files from ./data/pypi/django-elasticache-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 233 lines, 7,659 bytes in 0.002 seconds.
That's 97,542 lines/sec, or 3,206,325 bytes/sec.
Done
Extracting files from ./data/pypi/falcon-multipart-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 117 lines, 3,854 bytes in 0.002 seconds.
That's 77,014 lines/sec, or 2,536,856 bytes/sec.
Done
Extracting files from ./data/pypi/PyHive-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 13,024 lines, 458,796 bytes in 0.171 seconds.
That's 75,950 lines/sec, or 2,675,479 bytes/sec.
Done
Extracting files from ./data/pypi/liac-arff-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,160 lines, 40,531 bytes in 0.007 seconds.
That's 167,894 lines/sec, or 5,866,294 bytes/sec.
Done
Extracting files from ./data/pypi/asyncssh-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 131 files, 54,051 lines, 1,862,531 bytes in 0.751 seconds.
That's 72,006 lines/sec, or 2,481,240 bytes/sec.
Done
Extracting files from ./data/pypi/logzio-python-handler-2.0.14.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 781 lines, 24,794 bytes in 0.007 seconds.
That's 104,187 lines/sec, or 3,307,578 bytes/sec.
Done
Extracting files from ./data/pypi/MonthDelta-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 176 lines, 7,028 bytes in 0.002 seconds.
That's 97,555 lines/sec, or 3,895,542 bytes/sec.
Done
Extracting files from ./data/pypi/ovs-2.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 12,983 lines, 452,040 bytes in 0.115 seconds.
That's 113,229 lines/sec, or 3,942,380 bytes/sec.
Done
Extracting files from ./data/pypi/cli53-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,450 lines, 55,229 bytes in 0.004 seconds.
That's 370,951 lines/sec, or 14,129,138 bytes/sec.
Done
Extracting files from ./data/pypi/boxsdk-2.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 213 files, 25,866 lines, 914,281 bytes in 0.248 seconds.
That's 104,460 lines/sec, or 3,692,316 bytes/sec.
Done
Extracting files from ./data/pypi/traceback2-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,502 lines, 57,697 bytes in 0.013 seconds.
That's 116,296 lines/sec, or 4,467,312 bytes/sec.
Done
Extracting files from ./data/pypi/jinja2_pluralize-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 464 lines, 14,273 bytes in 0.002 seconds.
That's 202,303 lines/sec, or 6,223,004 bytes/sec.
Done
Extracting files from ./data/pypi/websocket_client-0.57.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,719 lines, 126,099 bytes in 0.052 seconds.
That's 71,732 lines/sec, or 2,432,194 bytes/sec.
Done
Extracting files from ./data/pypi/hyperopt-0.2.3.tar.gz... or 3,172,622 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-bigtable-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 36,813 lines, 1,394,650 bytes in 0.266 seconds.
That's 138,172 lines/sec, or 5,234,595 bytes/sec.
Done
Extracting files from ./data/pypi/pbr-5.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 7,330 lines, 279,700 bytes in 0.070 seconds.
That's 104,484 lines/sec, or 3,986,919 bytes/sec.
Done
Extracting files from ./data/pypi/llvmlite-0.31.0.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 13,620 lines, 449,065 bytes in 0.179 seconds.
That's 76,244 lines/sec, or 2,513,847 bytes/sec.
Done
Extracting files from ./data/pypi/sshtunnel-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 3,726 lines, 137,933 bytes in 0.022 seconds.
That's 168,880 lines/sec, or 6,251,774 bytes/sec.
Done
Extracting files from ./data/pypi/ctutlz-0.9.7.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 3,603 lines, 117,218 bytes in 0.023 seconds.
That's 153,364 lines/sec, or 4,989,475 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-SyncServices-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,991 lines, 65,583 bytes in 0.017 seconds.
That's 117,658 lines/sec, or 3,875,606 bytes/sec.
Done
Extracting files from ./data/pypi/xlutils-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,679 lines, 125,503 bytes in 0.034 seconds.
That's 109,390 lines/sec, or 3,731,650 bytes/sec.
Done
Extracting files from ./data/pypi/pyarrow-0.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 84 files, 36,328 lines, 1,200,565 bytes in 0.633 seconds.
That's 57,406 lines/sec, or 1,897,163 bytes/sec.
Done
Extracting files from ./data/pypi/pbkdf2-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 449 lines, 15,303 bytes in 0.004 seconds.
That's 119,283 lines/sec, or 4,065,457 bytes/sec.
Done
Extracting files from ./data/pypi/statsd-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,667 lines, 46,158 bytes in 0.014 seconds.
That's 123,203 lines/sec, or 3,411,406 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-command-modules-nspkg-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 52 lines, 1,695 bytes in 0.001 seconds.
That's 60,669 lines/sec, or 1,977,565 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-deploymentmanager-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,013 lines, 44,188 bytes in 0.007 seconds.
That's 143,643 lines/sec, or 6,265,861 bytes/sec.
Done
Extracting files from ./data/pypi/dacite-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 392 lines, 13,350 bytes in 0.005 seconds.
That's 86,118 lines/sec, or 2,932,849 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-scheduler-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 9,504 lines, 363,547 bytes in 0.068 seconds.
That's 140,574 lines/sec, or 5,377,249 bytes/sec.
Done
Extracting files from ./data/pypi/missingno-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 633 lines, 27,653 bytes in 0.006 seconds.
That's 110,560 lines/sec, or 4,829,895 bytes/sec.
Done
Extracting files from ./data/pypi/BTrees-4.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 15,732 lines, 511,985 bytes in 0.224 seconds.
That's 70,385 lines/sec, or 2,290,611 bytes/sec.
Done
Extracting files from ./data/pypi/pyelftools-0.26.tar.gz... Done
Trying to parse all python files ...
Checked 90 files, 16,616 lines, 609,131 bytes in 0.140 seconds.
That's 118,761 lines/sec, or 4,353,683 bytes/sec.
Done
Extracting files from ./data/pypi/pyowm-2.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 107 files, 11,675 lines, 444,028 bytes in 0.115 seconds.
That's 101,228 lines/sec, or 3,849,946 bytes/sec.
Done
Extracting files from ./data/pypi/edx-bulk-grades-0.6.6.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,185 lines, 43,383 bytes in 0.010 seconds.
That's 117,997 lines/sec, or 4,319,868 bytes/sec.
Done
Extracting files from ./data/pypi/django_coverage_plugin-1.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 510 lines, 16,152 bytes in 0.004 seconds.
That's 143,573 lines/sec, or 4,547,043 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-requests-0.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,256 lines, 46,555 bytes in 0.006 seconds.
That's 206,460 lines/sec, or 7,652,682 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-lab-0.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,472 lines, 69,545 bytes in 0.024 seconds.
That's 60,099 lines/sec, or 2,839,413 bytes/sec.
Done
Extracting files from ./data/pypi/asn1crypto-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 16,692 lines, 483,186 bytes in 0.129 seconds.
That's 129,571 lines/sec, or 3,750,725 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-monitoring-0.34.0.tar.gz... Done
Trying to parse all python files ...
Checked 73 files, 28,106 lines, 1,112,691 bytes in 0.190 seconds.
That's 147,878 lines/sec, or 5,854,357 bytes/sec.
Done
Extracting files from ./data/pypi/isort-4.3.21.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 5,706 lines, 263,496 bytes in 0.043 seconds.
That's 131,593 lines/sec, or 6,076,804 bytes/sec.
Done
Extracting files from ./data/pypi/django-mailgun-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 238 lines, 8,537 bytes in 0.002 seconds.
That's 105,780 lines/sec, or 3,794,296 bytes/sec.
Done
Extracting files from ./data/pypi/Click-7.0.tar.gz... Done
Trying to parse all python files ...
Checked 59 files, 12,361 lines, 407,916 bytes in 0.137 seconds.
That's 89,938 lines/sec, or 2,967,983 bytes/sec.
Done
Extracting files from ./data/pypi/dparse-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,015 lines, 98,780 bytes in 0.038 seconds.
That's 78,441 lines/sec, or 2,569,943 bytes/sec.
Done
Extracting files from ./data/pypi/aiopg-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 3,133 lines, 98,566 bytes in 0.020 seconds.
That's 159,601 lines/sec, or 5,021,143 bytes/sec.
Done
Extracting files from ./data/pypi/backports.csv-1.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,121 lines, 78,239 bytes in 0.021 seconds.
That's 100,340 lines/sec, or 3,701,310 bytes/sec.
Done
Extracting files from ./data/pypi/mandrill-1.0.59.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 3,200 lines, 205,782 bytes in 0.008 seconds.
That's 392,404 lines/sec, or 25,234,249 bytes/sec.
Done
Extracting files from ./data/pypi/nest_asyncio-1.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 381 lines, 11,308 bytes in 0.004 seconds.
That's 100,247 lines/sec, or 2,975,296 bytes/sec.
Done
Extracting files from ./data/pypi/pybase62-0.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 168 lines, 3,964 bytes in 0.001 seconds.
That's 120,596 lines/sec, or 2,845,494 bytes/sec.
Done
Extracting files from ./data/pypi/apispec-webframeworks-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 817 lines, 25,483 bytes in 0.006 seconds.
That's 133,795 lines/sec, or 4,173,179 bytes/sec.
Done
Extracting files from ./data/pypi/aiocache-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,332 lines, 80,544 bytes in 0.015 seconds.
That's 154,623 lines/sec, or 5,340,447 bytes/sec.
Done
Extracting files from ./data/pypi/smart-getenv-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 73 lines, 2,124 bytes in 0.001 seconds.
That's 94,735 lines/sec, or 2,756,405 bytes/sec.
Done
Extracting files from ./data/pypi/ecdsa-0.15.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 10,715 lines, 396,283 bytes in 0.092 seconds.
That's 124,434 lines/sec, or 4,161,907 bytes/sec.
Done
Extracting files from ./data/pypi/newrelic_plugin_agent-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,151 lines, 125,564 bytes in 0.028 seconds.
That's 113,350 lines/sec, or 4,516,871 bytes/sec.
Done
Extracting files from ./data/pypi/python-geohash-0.8.5.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,078 lines, 32,240 bytes in 0.014 seconds.
That's 76,279 lines/sec, or 2,281,305 bytes/sec.
Done
Extracting files from ./data/pypi/Mako-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 63 files, 19,172 lines, 559,823 bytes in 0.141 seconds.
That's 135,626 lines/sec, or 3,960,270 bytes/sec.
Done
Extracting files from ./data/pypi/flashtext-2.7.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,293 lines, 50,809 bytes in 0.010 seconds.
That's 134,612 lines/sec, or 5,289,625 bytes/sec.
Done
Extracting files from ./data/pypi/feedfinder2-0.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 201 lines, 5,909 bytes in 0.002 seconds.
That's 93,913 lines/sec, or 2,760,849 bytes/sec.
Done
Extracting files from ./data/pypi/python-terraform-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 899 lines, 31,858 bytes in 0.007 seconds.
That's 134,672 lines/sec, or 4,772,390 bytes/sec.
Done
Extracting files from ./data/pypi/leveldb-0.201.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 431 lines, 12,863 bytes in 0.005 seconds.
That's 90,365 lines/sec, or 2,696,892 bytes/sec.
Done
Extracting files from ./data/pypi/platformio-4.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 95 files, 19,137 lines, 630,822 bytes in 0.235 seconds.
That's 81,504 lines/sec, or 2,686,670 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-GameCenter-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 3,667 lines, 120,210 bytes in 0.028 seconds.
That's 129,642 lines/sec, or 4,249,880 bytes/sec.
Done
Extracting files from ./data/pypi/django-choices-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 574 lines, 18,308 bytes in 0.006 seconds.
That's 101,059 lines/sec, or 3,223,327 bytes/sec.
Done
Extracting files from ./data/pypi/blockdiag-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 79 files, 11,854 lines, 416,046 bytes in 0.221 seconds.
That's 53,739 lines/sec, or 1,886,092 bytes/sec.
Done
Extracting files from ./data/pypi/tqdm-4.42.1.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 6,928 lines, 236,872 bytes in 0.068 seconds.
That's 101,953 lines/sec, or 3,485,815 bytes/sec.
Done
Extracting files from ./data/pypi/sparse_dot_topn-0.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 135 lines, 4,266 bytes in 0.001 seconds.
That's 94,105 lines/sec, or 2,973,725 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.vmware-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 8,340 lines, 326,842 bytes in 0.097 seconds.
That's 86,215 lines/sec, or 3,378,736 bytes/sec.
Done
Extracting files from ./data/pypi/flatten_json-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 443 lines, 16,993 bytes in 0.003 seconds.
That's 132,929 lines/sec, or 5,098,999 bytes/sec.
Done
Extracting files from ./data/pypi/rsa-4.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 4,513 lines, 142,710 bytes in 0.026 seconds.
That's 173,343 lines/sec, or 5,481,452 bytes/sec.
Done
Extracting files from ./data/pypi/isoweek-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 354 lines, 13,009 bytes in 0.004 seconds.
That's 90,337 lines/sec, or 3,319,768 bytes/sec.
Done
Extracting files from ./data/pypi/sanic-19.12.2.tar.gz... Done
Trying to parse all python files ...
Checked 81 files, 18,925 lines, 578,671 bytes in 0.177 seconds.
That's 106,844 lines/sec, or 3,266,977 bytes/sec.
Done
Extracting files from ./data/pypi/PyQtWebEngine-5.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 2,230 lines, 76,379 bytes in 0.014 seconds.
That's 156,748 lines/sec, or 5,368,718 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid_beaker-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 827 lines, 29,266 bytes in 0.006 seconds.
That's 134,341 lines/sec, or 4,754,086 bytes/sec.
Done
Extracting files from ./data/pypi/taskflow-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 222 files, 43,112 lines, 1,650,074 bytes in 0.570 seconds.
That's 75,654 lines/sec, or 2,895,579 bytes/sec.
Done
Extracting files from ./data/pypi/pyspark_dist_explore-0.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 466 lines, 18,986 bytes in 0.004 seconds.
That's 121,703 lines/sec, or 4,958,472 bytes/sec.
Done
Extracting files from ./data/pypi/backports.functools_lru_cache-1.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 245 lines, 8,515 bytes in 0.003 seconds.
That's 93,888 lines/sec, or 3,263,088 bytes/sec.
Done
Extracting files from ./data/pypi/osprofiler-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 7,359 lines, 270,300 bytes in 0.074 seconds.
That's 99,630 lines/sec, or 3,659,476 bytes/sec.
Done
Extracting files from ./data/pypi/PyDrive-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,775 lines, 89,623 bytes in 0.024 seconds.
That's 117,871 lines/sec, or 3,806,837 bytes/sec.
Done
Extracting files from ./data/pypi/taskcluster-24.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 83 files, 12,833 lines, 458,635 bytes in 0.075 seconds.
That's 171,188 lines/sec, or 6,118,047 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-allure-adaptor-1.7.10.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,390 lines, 45,833 bytes in 0.010 seconds.
That's 134,275 lines/sec, or 4,427,498 bytes/sec.
Done
Extracting files from ./data/pypi/cotyledon-1.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,796 lines, 61,741 bytes in 0.012 seconds.
That's 147,720 lines/sec, or 5,078,155 bytes/sec.
Done
Extracting files from ./data/pypi/M2Crypto-0.35.2.tar.gz... Done
Trying to parse all python files ...
Checked 89 files, 19,337 lines, 644,866 bytes in 0.180 seconds.
That's 107,464 lines/sec, or 3,583,784 bytes/sec.
Done
Extracting files from ./data/pypi/construct-2.10.56.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 7,317 lines, 273,316 bytes in 0.085 seconds.
That's 86,304 lines/sec, or 3,223,764 bytes/sec.
Done
Extracting files from ./data/pypi/timeout-decorator-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 218 lines, 7,537 bytes in 0.002 seconds.
That's 118,902 lines/sec, or 4,110,854 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-PhotosUI-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,125 lines, 36,491 bytes in 0.010 seconds.
That's 113,420 lines/sec, or 3,678,926 bytes/sec.
Done
Extracting files from ./data/pypi/zVMCloudConnector-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 95 files, 35,558 lines, 1,393,575 bytes in 0.415 seconds.
That's 85,743 lines/sec, or 3,360,410 bytes/sec.
Done
Extracting files from ./data/pypi/moznetwork-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 244 lines, 7,562 bytes in 0.002 seconds.
That's 116,416 lines/sec, or 3,607,932 bytes/sec.
Done
Extracting files from ./data/pypi/jsonpickle-1.2.tar.gz... Done
Trying to parse all python files ...
data/pypi/jsonpickle-1.2/docs/source/conf.py:26:19: invalid syntax
Checked 31 files, 7,930 lines, 258,104 bytes in 0.097 seconds.
That's 81,935 lines/sec, or 2,666,788 bytes/sec.
Failed to parse data/pypi/jsonpickle-1.2
Extracting files from ./data/pypi/PyXB-1.2.6.tar.gz... [Errno 13] Permission denied: 'data/pypi/PyXB-1.2.6/doc/conf.py'
Extracting files from ./data/pypi/python-baseconv-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 211 lines,
Checked 2 files, 160 lines, 4,428 bytes in 0.002 seconds.
That's 89,229 lines/sec, or 2,469,403 bytes/sec.
Done
Extracting files from ./data/pypi/PyMySQL-0.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 8,143 lines, 285,350 bytes in 0.099 seconds.
That's 82,498 lines/sec, or 2,890,922 bytes/sec.
Done
Extracting files from ./data/pypi/psutil-5.6.7.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 25,994 lines, 907,383 bytes in 0.362 seconds.
That's 71,808 lines/sec, or 2,506,621 bytes/sec.
Done
Extracting files from ./data/pypi/jinja2-time-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 209 lines, 5,831 bytes in 0.002 seconds.
That's 88,645 lines/sec, or 2,473,151 bytes/sec.
Done
Extracting files from ./data/pypi/img2pdf-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 3,616 lines, 140,115 bytes in 0.036 seconds.
That's 99,605 lines/sec, or 3,859,568 bytes/sec.
Done
Extracting files from ./data/pypi/edxval-1.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 8,887 lines, 316,694 bytes in 0.084 seconds.
That's 106,067 lines/sec, or 3,779,753 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-randomly-3.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 889 lines, 22,207 bytes in 0.004 seconds.
That's 203,146 lines/sec, or 5,074,525 bytes/sec.
Done
Extracting files from ./data/pypi/rainbow-saddle-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 316 lines, 9,453 bytes in 0.003 seconds.
That's 97,113 lines/sec, or 2,905,096 bytes/sec.
Done
Extracting files from ./data/pypi/Fabric3-1.14.post1.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 13,606 lines, 459,851 bytes in 0.138 seconds.
That's 98,258 lines/sec, or 3,320,876 bytes/sec.
Done
Extracting files from ./data/pypi/autopep8-1.5.tar.gz... Done
Trying to parse all python files ...
data/pypi/autopep8-1.5/test/e101_example.py:152:58: invalid syntax
data/pypi/autopep8-1.5/test/example.py:117:21: invalid syntax
Checked 9 files, 15,338 lines, 532,012 bytes in 0.131 seconds.
That's 116,808 lines/sec, or 4,051,602 bytes/sec.
Failed to parse data/pypi/autopep8-1.5
Extracting files from ./data/pypi/schema-salad-5.0.20200126033820.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 11,947 lines, 420,249 bytes in 0.130 seconds.
That's 92,003 lines/sec, or 3,236,296 bytes/sec.
Done
Extracting files from ./data/pypi/line_profiler-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,295 lines, 41,784 bytes in 0.011 seconds.
That's 115,675 lines/sec, or 3,732,320 bytes/sec.
Done
Extracting files from ./data/pypi/hug-2.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 6,046 lines, 224,986 bytes in 0.080 seconds.
That's 75,319 lines/sec, or 2,802,789 bytes/sec.
Done
Extracting files from ./data/pypi/python-swiftclient-3.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 21,238 lines, 863,719 bytes in 0.296 seconds.
That's 71,824 lines/sec, or 2,920,983 bytes/sec.
Done
Extracting files from ./data/pypi/ffmpeg-python-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,847 lines, 66,426 bytes in 0.011 seconds.
That's 174,613 lines/sec, or 6,279,828 bytes/sec.
Done
Extracting files from ./data/pypi/hmmlearn-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,286 lines, 121,518 bytes in 0.027 seconds.
That's 123,664 lines/sec, or 4,573,162 bytes/sec.
Done
Extracting files from ./data/pypi/patool-1.12.tar.gz... Done
Trying to parse all python files ...
Checked 141 files, 7,434 lines, 281,293 bytes in 0.063 seconds.
That's 117,811 lines/sec, or 4,457,818 bytes/sec.
Done
Extracting files from ./data/pypi/pyct-0.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 707 lines, 28,312 bytes in 0.009 seconds.
That's 79,381 lines/sec, or 3,178,850 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 542 lines, 18,031 bytes in 0.005 seconds.
That's 113,968 lines/sec, or 3,791,422 bytes/sec.
Done
Extracting files from ./data/pypi/elastic-apm-5.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 102 files, 13,049 lines, 519,791 bytes in 0.088 seconds.
That's 148,061 lines/sec, or 5,897,844 bytes/sec.
Done
Extracting files from ./data/pypi/SecretStorage-3.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,120 lines, 40,880 bytes in 0.012 seconds.
That's 90,784 lines/sec, or 3,313,618 bytes/sec.
Done
Extracting files from ./data/pypi/django-auth-ldap-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,606 lines, 123,874 bytes in 0.028 seconds.
That's 130,312 lines/sec, or 4,476,502 bytes/sec.
Done
Extracting files from ./data/pypi/python-nomad-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 2,879 lines, 88,406 bytes in 0.017 seconds.
That's 170,638 lines/sec, or 5,239,828 bytes/sec.
Done
Extracting files from ./data/pypi/parameterized-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,165 lines, 40,406 bytes in 0.011 seconds.
That's 107,199 lines/sec, or 3,718,026 bytes/sec.
Done
Extracting files from ./data/pypi/pylru-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 839 lines, 23,311 bytes in 0.007 seconds.
That's 122,375 lines/sec, or 3,400,105 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.config-8.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 16,757 lines, 606,493 bytes in 0.281 seconds.
That's 59,739 lines/sec, or 2,162,164 bytes/sec.
Done
Extracting files from ./data/pypi/meld3-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 3,245 lines, 112,342 bytes in 0.028 seconds.
That's 117,279 lines/sec, or 4,060,219 bytes/sec.
Done
Extracting files from ./data/pypi/Chameleon-3.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 9,771 lines, 285,312 bytes in 0.091 seconds.
That's 107,826 lines/sec, or 3,148,492 bytes/sec.
Done
Extracting files from ./data/pypi/Cheetah3-3.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 20,046 lines, 672,733 bytes in 0.185 seconds.
That's 108,405 lines/sec, or 3,638,023 bytes/sec.
Exception encountered in analyzing ./data/pypi/Cheetah3-3.2.4.tar.gz:
'utf-8' codec can't decode byte 0xfc in position 22625: invalid start byte
Failed to parse data/pypi/Cheetah3-3.2.4
Extracting files from ./data/pypi/imgurpython-1.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,011 lines, 36,395 bytes in 0.012 seconds.
That's 83,179 lines/sec, or 2,994,345 bytes/sec.
Done
Extracting files from ./data/pypi/amazon-dax-client-1.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 13,317 lines, 504,670 bytes in 0.201 seconds.
That's 66,275 lines/sec, or 2,511,586 bytes/sec.
Done
Extracting files from ./data/pypi/glog-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 282 lines, 8,113 bytes in 0.003 seconds.
That's 102,495 lines/sec, or 2,948,734 bytes/sec.
Done
Extracting files from ./data/pypi/warlock-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 292 lines, 9,275 bytes in 0.002 seconds.
That's 117,808 lines/sec, or 3,742,032 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-eventhubs-0.3.7.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,154 lines, 62,242 bytes in 0.009 seconds.
That's 125,502 lines/sec, or 6,769,048 bytes/sec.
Done
Extracting files from ./data/pypi/jinja2-cli-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 485 lines, 11,861 bytes in 0.004 seconds.
That's 118,843 lines/sec, or 2,906,388 bytes/sec.
Done
Extracting files from ./data/pypi/channels-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,805 lines, 98,692 bytes in 0.022 seconds.
That's 127,333 lines/sec, or 4,480,110 bytes/sec.
Done
Extracting files from ./data/pypi/djangocms-text-ckeditor-3.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 3,593 lines, 142,371 bytes in 0.051 seconds.
That's 69,903 lines/sec, or 2,769,880 bytes/sec.
Done
Extracting files from ./data/pypi/dill-0.3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 7,258 lines, 244,871 bytes in 0.098 seconds.
That's 74,400 lines/sec, or 2,510,108 bytes/sec.
Done
Extracting files from ./data/pypi/TerminalOne-1.9.8.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 5,963 lines, 201,620 bytes in 0.086 seconds.
That's 69,286 lines/sec, or 2,342,692 bytes/sec.
Done
Extracting files from ./data/pypi/createsend-6.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 3,916 lines, 178,100 bytes in 0.040 seconds.
That's 97,095 lines/sec, or 4,415,892 bytes/sec.
Done
Extracting files from ./data/pypi/python-owasp-zap-v2.4-0.0.16.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 4,731 lines, 213,398 bytes in 0.045 seconds.
That's 106,137 lines/sec, or 4,787,471 bytes/sec.
Done
Extracting files from ./data/pypi/python_redis-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 3,714 lines, 112,129 bytes in 0.054 seconds.
That's 68,803 lines/sec, or 2,077,210 bytes/sec.
Done
Extracting files from ./data/pypi/partd-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 4,025 lines, 128,812 bytes in 0.030 seconds.
That's 133,154 lines/sec, or 4,261,328 bytes/sec.
Done
Extracting files from ./data/pypi/Django-3.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2,572 files, 344,981 lines, 13,562,725 bytes in 8.732 seconds.
That's 39,509 lines/sec, or 1,553,273 bytes/sec.
Done
Extracting files from ./data/pypi/functools32-3.2.3-2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 2,684 lines, 95,079 bytes in 0.014 seconds.
That's 186,025 lines/sec, or 6,589,831 bytes/sec.
Done
Extracting files from ./data/pypi/pre_commit-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 56 files, 5,052 lines, 161,650 bytes in 0.045 seconds.
That's 112,301 lines/sec, or 3,593,320 bytes/sec.
Diffing ASTs for data/pypi/pre_commit-2.0.1/pre_commit/util.py ...
--- a
+++ b
@@ -1237,7 +1237,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1251,7 +1251,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Failed to parse data/pypi/pre_commit-2.0.1
Extracting files from ./data/pypi/azure-cli-network-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 14,452 lines, 668,602 bytes in 0.106 seconds.
That's 135,776 lines/sec, or 6,281,488 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-jsonapi-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 70 files, 8,797 lines, 320,278 bytes in 0.067 seconds.
That's 131,549 lines/sec, or 4,789,393 bytes/sec.
Done
Extracting files from ./data/pypi/flufl.enum-4.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,349 lines, 46,818 bytes in 0.009 seconds.
That's 154,627 lines/sec, or 5,366,444 bytes/sec.
Done
Extracting files from ./data/pypi/statsmodels-0.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 1,033 files, 336,036 lines, 12,512,273 bytes in 7.478 seconds.
That's 44,938 lines/sec, or 1,673,251 bytes/sec.
Done
Extracting files from ./data/pypi/pip-api-0.0.13.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 10,883 lines, 391,318 bytes in 0.072 seconds.
That's 150,453 lines/sec, or 5,409,801 bytes/sec.
Done
Extracting files from ./data/pypi/gcovr-4.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,684 lines, 120,994 bytes in 0.025 seconds.
That's 145,912 lines/sec, or 4,792,212 bytes/sec.
Done
Extracting files from ./data/pypi/django-waffle-0.19.0.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 3,937 lines, 141,778 bytes in 0.037 seconds.
That's 105,926 lines/sec, or 3,814,589 bytes/sec.
Done
Extracting files from ./data/pypi/aiodns-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 338 lines, 10,981 bytes in 0.003 seconds.
That's 102,116 lines/sec, or 3,317,558 bytes/sec.
Done
Extracting files from ./data/pypi/Pyomo-5.6.8.tar.gz... Done
Trying to parse all python files ...
Checked 914 files, 282,008 lines, 11,057,918 bytes in 7.309 seconds.
That's 38,581 lines/sec, or 1,512,823 bytes/sec.
Done
Extracting files from ./data/pypi/loguru-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 137 files, 14,106 lines, 420,904 bytes in 0.122 seconds.
That's 115,678 lines/sec, or 3,451,666 bytes/sec.
Done
Extracting files from ./data/pypi/jaeger-client-4.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 70 files, 12,099 lines, 412,859 bytes in 0.144 seconds.
That's 83,835 lines/sec, or 2,860,728 bytes/sec.
Done
Extracting files from ./data/pypi/log_symbols-0.0.14.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 103 lines, 2,413 bytes in 0.001 seconds.
That's 93,408 lines/sec, or 2,188,293 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-BasicAuth-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 616 lines, 22,015 bytes in 0.003 seconds.
That's 176,313 lines/sec, or 6,301,188 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-LatentSemanticMapping-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,004 lines, 33,582 bytes in 0.008 seconds.
That's 130,641 lines/sec, or 4,369,706 bytes/sec.
Done
Extracting files from ./data/pypi/tinysegmenter-0.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 338 lines, 28,583 bytes in 0.011 seconds.
That's 31,796 lines/sec, or 2,688,866 bytes/sec.
Done
Extracting files from ./data/pypi/soupsieve-1.9.5.tar.gz... Done
Trying to parse all python files ...
Checked 93 files, 11,171 lines, 334,749 bytes in 0.095 seconds.
That's 117,660 lines/sec, or 3,525,796 bytes/sec.
Done
Extracting files from ./data/pypi/pywebpush-1.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 995 lines, 37,809 bytes in 0.008 seconds.
That's 122,256 lines/sec, or 4,645,607 bytes/sec.
Done
Extracting files from ./data/pypi/python-docx-0.8.10.tar.gz... Done
Trying to parse all python files ...
Checked 188 files, 34,142 lines, 1,121,514 bytes in 0.401 seconds.
That's 85,100 lines/sec, or 2,795,400 bytes/sec.
Done
Extracting files from ./data/pypi/dogpile.cache-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 7,813 lines, 241,105 bytes in 0.071 seconds.
That's 109,297 lines/sec, or 3,372,860 bytes/sec.
Done
Extracting files from ./data/pypi/prettyexc-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 329 lines, 9,974 bytes in 0.003 seconds.
That's 95,815 lines/sec, or 2,904,735 bytes/sec.
Done
Extracting files from ./data/pypi/happybase-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,668 lines, 58,995 bytes in 0.007 seconds.
That's 227,738 lines/sec, or 8,054,784 bytes/sec.
Done
Extracting files from ./data/pypi/cbor-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 976 lines, 30,969 bytes in 0.008 seconds.
That's 116,303 lines/sec, or 3,690,363 bytes/sec.
Done
Extracting files from ./data/pypi/ConcurrentLogHandler-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,317 lines, 48,957 bytes in 0.022 seconds.
That's 59,517 lines/sec,
That's 116,355 lines/sec, or 4,303,253 bytes/sec.
Done
Extracting files from ./data/pypi/google-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 536 lines, 18,049 bytes in 0.003 seconds.
That's 211,670 lines/sec, or 7,127,671 bytes/sec.
Done
Extracting files from ./data/pypi/draftjs_exporter-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,289 lines, 43,079 bytes in 0.011 seconds.
That's 116,423 lines/sec, or 3,890,917 bytes/sec.
Done
Extracting files from ./data/pypi/python-pam-1.8.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 261 lines, 9,040 bytes in 0.002 seconds.
That's 106,801 lines/sec, or 3,699,172 bytes/sec.
Done
Extracting files from ./data/pypi/django-sendgrid-v5-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 935 lines, 35,440 bytes in 0.008 seconds.
That's 121,253 lines/sec, or 4,595,929 bytes/sec.
Done
Extracting files from ./data/pypi/pip-20.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 347 files, 109,190 lines, 3,826,134 bytes in 1.969 seconds.
That's 55,467 lines/sec, or 1,943,612 bytes/sec.
Done
Extracting files from ./data/pypi/sphinx-gallery-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 6,366 lines, 220,890 bytes in 0.048 seconds.
That's 131,485 lines/sec, or 4,562,322 bytes/sec.
Done
Extracting files from ./data/pypi/INITools-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,582 lines, 87,528 bytes in 0.010 seconds.
That's 256,354 lines/sec, or 8,690,236 bytes/sec.
Done
Extracting files from ./data/pypi/pyeapi-0.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 70 files, 19,816 lines, 786,182 bytes in 0.186 seconds.
That's 106,351 lines/sec, or 4,219,400 bytes/sec.
Done
Extracting files from ./data/pypi/qtconsole-4.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 11,543 lines, 435,297 bytes in 0.110 seconds.
That's 105,005 lines/sec, or 3,959,833 bytes/sec.
Done
Extracting files from ./data/pypi/PyContracts-1.8.12.tar.gz... Done
Trying to parse all python files ...
Checked 89 files, 8,698 lines, 261,451 bytes in 0.107 seconds.
That's 81,011 lines/sec, or 2,435,087 bytes/sec.
Done
Extracting files from ./data/pypi/tensorflow-graphics-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 125 files, 22,010 lines, 869,364 bytes in 0.297 seconds.
That's 74,144 lines/sec, or 2,928,586 bytes/sec.
Done
Extracting files from ./data/pypi/sdnotify-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 88 lines, 3,350 bytes in 0.001 seconds.
That's 98,795 lines/sec, or 3,760,952 bytes/sec.
Done
Extracting files from ./data/pypi/pyodbc-4.0.28.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 17,441 lines, 639,079 bytes in 0.170 seconds.
That's 102,635 lines/sec, or 3,760,774 bytes/sec.
Exception encountered in analyzing ./data/pypi/pyodbc-4.0.28.tar.gz:
'utf-8' codec can't decode byte 0xe1 in position 9373: invalid continuation byte
Failed to parse data/pypi/pyodbc-4.0.28
Extracting files from ./data/pypi/ws4py-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 5,662 lines, 197,012 bytes in 0.041 seconds.
That's 139,749 lines/sec, or 4,862,642 bytes/sec.
Done
Extracting files from ./data/pypi/docopt-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,070 lines, 36,506 bytes in 0.010 seconds.
That's 108,669 lines/sec, or 3,707,530 bytes/sec.
Done
Extracting files from ./data/pypi/speedtest-cli-2.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 2,096 lines, 68,290 bytes in 0.033 seconds.
That's 63,580 lines/sec, or 2,071,505 bytes/sec.
Done
Extracting files from ./data/pypi/Shapely-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 116 files, 13,168 lines, 443,370 bytes in 0.168 seconds.
That's 78,536 lines/sec, or 2,644,320 bytes/sec.
Done
Extracting files from ./data/pypi/contextlib2-0.6.0.post1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,748 lines, 56,967 bytes in 0.011 seconds.
That's 155,880 lines/sec, or 5,080,089 bytes/sec.
Done
Extracting files from ./data/pypi/nose-1.3.7.tar.gz... Done
Trying to parse all python files ...
Checked 296 files, 24,547 lines, 822,896 bytes in 0.168 seconds.
That's 145,853 lines/sec, or 4,889,483 bytes/sec.
Done
Extracting files from ./data/pypi/sendgrid-6.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 5,703 lines, 178,029 bytes in 0.037 seconds.
That's 154,837 lines/sec, or 4,833,498 bytes/sec.
Done
Extracting files from ./data/pypi/lzstring-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 465 lines, 16,010 bytes in 0.004 seconds.
That's 104,891 lines/sec, or 3,611,423 bytes/sec.
Done
Extracting files from ./data/pypi/chainmap-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 337 lines, 9,046 bytes in 0.003 seconds.
That's 121,506 lines/sec, or 3,261,555 bytes/sec.
Done
Extracting files from ./data/pypi/pygrok-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 278 lines, 9,983 bytes in 0.003 seconds.
That's 89,936 lines/sec, or 3,229,598 bytes/sec.
Done
Extracting files from ./data/pypi/yarg-0.1.9.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,341 lines, 45,714 bytes in 0.009 seconds.
That's 151,888 lines/sec, or 5,177,781 bytes/sec.
Done
Extracting files from ./data/pypi/holidays-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 13,620 lines, 551,077 bytes in 0.263 seconds.
That's 51,885 lines/sec, or 2,099,302 bytes/sec.
Done
Extracting files from ./data/pypi/CurrencyConverter-0.14.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 521 lines, 17,545 bytes in 0.004 seconds.
That's 134,294 lines/sec, or 4,522,435 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-django-3.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 5,600 lines, 170,583 bytes in 0.032 seconds.
That's 172,770 lines/sec, or 5,262,795 bytes/sec.
Done
Extracting files from ./data/pypi/h2o-3.28.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 93 files, 44,006 lines, 1,829,793 bytes in 0.418 seconds.
That's 105,195 lines/sec, or 4,374,077 bytes/sec.
Done
Extracting files from ./data/pypi/uplink-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 76 files, 10,520 lines, 320,076 bytes in 0.101 seconds.
That's 103,782 lines/sec, or 3,157,603 bytes/sec.
Done
Extracting files from ./data/pypi/acme-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 6,742 lines, 246,854 bytes in 0.080 seconds.
That's 84,597 lines/sec, or 3,097,466 bytes/sec.
Done
Extracting files from ./data/pypi/django-model-utils-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 4,592 lines, 160,561 bytes in 0.038 seconds.
That's 120,636 lines/sec, or 4,218,079 bytes/sec.
Done
Extracting files from ./data/pypi/pyros_genpy-0.6.5.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 4,871 lines, 200,241 bytes in 0.041 seconds.
That's 117,926 lines/sec, or 4,847,800 bytes/sec.
Done
Extracting files from ./data/pypi/pyzabbix-0.7.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 201 lines, 6,885 bytes in 0.002 seconds.
That's 120,436 lines/sec, or 4,125,398 bytes/sec.
Done
Extracting files from ./data/pypi/python-jose-cryptodome-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,593 lines, 49,254 bytes in 0.010 seconds.
That's 153,619 lines/sec, or 4,749,764 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Moment-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 203 lines, 7,368 bytes in 0.002 seconds.
That's 86,926 lines/sec, or 3,155,042 bytes/sec.
Done
Extracting files from ./data/pypi/integrationhelper-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 349 lines, 10,825 bytes in 0.004 seconds.
That's 90,225 lines/sec, or 2,798,529 bytes/sec.
Done
Extracting files from ./data/pypi/nteract-scrapbook-0.3.1.tar.gz... or 2,212,435 bytes/sec.
Done
Extracting files from ./data/pypi/geopandas-0.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 49 files, 14,051 lines, 470,534 bytes in 0.156 seconds.
That's 89,977 lines/sec, or 3,013,096 bytes/sec.
Done
Extracting files from ./data/pypi/dsp3-0.1rc37.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,232 lines, 96,967 bytes in 0.026 seconds.
That's 87,281 lines/sec, or 3,791,841 bytes/sec.
Done
Extracting files from ./data/pypi/glom-19.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 5,604 lines, 188,118 bytes in 0.099 seconds.
That's 56,561 lines/sec, or 1,898,655 bytes/sec.
Done
Extracting files from ./data/pypi/schematics-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 4,818 lines, 155,272 bytes in 0.045 seconds.
That's 108,125 lines/sec, or 3,484,582 bytes/sec.
Done
Extracting files from ./data/pypi/healthcheck-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 324 lines, 9,904 bytes in 0.003 seconds.
That's 101,680 lines/sec, or 3,108,147 bytes/sec.
Done
Extracting files from ./data/pypi/jep-3.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 5,057 lines, 183,920 bytes in 0.049 seconds.
That's 102,444 lines/sec, or 3,725,839 bytes/sec.
Done
Extracting files from ./data/pypi/guessit-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 7,717 lines, 279,069 bytes in 0.065 seconds.
That's 118,591 lines/sec, or 4,288,583 bytes/sec.
Done
Extracting files from ./data/pypi/brotlipy-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,007 lines, 35,624 bytes in 0.006 seconds.
That's 164,588 lines/sec, or 5,822,535 bytes/sec.
Done
Extracting files from ./data/pypi/kwargs-only-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 106 lines, 2,689 bytes in 0.001 seconds.
That's 77,375 lines/sec, or 1,962,841 bytes/sec.
Done
Extracting files from ./data/pypi/django-revproxy-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 831 lines, 27,636 bytes in 0.006 seconds.
That's 127,855 lines/sec, or 4,252,000 bytes/sec.
Done
Extracting files from ./data/pypi/itunes-iap-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,253 lines, 43,631 bytes in 0.008 seconds.
That's 154,092 lines/sec, or 5,365,674 bytes/sec.
Done
Extracting files from ./data/pypi/django-safedelete-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 2,208 lines, 72,961 bytes in 0.016 seconds.
That's 139,549 lines/sec, or 4,611,244 bytes/sec.
Done
Extracting files from ./data/pypi/binpacking-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 493 lines, 17,406 bytes in 0.005 seconds.
That's 102,174 lines/sec, or 3,607,375 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-comprehensions-3.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 351 lines, 13,689 bytes in 0.003 seconds.
That's 114,080 lines/sec, or 4,449,115 bytes/sec.
Done
Extracting files from ./data/pypi/DateTime-4.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 3,356 lines, 125,579 bytes in 0.044 seconds.
That's 76,940 lines/sec, or 2,879,050 bytes/sec.
Done
Extracting files from ./data/pypi/monotonic-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 218 lines, 8,814 bytes in 0.001 seconds.
That's 147,027 lines/sec, or 5,944,460 bytes/sec.
Done
Extracting files from ./data/pypi/google-apitools-0.5.30.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 22,071 lines, 819,491 bytes in 0.254 seconds.
That's 86,753 lines/sec, or 3,221,125 bytes/sec.
Done
Extracting files from ./data/pypi/keyvaultlib-1.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 143 lines, 7,609 bytes in 0.002 seconds.
That's 84,692 lines/sec, or 4,506,419 bytes/sec.
Done
Extracting files from ./data/pypi/inflection-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 887 lines, 24,130 bytes in 0.006 seconds.
That's 151,653 lines/sec, or 4,125,573 bytes/sec.
Done
Extracting files from ./data/pypi/pathtools-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 855 lines, 31,043 bytes in 0.003 seconds.
That's 278,383 lines/sec, or 10,107,420 bytes/sec.
Done
Extracting files from ./data/pypi/minio-5.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 101 files, 13,273 lines, 494,795 bytes in 0.114 seconds.
That's 116,806 lines/sec, or 4,354,328 bytes/sec.
Done
Extracting files from ./data/pypi/Quandl-3.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 61 files, 3,417 lines, 133,660 bytes in 0.055 seconds.
That's 62,305 lines/sec, or 2,437,130 bytes/sec.
Done
Extracting files from ./data/pypi/dockerpty-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,005 lines, 29,128 bytes in 0.005 seconds.
That's 190,901 lines/sec, or 5,532,887 bytes/sec.
Done
Extracting files from ./data/pypi/bitstring-3.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 9,318 lines, 340,157 bytes in 0.129 seconds.
That's 72,002 lines/sec, or 2,628,449 bytes/sec.
Done
Extracting files from ./data/pypi/decorator-4.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,870 lines, 90,626 bytes in 0.011 seconds.
That's 260,043 lines/sec, or 8,211,380 bytes/sec.
Done
Extracting files from ./data/pypi/coverage-badge-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 218 lines, 5,612 bytes in 0.002 seconds.
That's 113,093 lines/sec, or 2,911,371 bytes/sec.
Done
Extracting files from ./data/pypi/facebookads-2.11.4.tar.gz... Done
Trying to parse all python files ...
Checked 236 files, 32,498 lines, 1,144,587 bytes in 0.242 seconds.
That's 134,113 lines/sec, or 4,723,488 bytes/sec.
Done
Extracting files from ./data/pypi/python-keyczar-0.716.tar.gz... Done
Trying to parse all python files ...
data/pypi/python-keyczar-0.716/src/keyczar/keyczart.py:168:9: invalid syntax
data/pypi/python-keyczar-0.716/src/keyczar/util.py:799:34: invalid syntax
data/pypi/python-keyczar-0.716/tests/keyczar_tests/interop_test.py:325:9: invalid syntax
data/pypi/python-keyczar-0.716/tests/keyczar_tests/signer_test.py:160:38: invalid syntax
data/pypi/python-keyczar-0.716/tests/keyczar_tests/util_test.py:99:63: invalid syntax
Checked 19 files, 5,911 lines, 196,664 bytes in 0.032 seconds.
That's 182,181 lines/sec, or 6,061,333 bytes/sec.
Failed to parse data/pypi/python-keyczar-0.716
Extracting files from ./data/pypi/sphinxcontrib-plantuml-0.18.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 587 lines, 18,982 bytes in 0.005 seconds.
That's 111,846 lines/sec, or 3,616,785 bytes/sec.
Done
Extracting files from ./data/pypi/certifi-2019.11.28.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 87 lines, 2,567 bytes in 0.001 seconds.
That's 76,468 lines/sec, or 2,256,240 bytes/sec.
Done
Extracting files from ./data/pypi/rope-0.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 128 files, 35,077 lines, 1,364,789 bytes in 0.641 seconds.
That's 54,703 lines/sec, or 2,128,387 bytes/sec.
Done
Extracting files from ./data/pypi/O365-2.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 13,633 lines, 513,017 bytes in 0.150 seconds.
That's 91,123 lines/sec, or 3,429,001 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-env-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 74 lines, 2,177 bytes in 0.001 seconds.
That's 75,408 lines/sec, or 2,218,416 bytes/sec.
Done
Extracting files from ./data/pypi/MongoAlchemy-0.21.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 4,728 lines, 180,115 bytes in 0.030 seconds.
That's 155,605 lines/sec, or 5,927,850 bytes/sec.
Done
Extracting files from ./data/pypi/clint-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 2,844 lines, 81,270 bytes in 0.020 seconds.
That's 142,332 lines/sec, or 4,067,286 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-find-0.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 1,785 lines, 60,164 bytes in 0.023 seconds.
That's 78,305 lines/sec, or 2,639,300 bytes/sec.
Done
Extracting files from ./data/pypi/WeasyPrint-51.tar.gz... Done
Trying to parse all python files ...
Checked 89 files, 40,960 lines, 1,414,913 bytes in 0.601 seconds.
That's 68,118 lines/sec, or 2,353,056 bytes/sec.
Done
Extracting files from ./data/pypi/credstash-1.16.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,046 lines, 39,944 bytes in 0.009 seconds.
That's 119,968 lines/sec, or 4,581,276 bytes/sec.
Done
Extracting files from ./data/pypi/aio-pika-6.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,736 lines, 112,257 bytes in 0.022 seconds.
That's 167,432 lines/sec, or 5,030,879 bytes/sec.
Done
Extracting files from ./data/pypi/klein-19.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 10,079 lines, 308,194 bytes in 0.085 seconds.
That's 118,654 lines/sec, or 3,628,181 bytes/sec.
Done
Extracting files from ./data/pypi/rlr-2.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 288 lines, 9,122 bytes in 0.003 seconds.
That's 91,588 lines/sec, or 2,900,936 bytes/sec.
Done
Extracting files from ./data/pypi/nose2-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 217 files, 15,348 lines, 491,043 bytes in 0.185 seconds.
That's 82,893 lines/sec, or 2,652,090 bytes/sec.
Done
Extracting files from ./data/pypi/colorlog-4.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 769 lines, 23,148 bytes in 0.006 seconds.
That's 121,563 lines/sec, or 3,659,207 bytes/sec.
Done
Extracting files from ./data/pypi/pandasql-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 472 lines, 15,038 bytes in 0.005 seconds.
That's 100,315 lines/sec, or 3,196,045 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-SystemConfiguration-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 2,945 lines, 127,134 bytes in 0.029 seconds.
That's 100,219 lines/sec, or 4,326,410 bytes/sec.
Done
Extracting files from ./data/pypi/ncclient-0.6.7.tar.gz... Done
Trying to parse all python files ...
Checked 118 files, 11,384 lines, 423,610 bytes in 0.130 seconds.
That's 87,581 lines/sec, or 3,258,972 bytes/sec.
Done
Extracting files from ./data/pypi/tensorboardX-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 9,710 lines, 384,281 bytes in 0.093 seconds.
That's 104,115 lines/sec, or 4,120,448 bytes/sec.
Done
Extracting files from ./data/pypi/s3transfer-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 16,816 lines, 647,492 bytes in 0.161 seconds.
That's 104,513 lines/sec, or 4,024,240 bytes/sec.
Done
Extracting files from ./data/pypi/django-cors-middleware-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 741 lines, 31,436 bytes in 0.008 seconds.
That's 88,701 lines/sec, or 3,763,011 bytes/sec.
Done
Extracting files from ./data/pypi/sacrebleu-1.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,203 lines, 124,361 bytes in 0.020 seconds.
That's 111,216 lines/sec, or 6,278,229 bytes/sec.
Done
Extracting files from ./data/pypi/Paver-1.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 6,955 lines, 221,305 bytes in 0.050 seconds.
That's 138,147 lines/sec, or 4,395,774 bytes/sec.
Done
Extracting files from ./data/pypi/PyMeeus-0.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 54,202 lines, 2,364,357 bytes in 0.854 seconds.
That's 63,505 lines/sec, or 2,770,167 bytes/sec.
Done
Extracting files from ./data/pypi/boto3_type_annotations_with_docs-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 535 files, 731,282 lines, 49,391,297 bytes in 1.153 seconds.
That's 634,217 lines/sec, or 42,835,473 bytes/sec.
Done
Extracting files from ./data/pypi/murmurhash3-2.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 25 lines, 773 bytes in 0.000 seconds.
That's 50,243 lines/sec, or 1,553,520 bytes/sec.
Done
Extracting files from ./data/pypi/lime-0.1.1.37.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 3,867 lines, 169,099 bytes in 0.033 seconds.
That's 118,842 lines/sec, or 5,196,789 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Testing-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,520 lines, 46,536 bytes in 0.010 seconds.
That's 154,696 lines/sec, or 4,736,148 bytes/sec.
Done
Extracting files from ./data/pypi/nose-cov-1.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 98 lines, 4,064 bytes in 0.001 seconds.
That's 82,044 lines/sec, or 3,402,326 bytes/sec.
Done
Extracting files from ./data/pypi/django-grappelli-2.13.3.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 2,510 lines, 93,492 bytes in 0.033 seconds.
That's 77,077 lines/sec, or 2,870,967 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-PyMongo-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,146 lines, 40,016 bytes in 0.008 seconds.
That's 151,163 lines/sec, or 5,278,296 bytes/sec.
Done
Extracting files from ./data/pypi/stackprinter-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,183 lines, 70,527 bytes in 0.038 seconds.
That's 57,773 lines/sec, or 1,866,508 bytes/sec.
Done
Extracting files from ./data/pypi/pycpfcnpj-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 209 lines, 6,069 bytes in 0.003 seconds.
That's 82,793 lines/sec, or 2,404,159 bytes/sec.
Done
Extracting files from ./data/pypi/dnslib-0.9.12.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 5,148 lines, 175,938 bytes in 0.042 seconds.
That's 122,771 lines/sec, or 4,195,830 bytes/sec.
Done
Extracting files from ./data/pypi/kaitaistruct-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 390 lines, 12,328 bytes in 0.003 seconds.
That's 134,765 lines/sec, or 4,259,959 bytes/sec.
Done
Extracting files from ./data/pypi/ruamel.yaml-0.16.7.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 14,854 lines, 530,352 bytes in 0.193 seconds.
That's 76,800 lines/sec, or 2,742,107 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-redis-0.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 498 lines, 22,980 bytes in 0.005 seconds.
That's 103,389 lines/sec, or 4,770,831 bytes/sec.
Done
Extracting files from ./data/pypi/pycld2-0.41.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,155 lines, 185,378 bytes in 0.012 seconds.
That's 96,397 lines/sec, or 15,471,728 bytes/sec.
Done
Extracting files from ./data/pypi/django-jsonfield-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 729 lines, 24,015 bytes in 0.010 seconds.
That's 75,260 lines/sec, or 2,479,231 bytes/sec.
Done
Extracting files from ./data/pypi/preshed-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 388 lines, 10,040 bytes in 0.005 seconds.
That's 73,279 lines/sec, or 1,896,200 bytes/sec.
Done
Extracting files from ./data/pypi/NetfilterQueue-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 47 lines, 1,514 bytes in 0.001 seconds.
That's 80,135 lines/sec, or 2,581,372 bytes/sec.
Done
Extracting files from ./data/pypi/rq-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 5,345 lines, 193,155 bytes in 0.076 seconds.
That's 70,622 lines/sec, or 2,552,106 bytes/sec.
Done
Extracting files from ./data/pypi/django-appconf-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 460 lines, 15,803 bytes in 0.003 seconds.
That's 139,014 lines/sec, or 4,775,747 bytes/sec.
Done
Extracting files from ./data/pypi/pyRFC3339-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 352 lines, 10,560 bytes in 0.002 seconds.
That's 152,002 lines/sec, or 4,560,059 bytes/sec.
Done
Extracting files from ./data/pypi/maya-0.6.1.tar.gz... Done
Trying to parse all python files ... Done
Trying to parse all python files ...
Checked 33 files, 3,474 lines, 104,587 bytes in 0.054 seconds.
That's 64,505 lines/sec, or 1,941,961 bytes/sec.
Done
Extracting files from ./data/pypi/rfc3339-6.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 368 lines, 12,989 bytes in 0.003 seconds.
That's 145,875 lines/sec, or 5,148,834 bytes/sec.
Done
Extracting files from ./data/pypi/django-bulk-update-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,388 lines, 49,430 bytes in 0.014 seconds.
That's 96,989 lines/sec, or 3,454,026 bytes/sec.
Done
Extracting files from ./data/pypi/pamela-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 542 lines, 16,873 bytes in 0.004 seconds.
That's 133,481 lines/sec, or 4,155,393 bytes/sec.
Done
Extracting files from ./data/pypi/requests-file-1.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 308 lines, 12,425 bytes in 0.003 seconds.
That's 101,274 lines/sec, or 4,085,468 bytes/sec.
Done
Extracting files from ./data/pypi/django-user-tasks-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,272 lines, 48,169 bytes in 0.010 seconds.
That's 131,524 lines/sec, or 4,980,658 bytes/sec.
Done
Extracting files from ./data/pypi/multimethods-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 265 lines, 7,716 bytes in 0.002 seconds.
That's 110,212 lines/sec, or 3,209,048 bytes/sec.
Done
Extracting files from ./data/pypi/s3pypi-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 313 lines, 9,496 bytes in 0.003 seconds.
That's 96,311 lines/sec, or 2,921,951 bytes/sec.
Done
Extracting files from ./data/pypi/zope.sqlalchemy-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,422 lines, 48,315 bytes in 0.011 seconds.
That's 132,776 lines/sec, or 4,511,304 bytes/sec.
Done
Extracting files from ./data/pypi/pkgconfig-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 298 lines, 11,785 bytes in 0.002 seconds.
That's 124,828 lines/sec, or 4,936,570 bytes/sec.
Done
Extracting files from ./data/pypi/mujoco-py-2.0.2.9.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 3,949 lines, 133,845 bytes in 0.031 seconds.
That's 125,570 lines/sec, or 4,255,992 bytes/sec.
Done
Extracting files from ./data/pypi/emcee-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 3,372 lines, 103,777 bytes in 0.053 seconds.
That's 64,100 lines/sec, or 1,972,745 bytes/sec.
Done
Extracting files from ./data/pypi/PyMemoize-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 525 lines, 16,154 bytes in 0.005 seconds.
That's 105,470 lines/sec, or 3,245,272 bytes/sec.
Done
Extracting files from ./data/pypi/m2r-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,670 lines, 52,360 bytes in 0.012 seconds.
That's 142,397 lines/sec, or 4,464,602 bytes/sec.
Done
Extracting files from ./data/pypi/zope.dottedname-4.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 681 lines, 23,382 bytes in 0.004 seconds.
That's 175,568 lines/sec, or 6,028,104 bytes/sec.
Done
Extracting files from ./data/pypi/rq-dashboard-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 820 lines, 57,934 bytes in 0.008 seconds.
That's 102,242 lines/sec, or 7,223,544 bytes/sec.
Done
Extracting files from ./data/pypi/jsmin-2.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 998 lines, 34,880 bytes in 0.006 seconds.
That's 166,286 lines/sec, or 5,811,676 bytes/sec.
Done
Extracting files from ./data/pypi/django-sekizai-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 454 lines, 13,197 bytes in 0.004 seconds.
That's 116,530 lines/sec, or 3,387,322 bytes/sec.
Done
Extracting files from ./data/pypi/anytree-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 5,947 lines, 182,000 bytes in 0.057 seconds.
That's 104,832 lines/sec, or 3,208,258 bytes/sec.
Done
Extracting files from ./data/pypi/zappa-0.49.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 8,501 lines, 344,119 bytes in 0.088 seconds.
That's 96,123 lines/sec, or 3,891,043 bytes/sec.
Done
Extracting files from ./data/pypi/demjson-2.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 7,872 lines, 332,262 bytes in 0.004 seconds.
That's 2,046,205 lines/sec, or 86,366,376 bytes/sec.
Done
Extracting files from ./data/pypi/django-jinja-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 1,623 lines, 52,892 bytes in 0.042 seconds.
That's 38,506 lines/sec, or 1,254,858 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid_retry-2.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 913 lines, 29,221 bytes in 0.005 seconds.
That's 176,299 lines/sec, or 5,642,547 bytes/sec.
Done
Extracting files from ./data/pypi/hass-nabucasa-0.31.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,478 lines, 79,834 bytes in 0.018 seconds.
That's 141,084 lines/sec, or 4,545,305 bytes/sec.
Diffing ASTs for data/pypi/hass-nabucasa-0.31/hass_nabucasa/__init__.py ...
--- a
+++ b
@@ -217,7 +217,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -255,7 +255,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/hass-nabucasa-0.31/hass_nabucasa/account_link.py ...
--- a
+++ b
@@ -244,7 +244,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/hass-nabucasa-0.31/hass_nabucasa/acme.py ...
--- a
+++ b
@@ -280,7 +280,7 @@
attr="acme_directory_server",
ctx=Load(),
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -300,7 +300,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -320,7 +320,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -340,7 +340,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -350,7 +350,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Name(id="domain", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
Checked 8 files, 1,535 lines, 51,891 bytes in 0.011 seconds.
That's 134,318 lines/sec, or 4,540,643 bytes/sec.
Done
Extracting files from ./data/pypi/django-classy-tags-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,100 lines, 34,976 bytes in 0.011 seconds.
That's 103,162 lines/sec, or 3,280,191 bytes/sec.
Done
Extracting files from ./data/pypi/pyOpenSSL-19.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 14,542 lines, 511,953 bytes in 0.151 seconds.
That's 96,012 lines/sec, or 3,380,116 bytes/sec.
Done
Extracting files from ./data/pypi/isim-11.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 827 lines, 31,765 bytes in 0.007 seconds.
That's 122,352 lines/sec, or 4,699,544 bytes/sec.
Done
Extracting files from ./data/pypi/google-ads-4.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2,816 files, 374,501 lines, 18,334,078 bytes in 4.320 seconds.
That's 86,694 lines/sec, or 4,244,214 bytes/sec.
Done
Extracting files from ./data/pypi/deepmerge-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 427 lines, 11,154 bytes in 0.005 seconds.
That's 82,124 lines/sec, or 2,145,234 bytes/sec.
Done
Extracting files from ./data/pypi/radon-4.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 4,844 lines, 156,099 bytes in 0.042 seconds.
That's 115,751 lines/sec, or 3,730,105 bytes/sec.
Done
Extracting files from ./data/pypi/django-stubs-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 3,105 lines, 127,621 bytes in 0.031 seconds.
That's 100,643 lines/sec, or 4,136,608 bytes/sec.
Done
Extracting files from ./data/pypi/bravado-core-5.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 5,455 lines, 202,973 bytes in 0.031 seconds.
That's 175,474 lines/sec, or 6,529,159 bytes/sec.
Done
Extracting files from ./data/pypi/google_nucleus-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 107 files, 29,596 lines, 1,099,639 bytes in 0.298 seconds.
That's 99,350 lines/sec, or 3,691,338 bytes/sec.
Done
Extracting files from ./data/pypi/PyJWT-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 3,885 lines, 133,983 bytes in 0.032 seconds.
That's 121,284 lines/sec, or 4,182,753 bytes/sec.
Done
Extracting files from ./data/pypi/udatetime-0.0.16.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 713 lines, 21,088 bytes in 0.007 seconds.
That's 108,510 lines/sec, or 3,209,343 bytes/sec.
Done
Extracting files from ./data/pypi/black-19.10b0.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 98,305 lines, 4,429,043 bytes in 1.103 seconds.
That's 89,124 lines/sec, or 4,015,413 bytes/sec.
Diffing ASTs for data/pypi/black-19.10b0/tests/data/tricky_unicode_symbols.py ...
--- a
+++ b
@@ -6,7 +6,7 @@
type_comment=None,
),
Assign(
- targets=[Name(id="μ", ctx=Store())],
+ targets=[Name(id="µ", ctx=Store())],
value=Constant(value=2, kind=None),
type_comment=None,
),
Failed to parse data/pypi/black-19.10b0
Extracting files from ./data/pypi/nexpose-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 5,912 lines, 222,844 bytes in 0.050 seconds.
That's 119,272 lines/sec, or 4,495,794 bytes/sec.
Done
Extracting files from ./data/pypi/sseclient-0.0.24.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 442 lines, 12,792 bytes in 0.004 seconds.
That's 118,702 lines/sec, or 3,435,365 bytes/sec.
Done
Extracting files from ./data/pypi/bitstruct-8.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 2,493 lines, 74,813 bytes in 0.021 seconds.
That's 120,781 lines/sec, or 3,624,553 bytes/sec.
Done
Extracting files from ./data/pypi/edx-drf-extensions-2.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 3,945 lines, 150,705 bytes in 0.029 seconds.
That's 136,019 lines/sec, or 5,196,118 bytes/sec.
Done
Extracting files from ./data/pypi/zope.container-4.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 5,361 lines, 173,910 bytes in 0.033 seconds.
That's 161,608 lines/sec, or 5,242,541 bytes/sec.
Done
Extracting files from ./data/pypi/nflx-genie-client-3.6.13.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 7,020 lines, 206,625 bytes in 0.036 seconds.
That's 193,143 lines/sec, or 5,684,914 bytes/sec.
Done
Extracting files from ./data/pypi/proto-google-cloud-datastore-v1-0.90.4.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,861 lines, 122,852 bytes in 0.021 seconds.
That's 135,442 lines/sec, or 5,815,917 bytes/sec.
Done
Extracting files from ./data/pypi/remote-pdb-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 613 lines, 22,081 bytes in 0.006 seconds.
That's 98,037 lines/sec, or 3,531,397 bytes/sec.
Done
Extracting files from ./data/pypi/requirements-detector-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 537 lines, 17,026 bytes in 0.005 seconds.
That's 113,852 lines/sec, or 3,609,777 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-rerunfailures-8.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 719 lines, 22,918 bytes in 0.005 seconds.
That's 150,162 lines/sec, or 4,786,389 bytes/sec.
Done
Extracting files from ./data/pypi/PGPy-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 9,321 lines, 314,687 bytes in 0.109 seconds.
That's 85,745 lines/sec, or 2,894,832 bytes/sec.
Done
Extracting files from ./data/pypi/jinja2schema-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,927 lines, 72,285 bytes in 0.019 seconds.
That's 103,687 lines/sec, or 3,889,484 bytes/sec.
Done
Extracting files from ./data/pypi/Babel-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 63 files, 19,369 lines, 700,287 bytes in 0.202 seconds.
That's 95,858 lines/sec, or 3,465,734 bytes/sec.
Done
Extracting files from ./data/pypi/async_lru-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 310 lines, 7,637 bytes in 0.003 seconds.
That's 119,298 lines/sec, or 2,938,976 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-BabelEx-0.9.4.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,176 lines, 40,686 bytes in 0.008 seconds.
That's 138,908 lines/sec, or 4,805,808 bytes/sec.
Done
Extracting files from ./data/pypi/django-ajax-selects-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,615 lines, 54,379 bytes in 0.015 seconds.
That's 106,464 lines/sec, or 3,584,787 bytes/sec.
Done
Extracting files from ./data/pypi/xlrd-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 11,464 lines, 446,482 bytes in 0.163 seconds.
That's 70,471 lines/sec, or 2,744,579 bytes/sec.
Done
Extracting files from ./data/pypi/weka-easypy-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 14,325 lines, 453,760 bytes in 0.178 seconds.
That's 80,330 lines/sec, or 2,544,528 bytes/sec.
Done
Extracting files from ./data/pypi/mpld3-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 6,119 lines, 205,643 bytes in 0.084 seconds.
That's 72,917 lines/sec, or 2,450,541 bytes/sec.
Done
Extracting files from ./data/pypi/impacket-0.9.20.tar.gz... Done
Trying to parse all python files ...
Checked 248 files, 139,303 lines, 6,521,812 bytes in 3.264 seconds.
That's 42,680 lines/sec, or 1,998,171 bytes/sec.
Done
Extracting files from ./data/pypi/cx_Oracle-7.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 119 files, 10,404 lines, 409,844 bytes in 0.105 seconds.
That's 98,691 lines/sec, or 3,887,739 bytes/sec.
Done
Extracting files from ./data/pypi/request-2019.4.13.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 19 lines, 273 bytes in 0.001 seconds.
That's 23,917 lines/sec, or 343,651 bytes/sec.
Done
Extracting files from ./data/pypi/grpcio-status-1.27.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 216 lines,
Checked 5 files, 1,022 lines, 29,698 bytes in 0.008 seconds.
That's 125,482 lines/sec, or 3,646,335 bytes/sec.
Done
Extracting files from ./data/pypi/transforms3d-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 7,666 lines, 251,458 bytes in 0.084 seconds.
That's 91,196 lines/sec, or 2,991,387 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-pythonpath-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 105 lines, 3,509 bytes in 0.003 seconds.
That's 30,992 lines/sec, or 1,035,736 bytes/sec.
Done
Extracting files from ./data/pypi/scons-3.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 195 files, 52,949 lines, 1,948,621 bytes in 0.752 seconds.
That's 70,424 lines/sec, or 2,591,717 bytes/sec.
Done
Extracting files from ./data/pypi/jgscm-0.1.9.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 867 lines, 32,863 bytes in 0.008 seconds.
That's 110,770 lines/sec, or 4,198,648 bytes/sec.
Done
Extracting files from ./data/pypi/pgc_interface-1.1.9.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,315 lines, 51,222 bytes in 0.034 seconds.
That's 38,937 lines/sec, or 1,516,679 bytes/sec.
Done
Extracting files from ./data/pypi/instaloader-4.2.10.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 3,419 lines, 166,859 bytes in 0.032 seconds.
That's 106,573 lines/sec, or 5,201,119 bytes/sec.
Done
Extracting files from ./data/pypi/mistune-0.8.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,732 lines, 51,813 bytes in 0.015 seconds.
That's 118,738 lines/sec, or 3,552,075 bytes/sec.
Done
Extracting files from ./data/pypi/tinyrpc-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,785 lines, 96,765 bytes in 0.017 seconds.
That's 167,275 lines/sec, or 5,811,975 bytes/sec.
Done
Extracting files from ./data/pypi/docker-buildtool-0.0.19.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 937 lines, 34,078 bytes in 0.011 seconds.
That's 86,195 lines/sec, or 3,134,850 bytes/sec.
Done
Extracting files from ./data/pypi/PyKCS11-1.5.7.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 7,042 lines, 244,787 bytes in 0.095 seconds.
That's 74,363 lines/sec, or 2,584,930 bytes/sec.
Done
Extracting files from ./data/pypi/apsw-3.9.2-r1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 13,084 lines, 520,428 bytes in 0.166 seconds.
That's 78,858 lines/sec, or 3,136,638 bytes/sec.
Done
Extracting files from ./data/pypi/spinners-0.0.23.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 993 lines, 20,178 bytes in 0.004 seconds.
That's 254,565 lines/sec, or 5,172,830 bytes/sec.
Done
Extracting files from ./data/pypi/uritemplate-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,768 lines, 53,227 bytes in 0.012 seconds.
That's 147,640 lines/sec, or 4,444,825 bytes/sec.
Done
Extracting files from ./data/pypi/loggly-python-handler-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 70 lines, 1,876 bytes in 0.001 seconds.
That's 66,291 lines/sec, or 1,776,589 bytes/sec.
Done
Extracting files from ./data/pypi/gcs-oauth2-boto-plugin-2.5.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,564 lines, 57,796 bytes in 0.009 seconds.
That's 167,025 lines/sec, or 6,172,221 bytes/sec.
Done
Extracting files from ./data/pypi/zipstream-1.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 983 lines, 36,787 bytes in 0.008 seconds.
That's 121,062 lines/sec, or 4,530,518 bytes/sec.
Done
Extracting files from ./data/pypi/django-formtools-2.2.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 3,473 lines, 126,237 bytes in 0.058 seconds.
That's 59,460 lines/sec, or 2,161,260 bytes/sec.
Done
Extracting files from ./data/pypi/circleci-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,031 lines, 31,983 bytes in 0.005 seconds.
That's 204,315 lines/sec, or 6,338,125 bytes/sec.
Done
Extracting files from ./data/pypi/orderedmultidict-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 2,206 lines, 78,745 bytes in 0.022 seconds.
That's 101,321 lines/sec, or 3,616,737 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.log-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 5,894 lines, 219,531 bytes in 0.070 seconds.
That's 84,470 lines/sec, or 3,146,222 bytes/sec.
Done
Extracting files from ./data/pypi/dbt-postgres-0.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 327 lines, 10,732 bytes in 0.003 seconds.
That's 104,419 lines/sec, or 3,426,971 bytes/sec.
Done
Extracting files from ./data/pypi/hacs-frontend-20200104192235.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 31 lines, 761 bytes in 0.001 seconds.
That's 32,128 lines/sec, or 788,699 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ApplicationServices-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,873 lines, 206,338 bytes in 0.067 seconds.
That's 73,254 lines/sec, or 3,101,806 bytes/sec.
Done
Extracting files from ./data/pypi/web-fragments-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 847 lines, 27,198 bytes in 0.007 seconds.
That's 117,282 lines/sec, or 3,766,026 bytes/sec.
Done
Extracting files from ./data/pypi/django-widget-tweaks-1.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 661 lines, 23,322 bytes in 0.007 seconds.
That's 91,490 lines/sec, or 3,228,049 bytes/sec.
Done
Extracting files from ./data/pypi/jdatetime-3.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,403 lines, 46,712 bytes in 0.013 seconds.
That's 109,327 lines/sec, or 3,639,957 bytes/sec.
Done
Extracting files from ./data/pypi/nosexcover-1.0.11.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 121 lines, 4,611 bytes in 0.002 seconds.
That's 67,976 lines/sec, or 2,590,401 bytes/sec.
Done
Extracting files from ./data/pypi/sphinx-autodoc-typehints-1.10.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,261 lines, 37,819 bytes in 0.009 seconds.
That's 133,767 lines/sec, or 4,011,846 bytes/sec.
Done
Extracting files from ./data/pypi/redis-py-cluster-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,828 lines, 99,554 bytes in 0.042 seconds.
That's 67,647 lines/sec, or 2,381,388 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-MapKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 2,955 lines, 100,291 bytes in 0.029 seconds.
That's 101,874 lines/sec, or 3,457,538 bytes/sec.
Done
Extracting files from ./data/pypi/pywin32-ctypes-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 2,660 lines, 80,257 bytes in 0.018 seconds.
That's 146,907 lines/sec, or 4,432,448 bytes/sec.
Done
Extracting files from ./data/pypi/thinc-7.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 102 files, 10,588 lines, 328,817 bytes in 0.145 seconds.
That's 72,786 lines/sec, or 2,260,412 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-html-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,469 lines, 51,902 bytes in 0.014 seconds.
That's 102,891 lines/sec, or 3,635,302 bytes/sec.
Done
Extracting files from ./data/pypi/pip-review-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 290 lines, 8,709 bytes in 0.003 seconds.
That's 113,002 lines/sec, or 3,393,552 bytes/sec.
Done
Extracting files from ./data/pypi/nilearn-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 180 files, 50,981 lines, 1,937,778 bytes in 0.711 seconds.
That's 71,715 lines/sec, or 2,725,884 bytes/sec.
Done
Extracting files from ./data/pypi/pdf2image-1.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 625 lines, 18,554 bytes in 0.006 seconds.
That's 98,688 lines/sec, or 2,929,681 bytes/sec.
Done
Extracting files from ./data/pypi/funcsigs-1.0.2.tar.gz... Done
Trying to parse all python files ... Done
Trying to parse all python files ...
Checked 19 files, 2,793 lines, 92,551 bytes in 0.020 seconds.
That's 138,023 lines/sec, or 4,573,632 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-resource-manager-0.30.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,455 lines, 54,333 bytes in 0.009 seconds.
That's 157,388 lines/sec, or 5,877,218 bytes/sec.
Done
Extracting files from ./data/pypi/fysom-2.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,216 lines, 81,465 bytes in 0.045 seconds.
That's 48,873 lines/sec, or 1,796,689 bytes/sec.
Done
Extracting files from ./data/pypi/geohash2-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 175 lines, 6,834 bytes in 0.002 seconds.
That's 105,098 lines/sec, or 4,104,220 bytes/sec.
Done
Extracting files from ./data/pypi/ofxparse-0.20.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,677 lines, 307,849 bytes in 0.052 seconds.
That's 70,490 lines/sec, or 5,901,633 bytes/sec.
Done
Extracting files from ./data/pypi/dfply-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 3,821 lines, 122,641 bytes in 0.033 seconds.
That's 117,058 lines/sec, or 3,757,166 bytes/sec.
Done
Extracting files from ./data/pypi/autobahn-20.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 158 files, 43,120 lines, 1,629,736 bytes in 0.460 seconds.
That's 93,682 lines/sec, or 3,540,728 bytes/sec.
Done
Extracting files from ./data/pypi/django-registration-3.1.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 2,528 lines, 80,112 bytes in 0.019 seconds.
That's 129,666 lines/sec, or 4,109,108 bytes/sec.
Done
Extracting files from ./data/pypi/python-rapidjson-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,762 lines, 79,961 bytes in 0.022 seconds.
That's 128,234 lines/sec, or 3,712,428 bytes/sec.
Done
Extracting files from ./data/pypi/chainer-7.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 546 files, 99,888 lines, 3,572,921 bytes in 1.288 seconds.
That's 77,548 lines/sec, or 2,773,819 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-kusto-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 528 lines, 19,866 bytes in 0.004 seconds.
That's 121,768 lines/sec, or 4,581,517 bytes/sec.
Done
Extracting files from ./data/pypi/cvxpy-1.0.25.tar.gz... Done
Trying to parse all python files ...
Checked 313 files, 41,144 lines, 1,409,434 bytes in 0.672 seconds.
That's 61,219 lines/sec, or 2,097,121 bytes/sec.
Done
Extracting files from ./data/pypi/celery-redbeat-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 760 lines, 25,704 bytes in 0.006 seconds.
That's 120,358 lines/sec, or 4,070,621 bytes/sec.
Done
Extracting files from ./data/pypi/textblob-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,963 lines, 186,339 bytes in 0.065 seconds.
That's 76,541 lines/sec, or 2,873,782 bytes/sec.
Done
Extracting files from ./data/pypi/os_diskconfig_python_novaclient_ext-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 120 lines, 3,954 bytes in 0.001 seconds.
That's 122,402 lines/sec, or 4,033,142 bytes/sec.
Done
Extracting files from ./data/pypi/blist-1.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 9,558 lines, 319,126 bytes in 0.114 seconds.
That's 83,593 lines/sec, or 2,791,031 bytes/sec.
Done
Extracting files from ./data/pypi/mando-0.6.4.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 2,944 lines, 96,914 bytes in 0.021 seconds.
That's 139,690 lines/sec, or 4,598,475 bytes/sec.
Done
Extracting files from ./data/pypi/voluptuous-serialize-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 285 lines, 7,246 bytes in 0.003 seconds.
That's 107,324 lines/sec, or 2,728,670 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.lang-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 254 lines, 9,060 bytes in 0.002 seconds.
That's 105,230 lines/sec, or 3,753,496 bytes/sec.
Done
Extracting files from ./data/pypi/s4cmd-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 2,005 lines, 72,406 bytes in 0.016 seconds.
That's 123,382 lines/sec, or 4,455,652 bytes/sec.
Done
Extracting files from ./data/pypi/tsfresh-0.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 11,028 lines, 471,218 bytes in 0.111 seconds.
That's 99,400 lines/sec, or 4,247,267 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-DictionaryServices-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 668 lines, 20,922 bytes in 0.006 seconds.
That's 119,719 lines/sec, or 3,749,657 bytes/sec.
Done
Extracting files from ./data/pypi/tensorflow-transform-0.21.0.tar.gz... Done
Trying to parse all python files ...
Checked 80 files, 29,662 lines, 1,188,477 bytes in 0.399 seconds.
That's 74,295 lines/sec, or 2,976,820 bytes/sec.
Done
Extracting files from ./data/pypi/cachelib-0.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 957 lines, 32,841 bytes in 0.007 seconds.
That's 134,363 lines/sec, or 4,610,870 bytes/sec.
Done
Extracting files from ./data/pypi/ply-3.11.tar.gz... Done
Trying to parse all python files ...
data/pypi/ply-3.11/doc/makedoc.py:46:11: invalid syntax
data/pypi/ply-3.11/example/GardenSnake/GardenSnake.py:159:11: invalid syntax
data/pypi/ply-3.11/example/unicalc/calc.py:21:12: invalid syntax
Checked 150 files, 16,879 lines, 492,067 bytes in 0.150 seconds.
That's 112,395 lines/sec, or 3,276,617 bytes/sec.
Failed to parse data/pypi/ply-3.11
Extracting files from ./data/pypi/scrapyd-client-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 40 lines, 1,261 bytes in 0.001 seconds.
That's 51,401 lines/sec, or 1,620,410 bytes/sec.
Done
Extracting files from ./data/pypi/localstack-0.10.7.tar.gz... Done
Trying to parse all python files ...
Checked 81 files, 15,405 lines, 589,235 bytes in 0.222 seconds.
That's 69,401 lines/sec, or 2,654,547 bytes/sec.
Done
Extracting files from ./data/pypi/simpy-3.0.11.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 3,041 lines, 101,489 bytes in 0.017 seconds.
That's 174,629 lines/sec, or 5,827,981 bytes/sec.
Done
Extracting files from ./data/pypi/ipaddress-1.0.23.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 4,692 lines, 176,358 bytes in 0.070 seconds.
That's 67,471 lines/sec, or 2,536,021 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-NetFS-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 896 lines, 30,895 bytes in 0.007 seconds.
That's 119,707 lines/sec, or 4,127,637 bytes/sec.
Done
Extracting files from ./data/pypi/bottle-0.12.18.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 7,260 lines, 279,640 bytes in 0.104 seconds.
That's 69,561 lines/sec, or 2,679,354 bytes/sec.
Done
Extracting files from ./data/pypi/certbot-apache-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 9,387 lines, 381,613 bytes in 0.134 seconds.
That's 70,055 lines/sec, or 2,847,963 bytes/sec.
Done
Extracting files from ./data/pypi/runlike-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 273 lines, 8,831 bytes in 0.003 seconds.
That's 94,468 lines/sec, or 3,055,845 bytes/sec.
Done
Extracting files from ./data/pypi/trueskill-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,207 lines, 76,022 bytes in 0.022 seconds.
That's 99,853 lines/sec, or 3,439,506 bytes/sec.
Done
Extracting files from ./data/pypi/towncrier-19.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,827 lines, 51,693 bytes in 0.013 seconds.
That's 140,918 lines/sec, or 3,987,130 bytes/sec.
Done
Extracting files from ./data/pypi/apispec-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 5,060 lines, 184,017 bytes in 0.042 seconds.
That's 120,055 lines/sec, or 4,366,035 bytes/sec.
Done
Extracting files from ./data/pypi/awslogs-0.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 256 lines, 11,129 bytes in 0.003 seconds.
That's 87,105 lines/sec, or 3,786,680 bytes/sec.
Done
Extracting files from ./data/pypi/passlib-1.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 97 files, 47,182 lines, 1,852,540 bytes in 0.534 seconds.
That's 88,332 lines/sec, or 3,468,227 bytes/sec.
Done
Extracting files from ./data/pypi/catkin_pkg-0.4.16.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 6,683 lines, 266,918 bytes in 0.082 seconds.
That's 81,194 lines/sec, or 3,242,887 bytes/sec.
Done
Extracting files from ./data/pypi/uuid-1.30.tar.gz... Done
Trying to parse all python files ...
data/pypi/uuid-1.30/uuid.py:138:41: invalid syntax
Checked 2 files, 481 lines, 17,984 bytes in 0.001 seconds.
That's 492,544 lines/sec, or 18,415,616 bytes/sec.
Failed to parse data/pypi/uuid-1.30
Extracting files from ./data/pypi/requests-cache-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,717 lines, 88,994 bytes in 0.022 seconds.
That's 124,164 lines/sec, or 4,066,941 bytes/sec.
Done
Extracting files from ./data/pypi/netifaces-0.10.9.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 600 lines, 20,556 bytes in 0.004 seconds.
That's 154,231 lines/sec, or 5,283,944 bytes/sec.
Done
Extracting files from ./data/pypi/dogpile.core-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,493 lines, 49,554 bytes in 0.009 seconds.
That's 173,048 lines/sec, or 5,743,625 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-dla-0.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,316 lines, 56,111 bytes in 0.009 seconds.
That's 151,911 lines/sec, or 6,477,132 bytes/sec.
Done
Extracting files from ./data/pypi/azure-multiapi-storage-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 383 files, 132,976 lines, 5,915,672 bytes in 1.098 seconds.
That's 121,133 lines/sec, or 5,388,811 bytes/sec.
Exception encountered in analyzing ./data/pypi/azure-multiapi-storage-0.2.4.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/azure-multiapi-storage-0.2.4
Extracting files from ./data/pypi/Flask-Caching-1.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 4,849 lines, 152,206 bytes in 0.051 seconds.
That's 94,634 lines/sec, or 2,970,482 bytes/sec.
Done
Extracting files from ./data/pypi/kociemba-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,967 lines, 67,662 bytes in 0.018 seconds.
That's 107,967 lines/sec, or 3,713,914 bytes/sec.
Done
Extracting files from ./data/pypi/text-unidecode-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 96 lines, 2,942 bytes in 0.001 seconds.
That's 78,109 lines/sec, or 2,393,723 bytes/sec.
Done
Extracting files from ./data/pypi/distro-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 3,732 lines, 130,217 bytes in 0.024 seconds.
That's 158,532 lines/sec, or 5,531,504 bytes/sec.
Done
Extracting files from ./data/pypi/u-msgpack-python-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,847 lines, 67,492 bytes in 0.014 seconds.
That's 128,014 lines/sec, or 4,677,804 bytes/sec.
Done
Extracting files from ./data/pypi/asttokens-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 5,288 lines, 249,905 bytes in 0.034 seconds.
That's 156,420 lines/sec, or 7,392,256 bytes/sec.
Exception encountered in analyzing ./data/pypi/asttokens-2.0.3.tar.gz:
maximum recursion depth exceeded while calling a Python object
Failed to parse data/pypi/asttokens-2.0.3
Extracting files from ./data/pypi/characteristic-14.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,942 lines, 58,043 bytes in 0.010 seconds.
That's 198,589 lines/sec, or 5,935,488 bytes/sec.
Done
Extracting files from ./data/pypi/dumb-init-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 136 lines, 3,861 bytes in 0.001 seconds.
That's 106,423 lines/sec, or 3,021,307 bytes/sec.
Done
Extracting files from ./data/pypi/Glances-3.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 155 files, 50,200 lines, 1,933,880 bytes in 0.448 seconds.
That's 111,967 lines/sec, or 4,313,343 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-bigquery-datatransfer-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 10,159 lines, 409,421 bytes in 0.041 seconds.
That's 248,276 lines/sec, or 10,005,862 bytes/sec.
Done
Extracting files from ./data/pypi/package-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 484 lines, 12,001 bytes in 0.002 seconds.
That's 200,439 lines/sec, or 4,969,969 bytes/sec.
Done
Extracting files from ./data/pypi/web.py-0.40.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 11,305 lines, 322,819 bytes in 0.107 seconds.
That's 106,066 lines/sec, or 3,028,753 bytes/sec.
Done
Extracting files from ./data/pypi/pysam-0.15.4.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,341 lines, 44,119 bytes in 0.010 seconds.
That's 132,815 lines/sec, or 4,369,607 bytes/sec.
Done
Extracting files from ./data/pypi/pylibmc-1.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,743 lines, 57,561 bytes in 0.015 seconds.
That's 115,569 lines/sec, or 3,816,566 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-coding-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 122 lines, 3,936 bytes in 0.001 seconds.
That's 99,014 lines/sec, or 3,194,423 bytes/sec.
Done
Extracting files from ./data/pypi/ngxtop-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 597 lines, 20,540 bytes in 0.005 seconds.
That's 124,225 lines/sec, or 4,273,999 bytes/sec.
Done
Extracting files from ./data/pypi/pysnmp-4.4.12.tar.gz... Done
Trying to parse all python files ...
Checked 317 files, 35,235 lines, 1,503,936 bytes in 0.492 seconds.
That's 71,623 lines/sec, or 3,057,084 bytes/sec.
Done
Extracting files from ./data/pypi/django-fsm-log-1.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 941 lines, 27,850 bytes in 0.010 seconds.
That's 97,313 lines/sec, or 2,880,107 bytes/sec.
Done
Extracting files from ./data/pypi/pox-0.2.7.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,277 lines, 79,619 bytes in 0.039 seconds.
That's 58,595 lines/sec, or 2,048,876 bytes/sec.
Done
Extracting files from ./data/pypi/aws-sam-translator-1.20.1.tar.gz... Done
Trying to parse all python files ...
Checked 98 files, 11,543 lines, 493,653 bytes in 0.082 seconds.
That's 140,018 lines/sec, or 5,988,070 bytes/sec.
Exception encountered in analyzing ./data/pypi/aws-sam-translator-1.20.1.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/aws-sam-translator-1.20.1
Extracting files from ./data/pypi/PyHamcrest-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 3,206 lines, 105,543 bytes in 0.025 seconds.
That's 127,528 lines/sec, or 4,198,282 bytes/sec.
Done
Extracting files from ./data/pypi/pyjslint-0.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 166 lines, 4,859 bytes in 0.002 seconds.
That's 106,706 lines/sec, or 3,123,391 bytes/sec.
Done
Extracting files from ./data/pypi/Pympler-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 14,229 lines, 497,303 bytes in 0.157 seconds.
That's 90,497 lines/sec, or 3,162,851 bytes/sec.
Done
Extracting files from ./data/pypi/pyquery-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 4,547 lines, 148,209 bytes in 0.055 seconds.
That's 82,331 lines/sec, or 2,683,585 bytes/sec.
Done
Extracting files from ./data/pypi/CherryPy-18.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 109 files, 28,569 lines, 985,611 bytes in 0.337 seconds.
That's 84,889 lines/sec, or 2,928,612 bytes/sec.
Done
Extracting files from ./data/pypi/django-jenkins-0.110.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,243 lines, 81,407 bytes in 0.035 seconds.
That's 63,842 lines/sec, or 2,317,085 bytes/sec.
Done
Extracting files from ./data/pypi/isodate-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,869 lines, 119,735 bytes in 0.021 seconds.
That's 133,948 lines/sec, or 5,590,180 bytes/sec.
Done
Extracting files from ./data/pypi/numdifftools-0.9.39.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 8,845 lines, 299,419 bytes in 0.113 seconds.
That's 78,377 lines/sec, or 2,653,215 bytes/sec.
Done
Extracting files from ./data/pypi/dialogflow-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 111 files, 55,455 lines, 2,185,736 bytes in 0.410 seconds.
That's 135,275 lines/sec, or 5,331,819 bytes/sec.
Done
Extracting files from ./data/pypi/weakrefmethod-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 254 lines, 8,217 bytes in 0.003 seconds.
That's 82,541 lines/sec, or 2,670,225 bytes/sec.
Done
Extracting files from ./data/pypi/pip-licenses-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,232 lines, 41,130 bytes in 0.009 seconds.
That's 138,983 lines/sec, or 4,639,906 bytes/sec.
Done
Extracting files from ./data/pypi/super-csv-0.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 978 lines, 30,698 bytes in 0.027 seconds.
That's 36,807 lines/sec, or 1,155,308 bytes/sec.
Done
Extracting files from ./data/pypi/requests-aws-0.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 370 lines, 13,645 bytes in 0.003 seconds.
That's 108,714 lines/sec, or 4,009,196 bytes/sec.
Done
Extracting files from ./data/pypi/python-graph-core-1.8.2.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 4,502 lines, 145,370 bytes in 0.024 seconds.
That's 190,816 lines/sec, or 6,161,462 bytes/sec.
Done
Extracting files from ./data/pypi/sceptre-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 76 files, 10,279 lines, 340,024 bytes in 0.098 seconds.
That's 104,894 lines/sec, or 3,469,850 bytes/sec.
Done
Extracting files from ./data/pypi/requests-async-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 876 lines, 27,893 bytes in 0.007 seconds.
That's 126,097 lines/sec, or 4,015,091 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.rootwrap-6.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 3,003 lines, 108,878 bytes in 0.023 seconds.
That's 129,386 lines/sec, or 4,691,082 bytes/sec.
Done
Extracting files from ./data/pypi/pysrt-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,583 lines, 52,848 bytes in 0.015 seconds.
That's 107,242 lines/sec, or 3,580,252 bytes/sec.
Done
Extracting files from ./data/pypi/pydocstyle-5.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,856 lines, 113,486 bytes in 0.033 seconds.
That's 87,020 lines/sec, or 3,457,807 bytes/sec.
Done
Extracting files from ./data/pypi/pylint-common-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 125 lines, 3,777 bytes in 0.001 seconds.
That's 85,752 lines/sec, or 2,591,084 bytes/sec.
Done
Extracting files from ./data/pypi/publicsuffixlist-0.6.12.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 581 lines, 19,302 bytes in 0.005 seconds.
That's 108,941 lines/sec, or 3,619,226 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CoreLocation-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,577 lines, 51,214 bytes in 0.031 seconds.
That's 51,437 lines/sec, or 1,670,454 bytes/sec.
Done
Extracting files from ./data/pypi/terminado-0.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,198 lines, 41,629 bytes in 0.009 seconds.
That's 138,814 lines/sec, or 4,823,600 bytes/sec.
Done
Extracting files from ./data/pypi/dbfread-2.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 1,853 lines, 53,533 bytes in 0.014 seconds.
That's 133,747 lines/sec, or 3,863,942 bytes/sec.
Done
Extracting files from ./data/pypi/webium-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 671 lines, 20,846 bytes in 0.007 seconds.
That's 91,420 lines/sec, or 2,840,164 bytes/sec.
Done
Extracting files from ./data/pypi/pyasn1-0.4.8.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 20,869 lines, 667,951 bytes in 0.266 seconds.
That's 78,516 lines/sec, or 2,513,047 bytes/sec.
Done
Extracting files from ./data/pypi/django-select2-7.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 980 lines, 31,048 bytes in 0.006 seconds.
That's 172,663 lines/sec, or 5,470,249 bytes/sec.
Done
Extracting files from ./data/pypi/flask-marshmallow-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 681 lines, 22,243 bytes in 0.005 seconds.
That's 140,789 lines/sec, or 4,598,477 bytes/sec.
Done
Extracting files from ./data/pypi/django-prometheus-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 1,355 lines, 47,814 bytes in 0.027 seconds.
That's 50,277 lines/sec, or 1,774,135 bytes/sec.
Done
Extracting files from ./data/pypi/python-prctl-1.7.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 839 lines, 32,713 bytes in 0.010 seconds.
That's 85,509 lines/sec, or 3,334,020 bytes/sec.
Done
Extracting files from ./data/pypi/mtranslate-1.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 146 lines, 4,168 bytes in 0.001 seconds.
That's 101,705 lines/sec, or 2,903,481 bytes/sec.
Done
Extracting files from ./data/pypi/fuzzyset-0.0.19.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 346 lines, 10,275 bytes in 0.004 seconds.
That's 92,950 lines/sec, or 2,760,294 bytes/sec.
Done
Extracting files from ./data/pypi/geoip2-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,936 lines, 97,577 bytes in 0.015 seconds.
That's 202,195 lines/sec, or 6,719,880 bytes/sec.
Done
Extracting files from ./data/pypi/httpbin-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,324 lines, 75,540 bytes in 0.025 seconds.
That's 94,769 lines/sec, or 3,080,401 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-cdn-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 719 lines, 28,753 bytes in 0.020 seconds.
That's 35,563 lines/sec, or 1,422,156 bytes/sec.
Done
Extracting files from ./data/pypi/pyScss-1.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 12,965 lines, 451,329 bytes in 0.163 seconds.
That's 79,669 lines/sec, or 2,773,382 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-eventgrid-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,604 lines, 81,000 bytes in 0.010 seconds.
That's 163,973 lines/sec, or 8,280,451 bytes/sec.
Done
Extracting files from ./data/pypi/atlassian-python-api-1.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 8,317 lines, 328,768 bytes in 0.089 seconds.
That's 93,764 lines/sec, or 3,706,474 bytes/sec.
Done
Extracting files from ./data/pypi/slackweb-1.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 65 lines, 1,694 bytes in 0.001 seconds.
That's 65,489 lines/sec, or 1,706,738 bytes/sec.
Done
Extracting files from ./data/pypi/shodan-1.21.3.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 4,105 lines, 140,904 bytes in 0.031 seconds.
That's 132,999 lines/sec, or 4,565,178 bytes/sec.
Done
Extracting files from ./data/pypi/python-binary-memcached-0.29.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,184 lines, 113,711 bytes in 0.026 seconds.
That's 123,767 lines/sec, or 4,420,108 bytes/sec.
Done
Extracting files from ./data/pypi/us-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 238 lines, 7,005 bytes in 0.004 seconds.
That's 66,647 lines/sec, or 1,961,617 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-privatedns-1.0.2.tar.gz... Done
Trying to parse all python files ... Extracting files from ./data/pypi/django-wkhtmltopdf-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,112 lines, 42,537 bytes in 0.012 seconds.
That's 95,949 lines/sec, or 3,670,296 bytes/sec.
Done
Extracting files from ./data/pypi/urlextract-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,079 lines, 35,287 bytes in 0.006 seconds.
That's 172,524 lines/sec, or 5,642,132 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-servicebus-0.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,896 lines, 100,861 bytes in 0.040 seconds.
That's 47,053 lines/sec, or 2,503,057 bytes/sec.
Done
Extracting files from ./data/pypi/pycares-3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,700 lines, 94,139 bytes in 0.024 seconds.
That's 110,709 lines/sec, or 3,860,005 bytes/sec.
Done
Extracting files from ./data/pypi/fastapi-0.48.0.tar.gz... Done
Trying to parse all python files ...
Checked 441 files, 27,041 lines, 840,529 bytes in 0.321 seconds.
That's 84,315 lines/sec, or 2,620,807 bytes/sec.
Diffing ASTs for data/pypi/fastapi-0.48.0/fastapi/applications.py ...
--- a
+++ b
@@ -322,7 +322,7 @@
)
],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -512,7 +512,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -614,7 +614,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/fastapi-0.48.0/fastapi/routing.py ...
--- a
+++ b
@@ -2206,7 +2206,7 @@
),
],
),
- simple=0,
+ simple=1,
)
],
orelse=[
@@ -2286,7 +2286,7 @@
),
],
),
- simple=0,
+ simple=1,
)
],
),
@@ -2314,7 +2314,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
orelse=[
@@ -2877,7 +2877,7 @@
ctx=Load(),
),
value=Name(id="response_fields", ctx=Load()),
- simple=0,
+ simple=1,
)
],
orelse=[
Diffing ASTs for data/pypi/fastapi-0.48.0/fastapi/security/api_key.py ...
--- a
+++ b
@@ -106,7 +106,7 @@
),
],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -322,7 +322,7 @@
),
],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -538,7 +538,7 @@
),
],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Failed to parse data/pypi/fastapi-0.48.0
Extracting files from ./data/pypi/google-cloud-happybase-0.33.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,260 lines, 84,710 bytes in 0.009 seconds.
That's 249,615 lines/sec, or 9,356,142 bytes/sec.
Done
Extracting files from ./data/pypi/pysubnettree-0.31.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 205 lines, 6,326 bytes in 0.002 seconds.
That's 101,852 lines/sec, or 3,142,995 bytes/sec.
Done
Extracting files from ./data/pypi/python-vlc-3.0.7110.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 12,175 lines, 492,894 bytes in 0.113 seconds.
That's 107,536 lines/sec, or 4,353,492 bytes/sec.
Done
Extracting files from ./data/pypi/mizani-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 9,259 lines, 275,059 bytes in 0.054 seconds.
That's 170,520 lines/sec, or 5,065,670 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-salt-2020.1.27.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 8,535 lines, 287,849 bytes in 0.041 seconds.
That's 209,841 lines/sec, or 7,077,024 bytes/sec.
Done
Extracting files from ./data/pypi/widgetsnbextension-3.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 263 lines, 8,512 bytes in 0.002 seconds.
That's 110,598 lines/sec, or 3,579,498 bytes/sec.
Done
Extracting files from ./data/pypi/traits-5.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 193 files, 40,152 lines, 1,263,491 bytes in 0.346 seconds.
That's 116,007 lines/sec, or 3,650,468 bytes/sec.
Done
Extracting files from ./data/pypi/lightfm-1.15.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,349 lines, 89,010 bytes in 0.012 seconds.
That's 197,816 lines/sec, or 7,495,784 bytes/sec.
Done
Extracting files from ./data/pypi/csvkit-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 5,255 lines, 210,607 bytes in 0.070 seconds.
That's 74,934 lines/sec, or 3,003,181 bytes/sec.
Done
Extracting files from ./data/pypi/python-xmp-toolkit-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 6,050 lines, 221,239 bytes in 0.029 seconds.
That's 209,781 lines/sec, or 7,671,365 bytes/sec.
Done
Extracting files from ./data/pypi/supervisor-4.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 68 files, 36,598 lines, 1,359,647 bytes in 0.555 seconds.
That's 65,987 lines/sec, or 2,451,464 bytes/sec.
Done
Extracting files from ./data/pypi/roman-3.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 351 lines, 12,054 bytes in 0.020 seconds.
That's 17,811 lines/sec, or 611,669 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-acr-2.2.9.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 6,583 lines, 270,412 bytes in 0.044 seconds.
That's 150,091 lines/sec, or 6,165,350 bytes/sec.
Done
Extracting files from ./data/pypi/pykafka-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 14,690 lines, 598,468 bytes in 0.115 seconds.
That's 127,842 lines/sec, or 5,208,259 bytes/sec.
Done
Extracting files from ./data/pypi/pylint-flask-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 270 lines, 7,741 bytes in 0.003 seconds.
That's 96,503 lines/sec, or 2,766,775 bytes/sec. 7,461 bytes in 0.002 seconds.
That's 120,715 lines/sec, or 4,169,714 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-translate-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 13,395 lines, 520,705 bytes in 0.065 seconds.
That's 207,053 lines/sec, or 8,048,805 bytes/sec.
Done
Extracting files from ./data/pypi/RestrictedPython-5.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 7,156 lines, 202,551 bytes in 0.051 seconds.
That's 141,290 lines/sec, or 3,999,230 bytes/sec.
Done
Extracting files from ./data/pypi/cov-core-1.15.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 410 lines, 15,711 bytes in 0.004 seconds.
That's 110,263 lines/sec, or 4,225,231 bytes/sec.
Done
Extracting files from ./data/pypi/ndg_httpsclient-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,776 lines, 65,967 bytes in 0.014 seconds.
That's 126,074 lines/sec, or 4,682,841 bytes/sec.
Done
Extracting files from ./data/pypi/Pyro4-4.78.tar.gz... Done
Trying to parse all python files ...
Checked 214 files, 23,202 lines, 894,865 bytes in 0.388 seconds.
That's 59,724 lines/sec, or 2,303,480 bytes/sec.
Done
Extracting files from ./data/pypi/awacs-0.9.7.tar.gz... Done
Trying to parse all python files ...
Checked 194 files, 12,009 lines, 458,829 bytes in 0.157 seconds.
That's 76,611 lines/sec, or 2,927,082 bytes/sec.
Done
Extracting files from ./data/pypi/django-s3-storage-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 575 lines, 21,322 bytes in 0.005 seconds.
That's 112,650 lines/sec, or 4,177,260 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-testmon-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 5,201 lines, 153,066 bytes in 0.050 seconds.
That's 103,414 lines/sec, or 3,043,473 bytes/sec.
Exception encountered in analyzing ./data/pypi/pytest-testmon-1.0.2.tar.gz:
'utf-8' codec can't decode byte 0x9a in position 33: invalid start byte
Failed to parse data/pypi/pytest-testmon-1.0.2
Extracting files from ./data/pypi/testinfra-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 6,525 lines, 210,026 bytes in 0.045 seconds.
That's 144,197 lines/sec, or 4,641,391 bytes/sec.
Done
Extracting files from ./data/pypi/neo4j-driver-1.7.6.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,008 lines, 96,599 bytes in 0.019 seconds.
That's 156,668 lines/sec, or 5,031,238 bytes/sec.
Done
Extracting files from ./data/pypi/voluptuous-0.11.7.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 4,165 lines, 125,317 bytes in 0.028 seconds.
That's 146,658 lines/sec, or 4,412,653 bytes/sec.
Done
Extracting files from ./data/pypi/mesh-tensorflow-0.1.9.tar.gz... Done
Trying to parse all python files ...
Checked 61 files, 28,810 lines, 1,052,868 bytes in 0.366 seconds.
That's 78,686 lines/sec, or 2,875,603 bytes/sec.
Done
Extracting files from ./data/pypi/mixpanel-4.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 643 lines, 24,835 bytes in 0.004 seconds.
That's 175,708 lines/sec, or 6,786,471 bytes/sec.
Done
Extracting files from ./data/pypi/bump2version-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,641 lines, 115,749 bytes in 0.054 seconds.
That's 67,147 lines/sec, or 2,134,645 bytes/sec.
Done
Extracting files from ./data/pypi/papermill-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 5,614 lines, 189,934 bytes in 0.045 seconds.
That's 124,776 lines/sec, or 4,221,442 bytes/sec.
Done
Extracting files from ./data/pypi/distributed-2.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 197 files, 68,846 lines, 2,086,771 bytes in 1.137 seconds.
That's 60,535 lines/sec, or 1,834,845 bytes/sec.
Done
Extracting files from ./data/pypi/pyclustering-0.9.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 274 files, 50,861 lines, 2,094,988 bytes in 0.788 seconds.
That's 64,550 lines/sec, or 2,658,837 bytes/sec.
Done
Extracting files from ./data/pypi/instana-1.18.1.tar.gz... Done
Trying to parse all python files ...
Checked 66 files, 6,355 lines, 220,325 bytes in 0.060 seconds.
That's 105,876 lines/sec, or 3,670,687 bytes/sec.
Done
Extracting files from ./data/pypi/easypost-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,065 lines, 34,915 bytes in 0.011 seconds.
That's 99,963 lines/sec, or 3,277,181 bytes/sec.
Done
Extracting files from ./data/pypi/attrs-19.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 9,771 lines, 277,891 bytes in 0.101 seconds.
That's 96,484 lines/sec, or 2,744,042 bytes/sec.
Done
Extracting files from ./data/pypi/crypto-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,045 lines, 54,775 bytes in 0.009 seconds.
That's 119,595 lines/sec, or 6,268,739 bytes/sec.
Done
Extracting files from ./data/pypi/django-statici18n-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 327 lines, 11,858 bytes in 0.004 seconds.
That's 90,369 lines/sec, or 3,277,068 bytes/sec.
Done
Extracting files from ./data/pypi/datasketch-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 5,379 lines, 264,132 bytes in 0.074 seconds.
That's 72,522 lines/sec, or 3,561,142 bytes/sec.
Done
Extracting files from ./data/pypi/django-constance-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 1,093 lines, 36,565 bytes in 0.012 seconds.
That's 91,915 lines/sec, or 3,074,920 bytes/sec.
Done
Extracting files from ./data/pypi/cwltool-2.0.20200126090152.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 19,282 lines, 684,727 bytes in 0.191 seconds.
That's 101,043 lines/sec, or 3,588,143 bytes/sec.
Done
Extracting files from ./data/pypi/recordclass-0.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 4,473 lines, 153,535 bytes in 0.046 seconds.
That's 97,815 lines/sec, or 3,357,468 bytes/sec.
Done
Extracting files from ./data/pypi/pyjks-19.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,807 lines, 81,714 bytes in 0.015 seconds.
That's 120,810 lines/sec, or 5,463,105 bytes/sec.
Done
Extracting files from ./data/pypi/pydomo-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,332 lines, 48,919 bytes in 0.011 seconds.
That's 118,909 lines/sec, or 4,367,043 bytes/sec.
Done
Extracting files from ./data/pypi/toml-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,522 lines, 51,822 bytes in 0.016 seconds.
That's 96,899 lines/sec, or 3,299,290 bytes/sec.
Done
Extracting files from ./data/pypi/anybadge-1.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 979 lines, 34,743 bytes in 0.005 seconds.
That's 190,845 lines/sec, or 6,772,760 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Injector-0.12.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 845 lines, 26,885 bytes in 0.006 seconds.
That's 139,832 lines/sec, or 4,448,981 bytes/sec.
Done
Extracting files from ./data/pypi/pytorch_pretrained_bert-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 7,362 lines, 321,909 bytes in 0.060 seconds.
That's 122,643 lines/sec, or 5,362,641 bytes/sec.
Done
Extracting files from ./data/pypi/python-multipart-0.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 3,659 lines, 124,865 bytes in 0.023 seconds.
That's 159,959 lines/sec, or 5,458,676 bytes/sec.
Done
Extracting files from ./data/pypi/opencensus-0.7.7.tar.gz... Done
Trying to parse all python files ...
Checked 93 files, 8,698 lines, 300,116 bytes in 0.071 seconds.
That's 122,644 lines/sec, or 4,231,698 bytes/sec.
Done
Extracting files from ./data/pypi/marshmallow-jsonschema-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 574 lines, 19,249 bytes in 0.004 seconds.
That's 137,158 lines/sec, or 4,599,565 bytes/sec.
Done
Extracting files from ./data/pypi/spark-nlp-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 3,192 lines,
Checked 12 files, 1,484 lines, 67,572 bytes in 0.009 seconds.
That's 157,125 lines/sec, or 7,154,478 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-expander-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 128 lines, 4,253 bytes in 0.002 seconds.
That's 79,337 lines/sec, or 2,636,083 bytes/sec.
Done
Extracting files from ./data/pypi/pycuda-2019.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 12,295 lines, 400,933 bytes in 0.123 seconds.
That's 99,576 lines/sec, or 3,247,133 bytes/sec.
Done
Extracting files from ./data/pypi/dj-static-0.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 167 lines, 5,527 bytes in 0.001 seconds.
That's 123,340 lines/sec, or 4,082,042 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-vision-0.42.0.tar.gz... Done
Trying to parse all python files ...
Checked 127 files, 63,234 lines, 2,357,478 bytes in 0.425 seconds.
That's 148,666 lines/sec, or 5,542,527 bytes/sec.
Done
Extracting files from ./data/pypi/cma-2.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 20,963 lines, 842,448 bytes in 0.306 seconds.
That's 68,609 lines/sec, or 2,757,201 bytes/sec.
Done
Extracting files from ./data/pypi/cmarkgfm-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 424 lines, 13,441 bytes in 0.004 seconds.
That's 108,372 lines/sec, or 3,435,444 bytes/sec.
Done
Extracting files from ./data/pypi/xmodem-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 727 lines, 26,974 bytes in 0.005 seconds.
That's 134,631 lines/sec, or 4,995,238 bytes/sec.
Done
Extracting files from ./data/pypi/python-social-auth-0.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 301 files, 7,855 lines, 275,325 bytes in 0.109 seconds.
That's 72,267 lines/sec, or 2,533,021 bytes/sec.
Done
Extracting files from ./data/pypi/biplist-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,836 lines, 69,086 bytes in 0.021 seconds.
That's 88,133 lines/sec, or 3,316,330 bytes/sec.
Done
Extracting files from ./data/pypi/CouchDB-1.2.tar.gz... Done
Trying to parse all python files ...
data/pypi/CouchDB-1.2/perftest.py:13:11: invalid syntax
Checked 33 files, 7,009 lines, 240,416 bytes in 0.077 seconds.
That's 90,691 lines/sec, or 3,110,789 bytes/sec.
Failed to parse data/pypi/CouchDB-1.2
Extracting files from ./data/pypi/vowpalwabbit-8.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 15,632 lines, 555,519 bytes in 0.084 seconds.
That's 186,894 lines/sec, or 6,641,722 bytes/sec.
Done
Extracting files from ./data/pypi/sasl-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 46 lines, 1,813 bytes in 0.001 seconds.
That's 67,532 lines/sec, or 2,661,629 bytes/sec.
Done
Extracting files from ./data/pypi/parse-1.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,379 lines, 90,130 bytes in 0.018 seconds.
That's 128,740 lines/sec, or 4,877,400 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-PubSub-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 915 lines, 29,335 bytes in 0.009 seconds.
That's 101,858 lines/sec, or 3,265,564 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-pageobjectlibrary-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 480 lines, 18,055 bytes in 0.003 seconds.
That's 179,228 lines/sec, or 6,741,579 bytes/sec.
Done
Extracting files from ./data/pypi/PyInstaller-3.6.tar.gz... Done
Trying to parse all python files ...
data/pypi/PyInstaller-3.6/tests/unit/test_modulegraph/testpkg-compatmodule/pkg/api2.py:7:29: invalid syntax
Checked 881 files, 49,720 lines, 1,876,590 bytes in 0.569 seconds.
That's 87,392 lines/sec, or 3,298,454 bytes/sec.
Exception encountered in analyzing ./data/pypi/PyInstaller-3.6.tar.gz:
maximum recursion depth exceeded while calling a Python object
Failed to parse data/pypi/PyInstaller-3.6
Extracting files from ./data/pypi/coloredlogs-10.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 3,404 lines, 136,878 bytes in 0.020 seconds.
That's 173,232 lines/sec, or 6,965,808 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-httplibrary-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 852 lines, 28,855 bytes in 0.002 seconds.
That's 405,900 lines/sec, or 13,746,779 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-LocalAuthentication-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 980 lines, 34,616 bytes in 0.008 seconds.
That's 122,268 lines/sec, or 4,318,818 bytes/sec.
Done
Extracting files from ./data/pypi/stopit-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 351 lines, 11,494 bytes in 0.003 seconds.
That's 137,038 lines/sec, or 4,487,511 bytes/sec.
Done
Extracting files from ./data/pypi/celery-4.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 349 files, 72,895 lines, 2,399,412 bytes in 1.449 seconds.
That's 50,298 lines/sec, or 1,655,625 bytes/sec.
Done
Extracting files from ./data/pypi/jaraco.text-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 533 lines, 14,076 bytes in 0.003 seconds.
That's 184,971 lines/sec, or 4,884,910 bytes/sec.
Done
Extracting files from ./data/pypi/koalas-0.26.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 33,723 lines, 1,169,449 bytes in 0.201 seconds.
That's 167,450 lines/sec, or 5,806,831 bytes/sec.
Done
Extracting files from ./data/pypi/python-etcd-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 4,204 lines, 141,340 bytes in 0.037 seconds.
That's 114,559 lines/sec, or 3,851,525 bytes/sec.
Done
Extracting files from ./data/pypi/convertdate-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 3,594 lines, 86,265 bytes in 0.024 seconds.
That's 150,394 lines/sec, or 3,609,842 bytes/sec.
Done
Extracting files from ./data/pypi/face_recognition-1.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,106 lines, 43,174 bytes in 0.009 seconds.
That's 121,945 lines/sec, or 4,760,256 bytes/sec.
Done
Extracting files from ./data/pypi/ZConfig-3.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 11,501 lines, 401,488 bytes in 0.113 seconds.
That's 101,359 lines/sec, or 3,538,354 bytes/sec.
Done
Extracting files from ./data/pypi/pdfminer-20191125.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 13,929 lines, 494,179 bytes in 0.168 seconds.
That's 83,109 lines/sec, or 2,948,572 bytes/sec.
Done
Extracting files from ./data/pypi/zope.schema-4.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 11,191 lines, 364,119 bytes in 0.099 seconds.
That's 112,911 lines/sec, or 3,673,750 bytes/sec.
Done
Extracting files from ./data/pypi/zope.component-4.6.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 7,774 lines, 276,521 bytes in 0.110 seconds.
That's 70,629 lines/sec, or 2,512,272 bytes/sec.
Done
Extracting files from ./data/pypi/public-2019.4.13.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 83 lines, 2,032 bytes in 0.001 seconds.
That's 71,440 lines/sec, or 1,748,989 bytes/sec.
Done
Extracting files from ./data/pypi/django-sql-explorer-1.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 3,068 lines, 111,185 bytes in 0.034 seconds.
That's 90,775 lines/sec, or 3,289,694 bytes/sec.
Done
Extracting files from ./data/pypi/ed25519-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,482 lines, 91,996 bytes in 0.017 seconds.
That's 147,090 lines/sec, or 5,451,914 bytes/sec.
Done
Extracting files from ./data/pypi/asciimatics-1.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 18,980 lines, 705,651 bytes in 0.190 seconds.
That's 99,691 lines/sec, or 3,706,375 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ModelIO-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 3,374 lines,
target=Attribute(
@@ -360,7 +360,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Name(id="email", ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/hass-nabucasa-0.31/hass_nabucasa/google_report_state.py ...
--- a
+++ b
@@ -241,7 +241,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/hass-nabucasa-0.31/hass_nabucasa/iot_base.py ...
--- a
+++ b
@@ -190,7 +190,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -228,7 +228,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/hass-nabucasa-0.31/hass_nabucasa/voice.py ...
--- a
+++ b
@@ -253,7 +253,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -267,7 +267,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -281,7 +281,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -295,7 +295,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Failed to parse data/pypi/hass-nabucasa-0.31
Extracting files from ./data/pypi/colored-1.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,642 lines, 83,381 bytes in 0.020 seconds.
That's 131,518 lines/sec, or 4,150,697 bytes/sec.
Done
Extracting files from ./data/pypi/yamlordereddictloader-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 118 lines, 4,054 bytes in 0.002 seconds.
That's 59,919 lines/sec, or 2,058,560 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-profile-2.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 444 lines, 19,493 bytes in 0.007 seconds.
That's 65,828 lines/sec, or 2,890,052 bytes/sec.
Done
Extracting files from ./data/pypi/zope.i18nmessageid-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,019 lines, 36,637 bytes in 0.007 seconds.
That's 155,429 lines/sec, or 5,588,287 bytes/sec.
Done
Extracting files from ./data/pypi/grpcio-tools-1.27.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 448 lines, 24,820 bytes in 0.008 seconds.
That's 53,464 lines/sec, or 2,962,005 bytes/sec.
Done
Extracting files from ./data/pypi/automaton-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,776 lines, 69,338 bytes in 0.015 seconds.
That's 120,469 lines/sec, or 4,703,313 bytes/sec.
Done
Extracting files from ./data/pypi/scramp-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,245 lines, 81,770 bytes in 0.012 seconds.
That's 181,545 lines/sec, or 6,612,456 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-telemetry-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 680 lines, 27,674 bytes in 0.007 seconds.
That's 98,336 lines/sec, or 4,001,971 bytes/sec.
Done
Extracting files from ./data/pypi/fig-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,141 lines, 69,925 bytes in 0.016 seconds.
That's 131,759 lines/sec, or 4,303,231 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-cloud-2.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 374 lines, 16,750 bytes in 0.004 seconds.
That's 94,629 lines/sec, or 4,238,076 bytes/sec.
Done
Extracting files from ./data/pypi/serverlessrepo-0.1.10.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,684 lines, 65,675 bytes in 0.036 seconds.
That's 47,203 lines/sec, or 1,840,898 bytes/sec.
Done
Extracting files from ./data/pypi/ffx-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,511 lines, 53,641 bytes in 0.013 seconds.
That's 118,023 lines/sec, or 4,189,852 bytes/sec.
Done
Extracting files from ./data/pypi/fasttext-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,648 lines, 55,080 bytes in 0.013 seconds.
That's 124,077 lines/sec, or 4,146,947 bytes/sec.
Done
Extracting files from ./data/pypi/yara-python-3.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 335 lines, 10,831 bytes in 0.003 seconds.
That's 101,531 lines/sec, or 3,282,644 bytes/sec.
Done
Extracting files from ./data/pypi/raven-6.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 180 files, 14,772 lines, 472,577 bytes in 0.155 seconds.
That's 95,415 lines/sec, or 3,052,448 bytes/sec.
Done
Extracting files from ./data/pypi/psycogreen-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 272 lines, 7,127 bytes in 0.003 seconds.
That's 99,204 lines/sec, or 2,599,374 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-xml-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 266 lines, 7,498 bytes in 0.002 seconds.
That's 107,837 lines/sec, or 3,039,715 bytes/sec.
Done
Extracting files from ./data/pypi/pep517-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,822 lines, 57,102 bytes in 0.016 seconds.
That's 117,004 lines/sec, or 3,666,950 bytes/sec.
Done
Extracting files from ./data/pypi/kombu-4.6.7.tar.gz... Done
Trying to parse all python files ...
Checked 179 files, 33,112 lines, 1,098,965 bytes in 0.440 seconds.
That's 75,281 lines/sec, or 2,498,531 bytes/sec.
Done
Extracting files from ./data/pypi/tinycss-0.4.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 4,466 lines, 150,264 bytes in 0.063 seconds.
That's 71,274 lines/sec, or 2,398,113 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-NetworkExtension-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 2,710 lines, 96,492 bytes in 0.024 seconds.
That's 111,049 lines/sec, or 3,954,011 bytes/sec.
Done
Extracting files from ./data/pypi/django-dynamic-fixture-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 49 files, 5,068 lines, 200,298 bytes in 0.086 seconds.
That's 58,794 lines/sec, or 2,323,681 bytes/sec.
Done
Extracting files from ./data/pypi/sacremoses-0.0.38.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,518 lines, 121,819 bytes in 0.018 seconds.
That's 143,865 lines/sec, 124,411 bytes in 0.024 seconds.
That's 143,252 lines/sec, or 5,282,196 bytes/sec.
Done
Extracting files from ./data/pypi/nose-progressive-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,420 lines, 57,292 bytes in 0.010 seconds.
That's 146,723 lines/sec, or 5,919,741 bytes/sec.
Done
Extracting files from ./data/pypi/pycrypto-2.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 123 files, 20,215 lines, 856,238 bytes in 0.115 seconds.
That's 175,071 lines/sec, or 7,415,415 bytes/sec.
Done
Extracting files from ./data/pypi/redis-3.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 11,799 lines, 435,912 bytes in 0.117 seconds.
That's 100,502 lines/sec, or 3,713,014 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cosmosdb-table-1.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 56 files, 12,488 lines, 505,870 bytes in 0.094 seconds.
That's 132,267 lines/sec, or 5,357,917 bytes/sec.
Exception encountered in analyzing ./data/pypi/azure-cosmosdb-table-1.0.6.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/azure-cosmosdb-table-1.0.6
Extracting files from ./data/pypi/azure-cli-extension-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 274 lines, 11,872 bytes in 0.003 seconds.
That's 97,484 lines/sec, or 4,223,834 bytes/sec.
Done
Extracting files from ./data/pypi/hyperframe-5.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,806 lines, 57,438 bytes in 0.013 seconds.
That's 140,232 lines/sec, or 4,459,937 bytes/sec.
Done
Extracting files from ./data/pypi/workalendar-8.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 160 files, 17,106 lines, 610,729 bytes in 0.308 seconds.
That's 55,570 lines/sec, or 1,984,004 bytes/sec.
Done
Extracting files from ./data/pypi/python-troveclient-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 115 files, 24,568 lines, 895,159 bytes in 0.342 seconds.
That's 71,865 lines/sec, or 2,618,481 bytes/sec.
Done
Extracting files from ./data/pypi/bcrypt-3.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 933 lines, 31,175 bytes in 0.005 seconds.
That's 172,719 lines/sec, or 5,771,171 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-iotcentral-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 377 lines, 15,679 bytes in 0.003 seconds.
That's 111,059 lines/sec, or 4,618,801 bytes/sec.
Done
Extracting files from ./data/pypi/zipcodes-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 164 lines, 4,881 bytes in 0.001 seconds.
That's 110,696 lines/sec, or 3,294,560 bytes/sec.
Done
Extracting files from ./data/pypi/polyaxon-client-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 88 files, 11,585 lines, 423,812 bytes in 0.128 seconds.
That's 90,738 lines/sec, or 3,319,446 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-APScheduler-1.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 867 lines, 27,600 bytes in 0.006 seconds.
That's 147,776 lines/sec, or 4,704,275 bytes/sec.
Done
Extracting files from ./data/pypi/diff_cover-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 7,755 lines, 264,541 bytes in 0.061 seconds.
That's 127,318 lines/sec, or 4,343,096 bytes/sec.
Done
Extracting files from ./data/pypi/sphinx-argparse-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,479 lines, 50,712 bytes in 0.012 seconds.
That's 125,689 lines/sec, or 4,309,625 bytes/sec.
Done
Extracting files from ./data/pypi/rfc6266-parser-0.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 572 lines, 19,230 bytes in 0.003 seconds.
That's 166,376 lines/sec, or 5,593,375 bytes/sec.
Done
Extracting files from ./data/pypi/django-taggit-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,253 lines, 140,081 bytes in 0.031 seconds.
That's 136,657 lines/sec, or 4,501,067 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter-pip-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 131 lines, 4,445 bytes in 0.001 seconds.
That's 116,855 lines/sec, or 3,965,053 bytes/sec.
Done
Extracting files from ./data/pypi/praw-6.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 139 files, 22,790 lines, 821,512 bytes in 0.227 seconds.
That's 100,503 lines/sec, or 3,622,850 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Log-Request-ID-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 415 lines, 13,192 bytes in 0.003 seconds.
That's 140,988 lines/sec, or 4,481,715 bytes/sec.
Done
Extracting files from ./data/pypi/flaky-3.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 3,316 lines, 106,400 bytes in 0.019 seconds.
That's 171,291 lines/sec, or 5,496,188 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.db-7.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 55 files, 18,938 lines, 677,332 bytes in 0.202 seconds.
That's 93,702 lines/sec, or 3,351,335 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-monitor-0.2.15.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 5,602 lines, 232,970 bytes in 0.040 seconds.
That's 139,945 lines/sec, or 5,819,885 bytes/sec.
Done
Extracting files from ./data/pypi/fake-factory-9999.9.9.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 42 lines, 1,020 bytes in 0.001 seconds.
That's 63,276 lines/sec, or 1,536,706 bytes/sec.
Done
Extracting files from ./data/pypi/pydata-google-auth-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,739 lines, 97,169 bytes in 0.012 seconds.
That's 237,772 lines/sec, or 8,435,225 bytes/sec.
Done
Extracting files from ./data/pypi/pysolar-0.8.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,752 lines, 134,717 bytes in 0.025 seconds.
That's 147,352 lines/sec, or 5,290,724 bytes/sec.
Done
Extracting files from ./data/pypi/promise-2.3.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,834 lines, 57,907 bytes in 0.012 seconds.
That's 152,411 lines/sec, or 4,812,260 bytes/sec.
Done
Extracting files from ./data/pypi/bcolz-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 15,759 lines, 520,897 bytes in 0.240 seconds.
That's 65,661 lines/sec, or 2,170,350 bytes/sec.
Done
Extracting files from ./data/pypi/anyjson-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 442 lines, 14,387 bytes in 0.003 seconds.
That's 142,771 lines/sec, or 4,647,166 bytes/sec.
Done
Extracting files from ./data/pypi/pybrake-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 2,871 lines, 85,588 bytes in 0.047 seconds.
That's 61,652 lines/sec, or 1,837,908 bytes/sec.
Done
Extracting files from ./data/pypi/flask-apispec-0.8.5.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 763 lines, 24,982 bytes in 0.007 seconds.
That's 112,022 lines/sec, or 3,667,814 bytes/sec.
Done
Extracting files from ./data/pypi/pyusb-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 5,784 lines, 213,231 bytes in 0.032 seconds.
That's 183,419 lines/sec, or 6,761,847 bytes/sec.
Done
Extracting files from ./data/pypi/pybtex-docutils-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 691 lines, 22,641 bytes in 0.004 seconds.
That's 170,206 lines/sec, or 5,576,887 bytes/sec.
Done
Extracting files from ./data/pypi/swagger-spec-validator-2.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,297 lines, 46,572 bytes in 0.026 seconds.
That's 49,843 lines/sec, or 1,789,736 bytes/sec.
Done
Extracting files from ./data/pypi/profilehooks-1.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,478 lines, 44,496 bytes in 0.007 seconds.
That's 212,767 lines/sec, or 6,405,469 bytes/sec.
Done
Extracting files from ./data/pypi/progressbar2-3.47.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 4,841 lines, 147,438 bytes in 0.036 seconds.
That's 135,290 lines/sec, or 4,120,413 bytes/sec.
Done
Extracting files from ./data/pypi/profanityfilter-2.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 229 lines, 7,993 bytes in 0.002 seconds.
That's 107,619 lines/sec, or 3,756,311 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-search-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 301 lines, 12,639 bytes in 0.003 seconds.
That's 97,279 lines/sec, or 4,084,744 bytes/sec.
Done
Extracting files from ./data/pypi/s2sphere-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 3,137 lines, 103,579 bytes in 0.048 seconds.
That's 65,409 lines/sec, or 2,159,715 bytes/sec.
Done
Extracting files from ./data/pypi/newrelic-5.6.0.135.tar.gz... Done
Trying to parse all python files ...
Checked 243 files, 45,914 lines, 1,586,199 bytes in 0.477 seconds.
That's 96,254 lines/sec, or 3,325,287 bytes/sec.
Done
Extracting files from ./data/pypi/gapic-google-cloud-spanner-v1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,019 lines, 45,070 bytes in 0.006 seconds.
That's 179,572 lines/sec, or 7,942,409 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CoreWLAN-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,766 lines, 66,071 bytes in 0.016 seconds.
That's 107,656 lines/sec, or 4,027,700 bytes/sec.
Done
Extracting files from ./data/pypi/gql-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,559 lines, 38,647 bytes in 0.010 seconds.
That's 164,092 lines/sec, or 4,067,788 bytes/sec.
Done
Extracting files from ./data/pypi/django-crum-0.7.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 211 lines, 5,747 bytes in 0.002 seconds.
That's 107,585 lines/sec, or 2,930,302 bytes/sec.
Done
Extracting files from ./data/pypi/grpcio-opentracing-1.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,229 lines, 46,125 bytes in 0.010 seconds.
That's 124,814 lines/sec, or 4,684,317 bytes/sec.
Done
Extracting files from ./data/pypi/androguard-3.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 70 files, 35,452 lines, 1,164,062 bytes in 0.536 seconds.
That's 66,188 lines/sec, or 2,173,263 bytes/sec.
Done
Extracting files from ./data/pypi/pyotp-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 703 lines, 25,114 bytes in 0.007 seconds.
That's 100,559 lines/sec, or 3,592,379 bytes/sec.
Done
Extracting files from ./data/pypi/os-xenapi-0.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 81 files, 12,337 lines, 489,154 bytes in 0.126 seconds.
That's 97,793 lines/sec, or 3,877,423 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-applehelp-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 423 lines, 15,338 bytes in 0.008 seconds.
That's 51,542 lines/sec, or 1,868,928 bytes/sec.
Done
Extracting files from ./data/pypi/python-subunit-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 8,465 lines, 318,875 bytes in 0.115 seconds.
That's 73,708 lines/sec, or 2,776,562 bytes/sec.
Done
Extracting files from ./data/pypi/portend-2.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 323 lines, 8,587 bytes in 0.003 seconds.
That's 121,536 lines/sec, or 3,231,048 bytes/sec.
Done
Extracting files from ./data/pypi/mozlog-5.0.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 5,211 lines, 191,053 bytes in 0.074 seconds.
That's 70,222 lines/sec, or 2,574,568 bytes/sec.
Done
Extracting files from ./data/pypi/bumpversion-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,046 lines, 33,723 bytes in 0.009 seconds.
That's 116,580 lines/sec, or 3,758,523 bytes/sec.
Done
Extracting files from ./data/pypi/allure-behave-2.8.9.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 724 lines, 25,661 bytes in 0.007 seconds.
That's 101,068 lines/sec, or 3,582,175 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-5.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 204 files, 64,822 lines, 2,073,612 bytes in 0.903 seconds.
That's 71,757 lines/sec, or 2,295,463 bytes/sec.
Done
Extracting files from ./data/pypi/libsass-0.19.4.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,790 lines, 128,630 bytes in 0.044 seconds.
That's 85,355 lines/sec, or 2,896,902 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-azurepipelines-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 214 lines, 7,490 bytes in 0.002 seconds.
That's 117,855 lines/sec, or 4,124,913 bytes/sec.
Done
Extracting files from ./data/pypi/py-1.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 75 files, 15,260 lines, 500,171 bytes in 0.171 seconds.
That's 89,211 lines/sec, or 2,924,023 bytes/sec.
Done
Extracting files from ./data/pypi/pynliner-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 601 lines, 21,024 bytes in 0.004 seconds.
That's 146,941 lines/sec, or 5,140,253 bytes/sec.
Done
Extracting files from ./data/pypi/JayDeBeApi-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,154 lines, 38,118 bytes in 0.009 seconds.
That's 126,505 lines/sec, or 4,178,628 bytes/sec.
Done
Extracting files from ./data/pypi/frida-12.8.10.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 784 lines, 23,712 bytes in 0.007 seconds.
That's 116,311 lines/sec, or 3,517,803 bytes/sec.
Done
Extracting files from ./data/pypi/python-statsd-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,196 lines, 37,127 bytes in 0.009 seconds.
That's 130,625 lines/sec, or 4,054,942 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-MySQLdb-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 138 lines, 4,514 bytes in 0.001 seconds.
That's 97,231 lines/sec, or 3,180,428 bytes/sec.
Done
Extracting files from ./data/pypi/BeautifulSoup-3.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,974 lines, 120,056 bytes in 0.005 seconds.
That's 603,915 lines/sec, or 24,379,151 bytes/sec.
Exception encountered in analyzing ./data/pypi/BeautifulSoup-3.2.2.tar.gz:
invalid syntax (<unknown>, line 3)
Failed to parse data/pypi/BeautifulSoup-3.2.2
Extracting files from ./data/pypi/requests-futures-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 553 lines, 19,658 bytes in 0.005 seconds.
That's 119,209 lines/sec, or 4,237,633 bytes/sec.
Done
Extracting files from ./data/pypi/billiard-3.6.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 13,747 lines, 410,635 bytes in 0.116 seconds.
That's 118,560 lines/sec, or 3,541,480 bytes/sec.
Done
Extracting files from ./data/pypi/fastkml-0.11.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 5,597 lines, 259,505 bytes in 0.067 seconds.
That's 83,687 lines/sec, or 3,880,145 bytes/sec.
Done
Extracting files from ./data/pypi/transliterate-1.10.2.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 2,796 lines, 85,929 bytes in 0.023 seconds.
That's 119,540 lines/sec, or 3,673,816 bytes/sec.
Done
Extracting files from ./data/pypi/srvlookup-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 290 lines, 10,830 bytes in 0.002 seconds.
That's 117,250 lines/sec, or 4,378,669 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-qthelp-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 515 lines, 19,402 bytes in 0.027 seconds.
That's 18,880 lines/sec, or 711,271 bytes/sec.
Done
Extracting files from ./data/pypi/natsort-7.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 6,299 lines, 162,015 bytes in 0.032 seconds.
That's 196,644 lines/sec, or 5,057,834 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Security-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 6,258 lines, 193,005 bytes in 0.074 seconds.
That's 84,820 lines/sec, or 2,615,959 bytes/sec.
Done
Extracting files from ./data/pypi/rpy2-3.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 603 lines, 22,385 bytes in 0.005 seconds.
That's 121,175 lines/sec, or 4,498,347 bytes/sec.
Done
Extracting files from ./data/pypi/asyncio-nats-client-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,159 lines, 74,345 bytes in 0.015 seconds.
That's 146,698 lines/sec, or 5,051,524 bytes/sec.
Done
Extracting files from ./data/pypi/tlslite-ng-0.7.5.tar.gz... Done
Trying to parse all python files ...
Checked 81 files, 20,427 lines, 755,819 bytes in 0.243 seconds.
That's 84,163 lines/sec, or 3,114,115 bytes/sec.
Done
Extracting files from ./data/pypi/azure-functions-1.0.8.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 11,959 lines, 396,733 bytes in 0.077 seconds.
That's 155,838 lines/sec, or 5,169,847 bytes/sec.
Diffing ASTs for data/pypi/azure-functions-1.0.8/azure/functions/_http.py ...
--- a
+++ b
@@ -91,7 +91,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
If(
test=Compare(
Failed to parse data/pypi/azure-functions-1.0.8
Extracting files from ./data/pypi/oauth2-1.9.0.post1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,695 lines, 101,381 bytes in 0.023 seconds.
That's 117,120 lines/sec, or 4,405,860 bytes/sec.
Exception encountered in analyzing ./data/pypi/oauth2-1.9.0.post1.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/oauth2-1.9.0.post1
Extracting files from ./data/pypi/expects-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 68 files, 2,930 lines, 92,545 bytes in 0.046 seconds.
That's 63,421 lines/sec, or 2,003,178 bytes/sec.
Done
Extracting files from ./data/pypi/py-moneyed-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,323 lines, 55,891 bytes in 0.016 seconds.
That's 80,643 lines/sec, or 3,406,828 bytes/sec.
Done
Extracting files from ./data/pypi/SoundFile-0.10.3.post1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,289 lines, 119,934 bytes in 0.022 seconds.
That's 150,660 lines/sec, or 5,493,858 bytes/sec.
Done
Extracting files from ./data/pypi/etcd3-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 9,409 lines, 338,263 bytes in 0.070 seconds.
That's 133,874 lines/sec, or 4,812,892 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-nspkg-3.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 51 lines, 1,623 bytes in 0.001 seconds.
That's 66,993 lines/sec, or 2,131,962 bytes/sec.
Done
Extracting files from ./data/pypi/jws-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 599 lines, 21,816 bytes in 0.006 seconds.
That's 95,604 lines/sec, or 3,481,979 bytes/sec.
Done
Extracting files from ./data/pypi/mypy_extensions-0.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 211 lines, 6,504 bytes in 0.002 seconds.
That's 137,550 lines/sec, or 4,239,937 bytes/sec.
Done
Extracting files from ./data/pypi/simplekv-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,697 lines, 87,841 bytes in 0.020 seconds.
That's 138,179 lines/sec, or 4,500,481 bytes/sec.
Done
Extracting files from ./data/pypi/pubnub-4.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 107 files, 9,915 lines, 317,061 bytes in 0.096 seconds.
That's 103,082 lines/sec, or 3,296,343 bytes/sec.
Done
Extracting files from ./data/pypi/glfw-1.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 3,722 lines, 132,046 bytes in 0.023 seconds.
That's 160,993 lines/sec, or 5,711,586 bytes/sec.
Done
Extracting files from ./data/pypi/gherkin-official-4.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,035 lines, 132,733 bytes in 0.061 seconds.
That's 49,854 lines/sec, or 2,180,302 bytes/sec.
Done
Extracting files from ./data/pypi/multipledispatch-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 921 lines, 26,747 bytes in 0.006 seconds.
That's 145,202 lines/sec, or 4,216,849 bytes/sec.
Done
Extracting files from ./data/pypi/PyQt5-5.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 331 files, 123,447 lines, 6,247,429 bytes in 1.062 seconds.
That's 116,229 lines/sec, or 5,882,127 bytes/sec.
Done
Extracting files from ./data/pypi/pick-0.6.7.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 229 lines, 7,685 bytes in 0.002 seconds.
That's 104,266 lines/sec, or 3,499,048 bytes/sec.
Done
Extracting files from ./data/pypi/tdigest-0.5.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 367 lines, 11,315 bytes in 0.003 seconds.
That's 117,290 lines/sec, or 3,616,165 bytes/sec.
Done
Extracting files from ./data/pypi/dedupe-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 4,790 lines, 150,852 bytes in 0.034 seconds.
That's 140,135 lines/sec, or 4,413,283 bytes/sec.
Done
Extracting files from ./data/pypi/os_networksv2_python_novaclient_ext-0.26.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 117 lines, 3,876 bytes in 0.001 seconds.
That's 111,026 lines/sec, or 3,678,082 bytes/sec.
Done
Extracting files from ./data/pypi/drfdocs-0.0.11.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 588 lines, 20,204 bytes in 0.007 seconds.
That's 84,675 lines/sec, or 2,909,487 bytes/sec.
Done
Extracting files from ./data/pypi/molecule-2.22.tar.gz... Done
Trying to parse all python files ...
Checked 228 files, 29,061 lines, 923,711 bytes in 0.241 seconds.
That's 120,787 lines/sec, or 3,839,242 bytes/sec.
Done
Extracting files from ./data/pypi/uwsgi-2.0.18.tar.gz... Done
Trying to parse all python files ...
Checked 227 files, 8,179 lines, 238,457 bytes in 0.084 seconds.
That's 96,957 lines/sec, or 2,826,759 bytes/sec.
Done
Extracting files from ./data/pypi/mercurial-5.3.tar.gz... Done
Trying to parse all python files ...
data/pypi/mercurial-5.3/mercurial/thirdparty/concurrent/futures/_base.py:416:33: invalid syntax
Checked 569 files, 278,900 lines, 9,106,350 bytes in 5.772 seconds.
That's 48,322 lines/sec, or 1,577,762 bytes/sec.
Failed to parse data/pypi/mercurial-5.3
Extracting files from ./data/pypi/forex-python-1.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 401 lines, 14,594 bytes in 0.004 seconds.
That's 106,296 lines/sec, or 3,868,525 bytes/sec.
Done
Extracting files from ./data/pypi/param-1.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 6,832 lines, 252,490 bytes in 0.043 seconds.
That's 158,509 lines/sec, or 5,857,994 bytes/sec.
Done
Extracting files from ./data/pypi/condor_git_config-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 267 lines, 8,976 bytes in 0.002 seconds.
That's 119,047 lines/sec, or 4,002,134 bytes/sec.
Done
Extracting files from ./data/pypi/DBUtils-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 6,858 lines, 257,191 bytes in 0.061 seconds.
That's 112,544 lines/sec, or 4,220,659 bytes/sec.
Done
Extracting files from ./data/pypi/ez_setup-0.9.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,004 lines, 32,532 bytes in 0.009 seconds.
That's 113,583 lines/sec, or 3,680,353 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-MultipeerConnectivity-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,164 lines, 36,166 bytes in 0.010 seconds.
That's 119,987 lines/sec, or 3,728,064 bytes/sec.
Done
Extracting files from ./data/pypi/os-ken-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 428 files, 168,517 lines, 5,948,602 bytes in 3.168 seconds.
That's 53,191 lines/sec, or 1,877,635 bytes/sec.
Done
Extracting files from ./data/pypi/South-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 118 files, 11,585 lines, 443,149 bytes in 0.106 seconds.
That's 108,856 lines/sec,Done
Trying to parse all python files ...
Checked 54 files, 15,707 lines, 522,570 bytes in 0.162 seconds.
That's 97,113 lines/sec, or 3,230,953 bytes/sec.
Done
Extracting files from ./data/pypi/itsdangerous-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,727 lines, 58,919 bytes in 0.029 seconds.
That's 59,045 lines/sec, or 2,014,397 bytes/sec.
Done
Extracting files from ./data/pypi/fbmessenger-6.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,219 lines, 38,163 bytes in 0.009 seconds.
That's 137,147 lines/sec, or 4,293,649 bytes/sec.
Done
Extracting files from ./data/pypi/QtAwesome-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,463 lines, 51,770 bytes in 0.009 seconds.
That's 162,494 lines/sec, or 5,750,049 bytes/sec.
Done
Extracting files from ./data/pypi/implicit-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,959 lines, 74,599 bytes in 0.015 seconds.
That's 129,422 lines/sec, or 4,928,424 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-sql-2.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 5,347 lines, 201,096 bytes in 0.052 seconds.
That's 103,332 lines/sec, or 3,886,222 bytes/sec.
Done
Extracting files from ./data/pypi/yacs-0.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 900 lines, 30,585 bytes in 0.007 seconds.
That's 135,723 lines/sec, or 4,612,332 bytes/sec.
Done
Extracting files from ./data/pypi/object_pool-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 148 lines, 4,277 bytes in 0.002 seconds.
That's 74,646 lines/sec, or 2,157,172 bytes/sec.
Done
Extracting files from ./data/pypi/gdata-2.0.18.tar.gz... Done
Trying to parse all python files ...
Checked 527 files, 150,187 lines, 5,743,627 bytes in 1.471 seconds.
That's 102,122 lines/sec, or 3,905,459 bytes/sec.
Done
Extracting files from ./data/pypi/facebook_business-6.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 619 files, 88,394 lines, 3,323,032 bytes in 1.054 seconds.
That's 83,834 lines/sec, or 3,151,602 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-configure-2.0.24.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 493 lines, 22,023 bytes in 0.005 seconds.
That's 98,843 lines/sec, or 4,415,447 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-AVKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,091 lines, 35,106 bytes in 0.034 seconds.
That's 32,427 lines/sec, or 1,043,434 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-replay-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 348 lines, 11,066 bytes in 0.003 seconds.
That's 103,725 lines/sec, or 3,298,335 bytes/sec.
Done
Extracting files from ./data/pypi/zope.hookable-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 857 lines, 28,642 bytes in 0.005 seconds.
That's 168,955 lines/sec, or 5,646,686 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-StoreKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 944 lines, 33,554 bytes in 0.011 seconds.
That's 88,107 lines/sec, or 3,131,705 bytes/sec.
Done
Extracting files from ./data/pypi/jsonpath-0.82.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,295 lines, 44,683 bytes in 0.010 seconds.
That's 123,634 lines/sec, or 4,265,907 bytes/sec.
Done
Extracting files from ./data/pypi/websockets-8.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 6,119 lines, 210,020 bytes in 0.033 seconds.
That's 183,368 lines/sec, or 6,293,674 bytes/sec.
Diffing ASTs for data/pypi/websockets-8.1/src/websockets/http.py ...
--- a
+++ b
@@ -1430,7 +1430,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1458,7 +1458,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/websockets-8.1/src/websockets/protocol.py ...
--- a
+++ b
@@ -550,7 +550,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -655,7 +655,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -665,7 +665,7 @@
),
annotation=Name(id="Headers", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -675,7 +675,7 @@
),
annotation=Name(id="Headers", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -689,7 +689,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -703,7 +703,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -713,7 +713,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -723,7 +723,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -749,7 +749,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -771,7 +771,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -797,7 +797,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,Done
Trying to parse all python files ...
Checked 110 files, 18,676 lines, 555,246 bytes in 0.258 seconds.
That's 72,434 lines/sec, or 2,153,482 bytes/sec.
Done
Extracting files from ./data/pypi/scrapy-fake-useragent-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 119 lines, 3,911 bytes in 0.001 seconds.
That's 88,954 lines/sec, or 2,923,529 bytes/sec.
Done
Extracting files from ./data/pypi/pem-20.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,882 lines, 58,698 bytes in 0.009 seconds.
That's 205,704 lines/sec, or 6,415,731 bytes/sec.
Done
Extracting files from ./data/pypi/yanc-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 367 lines, 13,016 bytes in 0.003 seconds.
That's 142,318 lines/sec, or 5,047,435 bytes/sec.
Done
Extracting files from ./data/pypi/lxml-4.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 89 files, 37,917 lines, 1,293,658 bytes in 0.663 seconds.
That's 57,230 lines/sec, or 1,952,572 bytes/sec.
Exception encountered in analyzing ./data/pypi/lxml-4.5.0.tar.gz:
'utf-8' codec can't decode byte 0xe4 in position 27603: invalid continuation byte
Failed to parse data/pypi/lxml-4.5.0
Extracting files from ./data/pypi/TPOT-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 10,376 lines, 392,848 bytes in 0.062 seconds.
That's 168,586 lines/sec, or 6,382,890 bytes/sec.
Done
Extracting files from ./data/pypi/untokenize-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 191 lines, 5,520 bytes in 0.001 seconds.
That's 132,788 lines/sec, or 3,837,653 bytes/sec.
Done
Extracting files from ./data/pypi/rax_default_network_flags_python_novaclient_ext-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 118 lines, 4,134 bytes in 0.001 seconds.
That's 112,894 lines/sec, or 3,955,122 bytes/sec.
Done
Extracting files from ./data/pypi/watchdog-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 8,894 lines, 285,948 bytes in 0.077 seconds.
That's 115,447 lines/sec, or 3,711,696 bytes/sec.
Done
Extracting files from ./data/pypi/manhole-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,050 lines, 78,703 bytes in 0.019 seconds.
That's 107,861 lines/sec, or 4,140,952 bytes/sec.
Done
Extracting files from ./data/pypi/python-pptx-0.6.18.tar.gz... Done
Trying to parse all python files ...
Checked 223 files, 60,275 lines, 2,048,171 bytes in 0.730 seconds.
That's 82,555 lines/sec, or 2,805,266 bytes/sec.
Done
Extracting files from ./data/pypi/apns2-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 936 lines, 34,564 bytes in 0.007 seconds.
That's 128,330 lines/sec, or 4,738,883 bytes/sec.
Done
Extracting files from ./data/pypi/inquirer-2.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 2,811 lines, 87,154 bytes in 0.026 seconds.
That's 107,146 lines/sec, or 3,322,007 bytes/sec.
Done
Extracting files from ./data/pypi/python-json-logger-0.1.11.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 441 lines, 16,087 bytes in 0.004 seconds.
That's 107,835 lines/sec, or 3,933,642 bytes/sec.
Done
Extracting files from ./data/pypi/jaraco.functools-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 754 lines, 20,439 bytes in 0.004 seconds.
That's 173,974 lines/sec, or 4,715,996 bytes/sec.
Done
Extracting files from ./data/pypi/prawcore-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,876 lines, 78,880 bytes in 0.016 seconds.
That's 116,166 lines/sec, or 4,884,428 bytes/sec.
Done
Extracting files from ./data/pypi/MechanicalSoup-0.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,078 lines, 112,819 bytes in 0.042 seconds.
That's 72,796 lines/sec, or 2,668,215 bytes/sec.
Done
Extracting files from ./data/pypi/QDarkStyle-2.8.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 15,870 lines, 913,548 bytes in 0.064 seconds.
That's 248,580 lines/sec, or 14,309,394 bytes/sec.
Done
Extracting files from ./data/pypi/webargs-5.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,367 lines, 81,623 bytes in 0.017 seconds.
That's 142,348 lines/sec, or 4,908,690 bytes/sec.
Done
Extracting files from ./data/pypi/optional-django-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,003 lines, 35,154 bytes in 0.010 seconds.
That's 97,837 lines/sec, or 3,429,070 bytes/sec.
Done
Extracting files from ./data/pypi/rook-0.1.103.tar.gz... Done
Trying to parse all python files ...
Checked 107 files, 12,916 lines, 507,135 bytes in 0.181 seconds.
That's 71,213 lines/sec, or 2,796,116 bytes/sec.
Done
Extracting files from ./data/pypi/behave-1.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 160 files, 33,320 lines, 1,190,198 bytes in 0.370 seconds.
That's 89,989 lines/sec, or 3,214,435 bytes/sec.
Done
Extracting files from ./data/pypi/conllu-2.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 616 lines, 18,730 bytes in 0.006 seconds.
That's 104,278 lines/sec, or 3,170,655 bytes/sec.
Done
Extracting files from ./data/pypi/OpenEXR-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 298 lines, 10,100 bytes in 0.002 seconds.
That's 133,894 lines/sec, or 4,538,026 bytes/sec.
Done
Extracting files from ./data/pypi/tempora-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,294 lines, 36,490 bytes in 0.007 seconds.
That's 185,579 lines/sec, or 5,233,200 bytes/sec.
Done
Extracting files from ./data/pypi/richenum-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 433 lines, 14,072 bytes in 0.003 seconds.
That's 139,445 lines/sec, or 4,531,806 bytes/sec.
Done
Extracting files from ./data/pypi/setoptconf-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 1,902 lines, 48,198 bytes in 0.036 seconds.
That's 52,527 lines/sec, or 1,331,075 bytes/sec.
Done
Extracting files from ./data/pypi/tensor2tensor-1.15.4.tar.gz... Done
Trying to parse all python files ...
Checked 434 files, 135,476 lines, 4,883,954 bytes in 2.375 seconds.
That's 57,046 lines/sec, or 2,056,529 bytes/sec.
Done
Extracting files from ./data/pypi/chart-studio-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 6,654 lines, 224,505 bytes in 0.037 seconds.
That's 178,494 lines/sec, or 6,022,348 bytes/sec.
Done
Extracting files from ./data/pypi/aiohttp-session-2.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,817 lines, 86,881 bytes in 0.023 seconds.
That's 122,213 lines/sec, or 3,769,268 bytes/sec.
Done
Extracting files from ./data/pypi/fastjsonschema-2.14.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,699 lines, 68,029 bytes in 0.011 seconds.
That's 147,839 lines/sec, or 5,919,553 bytes/sec.
Done
Extracting files from ./data/pypi/ElasticQuery-3.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 989 lines, 23,166 bytes in 0.007 seconds.
That's 146,552 lines/sec, or 3,432,794 bytes/sec.
Done
Extracting files from ./data/pypi/orionsdk-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,492 lines, 53,916 bytes in 0.010 seconds.
That's 142,956 lines/sec, or 5,165,964 bytes/sec.
Done
Extracting files from ./data/pypi/PyMsgBox-1.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,164 lines, 42,503 bytes in 0.008 seconds.
That's 149,366 lines/sec, or 5,454,032 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-AppleScriptKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 687 lines, 20,823 bytes in 0.006 seconds.
That's 113,610 lines/sec, or 3,443,520 bytes/sec.
Done
Extracting files from ./data/pypi/mkdocs-material-4.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 61 lines, 2,274 bytes in 0.001 seconds.
That's 47,645 lines/sec, or 1,776,135 bytes/sec.
Done
Extracting files from ./data/pypi/django-cleanup-4.0.0.tar.gz... Done
Trying to parse all python files ... Checked 44 files, 1,219 lines, 42,309 bytes in 0.015 seconds.
That's 80,683 lines/sec, or 2,800,328 bytes/sec.
Done
Extracting files from ./data/pypi/recurly-3.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 5,747 lines, 198,976 bytes in 0.019 seconds.
That's 299,039 lines/sec, or 10,353,516 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.log-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,607 lines, 51,961 bytes in 0.027 seconds.
That's 59,455 lines/sec, or 1,922,414 bytes/sec.
Done
Extracting files from ./data/pypi/mixbox-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 4,742 lines, 157,666 bytes in 0.028 seconds.
That's 172,110 lines/sec, or 5,722,462 bytes/sec.
Done
Extracting files from ./data/pypi/typing-3.7.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 10,466 lines, 343,685 bytes in 0.118 seconds.
That's 88,810 lines/sec, or 2,916,361 bytes/sec.
Done
Extracting files from ./data/pypi/NewlineJSON-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,106 lines, 31,800 bytes in 0.007 seconds.
That's 152,080 lines/sec, or 4,372,648 bytes/sec.
Done
Extracting files from ./data/pypi/opt_einsum-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 7,806 lines, 268,418 bytes in 0.070 seconds.
That's 111,649 lines/sec, or 3,839,175 bytes/sec.
Done
Extracting files from ./data/pypi/anyconfig-0.9.10.tar.gz... Done
Trying to parse all python files ...
Checked 71 files, 9,077 lines, 287,514 bytes in 0.063 seconds.
That's 144,248 lines/sec, or 4,569,043 bytes/sec.
Done
Extracting files from ./data/pypi/crayons-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 235 lines, 6,053 bytes in 0.002 seconds.
That's 124,878 lines/sec, or 3,216,536 bytes/sec.
Done
Extracting files from ./data/pypi/ptpython-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,955 lines, 168,857 bytes in 0.029 seconds.
That's 170,601 lines/sec, or 5,813,756 bytes/sec.
Diffing ASTs for data/pypi/ptpython-3.0.0/ptpython/python_input.py ...
--- a
+++ b
@@ -954,7 +954,7 @@
),
],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -974,7 +974,7 @@
),
],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1125,7 +1125,7 @@
),
annotation=Name(id="History", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
If(
test=Name(id="history_filename", ctx=Load()),
@@ -1266,7 +1266,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1276,7 +1276,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1286,7 +1286,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1300,7 +1300,7 @@
attr="MULTI_COLUMN",
ctx=Load(),
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1310,7 +1310,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=1, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1320,7 +1320,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1330,7 +1330,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1340,7 +1340,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1350,7 +1350,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1360,7 +1360,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1370,7 +1370,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1380,7 +1380,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=2, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1390,7 +1390,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1400,7 +1400,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1410,7 +1410,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1420,7 +1420,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1430,7 +1430,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1440,7 +1440,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1450,7 +1450,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1460,7 +1460,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1470,7 +1470,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1480,7 +1480,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1490,7 +1490,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1500,7 +1500,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1510,7 +1510,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1520,7 +1520,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1534,7 +1534,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1546,7 +1546,7 @@
value=Constant(
value="Do you really want to exit?", kind=None
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1556,7 +1556,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1587,7 +1587,7 @@
value=Call(
func=Name(id="Buffer", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1606,7 +1606,7 @@
)
],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1616,7 +1616,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Constant(value="classic", kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1655,7 +1655,7 @@
),
],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1769,7 +1769,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1794,7 +1794,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Constant(value="default", kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1804,7 +1804,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Constant(value="default", kind=None),
- simple=0,
+ simple=1,
),
If(
test=Call(
@@ -1868,7 +1868,7 @@
),
],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1878,7 +1878,7 @@
),
annotation=Name(id="float", ctx=Load()),
value=Constant(value=1.0, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1888,7 +1888,7 @@
),
annotation=Name(id="float", ctx=Load()),
value=Constant(value=0.0, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1917,7 +1917,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=0, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1927,7 +1927,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=1, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1941,7 +1941,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1951,7 +1951,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Failed to parse data/pypi/ptpython-3.0.0
Extracting files from ./data/pypi/audioread-2.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,672 lines, 53,550 bytes in 0.010 seconds.
That's 164,490 lines/sec, or 5,268,213 bytes/sec.
Done
Extracting files from ./data/pypi/databricks_pypi_extras-0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 19 lines, 397 bytes in 0.001 seconds.
That's 31,166 lines/sec, or 651,208 bytes/sec.
Done
Extracting files from ./data/pypi/kazurator-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 950 lines, 28,520 bytes in 0.008 seconds.
That's 118,466 lines/sec, or 3,556,461 bytes/sec.
Done
Extracting files from ./data/pypi/plotly-4.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 1,261 files, 671,250 lines, 24,199,561 bytes in 6.681 seconds.
That's 100,466 lines/sec, or 3,621,942 bytes/sec.
Done
Extracting files from ./data/pypi/algoliasearch-django-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,012 lines, 36,541 bytes in 0.009 seconds.
That's 109,201 lines/sec, or 3,942,991 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-xvfb-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 125 lines, 4,892 bytes in 0.001 seconds.
That's 119,509 lines/sec, or 4,677,122 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid_tm-2.4.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,430 lines, 48,212 bytes in 0.011 seconds.
That's 130,544 lines/sec, or 4,401,258 bytes/sec.
Done
Extracting files from ./data/pypi/geventhttpclient-wheels-1.3.1.dev2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,457 lines, 110,776 bytes in 0.029 seconds.
That's 119,566 lines/sec, or 3,831,385 bytes/sec.
Done
Extracting files from ./data/pypi/django-fsm-2.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 857 lines, 32,164 bytes in 0.008 seconds.
That's 104,812 lines/sec, or 3,933,681 bytes/sec.
Done
Extracting files from ./data/pypi/pyahocorasick-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 4,021 lines, 101,100 bytes in 0.032 seconds.
That's 124,630 lines/sec, or 3,133,570 bytes/sec.
Done
Extracting files from ./data/pypi/typing_extensions-3.7.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 4,474 lines, 160,759 bytes in 0.040 seconds.
That's 112,024 lines/sec, or 4,025,217 bytes/sec.
Done
Extracting files from ./data/pypi/docker-compose-wait-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 423 lines, 16,007 bytes in 0.003 seconds.
That's 162,815 lines/sec, or 6,161,166 bytes/sec.
Done
Extracting files from ./data/pypi/treq-18.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 6,410 lines, 208,210 bytes in 0.046 seconds.
That's 138,995 lines/sec, or 4,514,838 bytes/sec.
Done
Extracting files from ./data/pypi/xhtml2pdf-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 11,567 lines, 373,239 bytes in 0.092 seconds.
That's 125,933 lines/sec, or 4,063,548 bytes/sec.
Done
Extracting files from ./data/pypi/psycopg2-2.8.4.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 18,724 lines, 640,838 bytes in 0.258 seconds.
That's 72,578 lines/sec, or 2,484,018 bytes/sec.
Done
Extracting files from ./data/pypi/smmap-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,730 lines, 66,392 bytes in 0.012 seconds.
That's 140,465 lines/sec, or 5,390,612 bytes/sec.
Done
Extracting files from ./data/pypi/pyrsistent-0.15.7.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 9,064 lines, 253,024 bytes in 0.107 seconds.
That's 84,576 lines/sec, or 2,360,973 bytes/sec.
Done
Extracting files from ./data/pypi/atari-py-0.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 446 lines, 17,375 bytes in 0.006 seconds.
That's 71,555 lines/sec, or 2,787,593 bytes/sec.
Done
Extracting files from ./data/pypi/awkward-0.12.20.tar.gz... Done
Trying to parse all python files ...
Checked 74 files, 28,049 lines, 1,131,962 bytes in 0.616 seconds.
That's 45,556 lines/sec, or 1,838,482 bytes/sec.
Done
Extracting files from ./data/pypi/requests-html-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 883 lines, 30,295 bytes in 0.006 seconds.
That's 139,096 lines/sec, or 4,772,269 bytes/sec.
Done
Extracting files from ./data/pypi/py-dateutil-2.2.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 8,096 lines, 321,909 bytes in 0.104 seconds.
That's 77,745 lines/sec, or 3,091,244 bytes/sec.
Exception encountered in analyzing ./data/pypi/py-dateutil-2.2.tar.gz:
'utf-8' codec can't decode byte 0xdf in position 1250: invalid continuation byte
Failed to parse data/pypi/py-dateutil-2.2
Extracting files from ./data/pypi/yattag-1.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,994 lines, 67,049 bytes in 0.034 seconds.
That's 58,336 lines/sec, or 1,961,566 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-camel-case-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 264 lines, 8,426 bytes in 0.003 seconds.
That's 93,498 lines/sec, or 2,984,143 bytes/sec.
Done
Extracting files from ./data/pypi/Theano-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 357 files, 215,083 lines,
'utf-8' codec can't decode byte 0xa4 in position 64: invalid start byte
Failed to parse data/pypi/joblib-0.14.1
Extracting files from ./data/pypi/django-debug-toolbar-line-profiler-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 314 lines, 11,237 bytes in 0.003 seconds.
That's 100,046 lines/sec, or 3,580,325 bytes/sec.
Done
Extracting files from ./data/pypi/premailer-3.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,131 lines, 39,150 bytes in 0.008 seconds.
That's 148,796 lines/sec, or 5,150,623 bytes/sec.
Done
Extracting files from ./data/pypi/django-phonenumber-field-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,146 lines, 41,980 bytes in 0.033 seconds.
That's 34,557 lines/sec, or 1,265,866 bytes/sec.
Done
Extracting files from ./data/pypi/segtok-1.5.7.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,518 lines, 60,318 bytes in 0.012 seconds.
That's 127,057 lines/sec, or 5,048,633 bytes/sec.
Done
Extracting files from ./data/pypi/osqp-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 4,790 lines, 164,314 bytes in 0.041 seconds.
That's 116,039 lines/sec, or 3,980,564 bytes/sec.
Done
Extracting files from ./data/pypi/swagger_ui_bundle-0.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 111 lines, 2,847 bytes in 0.001 seconds.
That's 75,444 lines/sec, or 1,935,048 bytes/sec.
Done
Extracting files from ./data/pypi/watson-developer-cloud-2.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 46,244 lines, 1,939,359 bytes in 0.543 seconds.
That's 85,150 lines/sec, or 3,570,976 bytes/sec.
Done
Extracting files from ./data/pypi/pep562-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 504 lines, 17,584 bytes in 0.005 seconds.
That's 102,868 lines/sec, or 3,588,936 bytes/sec.
Done
Extracting files from ./data/pypi/flask-swagger-ui-3.20.9.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 113 lines, 3,347 bytes in 0.001 seconds.
That's 88,244 lines/sec, or 2,613,728 bytes/sec.
Done
Extracting files from ./data/pypi/colour-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,189 lines, 30,670 bytes in 0.006 seconds.
That's 184,759 lines/sec, or 4,765,831 bytes/sec.
Done
Extracting files from ./data/pypi/dateparser-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 327 files, 71,629 lines, 1,951,663 bytes in 0.478 seconds.
That's 149,790 lines/sec, or 4,081,296 bytes/sec.
Exception encountered in analyzing ./data/pypi/dateparser-0.7.2.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/dateparser-0.7.2
Extracting files from ./data/pypi/Send2Trash-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 660 lines, 22,454 bytes in 0.006 seconds.
That's 108,469 lines/sec, or 3,690,251 bytes/sec.
Done
Extracting files from ./data/pypi/multi_key_dict-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 648 lines, 28,440 bytes in 0.006 seconds.
That's 108,107 lines/sec, or 4,744,680 bytes/sec.
Done
Extracting files from ./data/pypi/cloudshell-automation-api-9.3.0.177156.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 5,486 lines, 266,875 bytes in 0.059 seconds.
That's 93,358 lines/sec, or 4,541,528 bytes/sec.
Done
Extracting files from ./data/pypi/geomet-0.2.1.post1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,886 lines, 59,311 bytes in 0.012 seconds.
That's 157,538 lines/sec, or 4,954,262 bytes/sec.
Done
Extracting files from ./data/pypi/rstr-2.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 548 lines, 18,400 bytes in 0.005 seconds.
That's 108,953 lines/sec, or 3,658,286 bytes/sec.
Done
Extracting files from ./data/pypi/fastdiff-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 377 lines, 10,511 bytes in 0.003 seconds.
That's 138,755 lines/sec, or 3,868,579 bytes/sec.
Done
Extracting files from ./data/pypi/Pint-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 18,448 lines, 625,416 bytes in 0.219 seconds.
That's 84,062 lines/sec, or 2,849,823 bytes/sec.
Done
Extracting files from ./data/pypi/django-money-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 1,650 lines, 55,810 bytes in 0.016 seconds.
That's 101,087 lines/sec, or 3,419,183 bytes/sec.
Done
Extracting files from ./data/pypi/unicodecsv-0.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,279 lines, 46,568 bytes in 0.013 seconds.
That's 95,657 lines/sec, or 3,482,826 bytes/sec.
Done
Extracting files from ./data/pypi/poyo-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 787 lines, 22,933 bytes in 0.006 seconds.
That's 129,733 lines/sec, or 3,780,379 bytes/sec.
Done
Extracting files from ./data/pypi/Janome-0.3.10.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 2,076 lines, 122,333,460 bytes in 37.586 seconds.
That's 55 lines/sec, or 3,254,769 bytes/sec.
Done
Extracting files from ./data/pypi/grpc-google-pubsub-v1-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,890 lines, 82,380 bytes in 0.012 seconds.
That's 154,151 lines/sec, or 6,719,043 bytes/sec.
Done
Extracting files from ./data/pypi/zstandard-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 8,957 lines, 289,665 bytes in 0.075 seconds.
That's 120,182 lines/sec, or 3,886,611 bytes/sec.
Done
Extracting files from ./data/pypi/sqlalchemy-redshift-0.7.7.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,351 lines, 144,657 bytes in 0.024 seconds.
That's 178,430 lines/sec, or 5,932,218 bytes/sec.
Done
Extracting files from ./data/pypi/parsel-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,168 lines, 81,383 bytes in 0.016 seconds.
That's 136,298 lines/sec, or 5,116,390 bytes/sec.
Done
Extracting files from ./data/pypi/luminol-0.4.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 2,041 lines, 82,635 bytes in 0.015 seconds.
That's 138,588 lines/sec, or 5,611,078 bytes/sec.
Done
Extracting files from ./data/pypi/PyAthena-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,230 lines, 71,127 bytes in 0.016 seconds.
That's 142,145 lines/sec, or 4,533,795 bytes/sec.
Done
Extracting files from ./data/pypi/Wand-0.5.8.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 16,715 lines, 637,168 bytes in 0.094 seconds.
That's 177,604 lines/sec, or 6,770,185 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Session-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,260 lines, 46,528 bytes in 0.008 seconds.
That's 149,137 lines/sec, or 5,507,184 bytes/sec.
Done
Extracting files from ./data/pypi/pycryptodome-3.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 186 files, 51,624 lines, 2,001,928 bytes in 0.369 seconds.
That's 139,714 lines/sec, or 5,417,970 bytes/sec.
Done
Extracting files from ./data/pypi/homeassistant-0.105.2.tar.gz... Done
Trying to parse all python files ...
Checked 0 files, 0 lines, 0 bytes in 0.000 seconds.
That's 0 lines/sec, or 0 bytes/sec.
Done
Extracting files from ./data/pypi/pipreqs-0.4.10.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,164 lines, 38,341 bytes in 0.008 seconds.
That's 137,988 lines/sec, or 4,545,203 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-SSLify-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 110 lines, 3,501 bytes in 0.001 seconds.
That's 90,608 lines/sec, or 2,883,790 bytes/sec.
Done
Extracting files from ./data/pypi/Logentries-0.17.tar.gz... Done
Trying to parse all python files ...
data/pypi/Logentries-0.17/logentries/metrics.py:58:1: Tokenizer returned error token
Checked 5 files, 356 lines, 10,586 bytes in 0.003 seconds.
That's 116,928 lines/sec, or 3,476,970 bytes/sec.
Failed to parse data/pypi/Logentries-0.17
Extracting files from ./data/pypi/requests-credssp-1.1.1.tar.gz... or 6,960,073 bytes/sec.
Done
Extracting files from ./data/pypi/rasterio-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 161 files, 27,246 lines, 886,883 bytes in 0.424 seconds.
That's 64,196 lines/sec, or 2,089,626 bytes/sec.
Done
Extracting files from ./data/pypi/guppy-0.1.11.tar.gz... Done
Trying to parse all python files ...
Checked 83 files, 37,322 lines, 986,551 bytes in 0.062 seconds.
That's 599,519 lines/sec, or 15,847,385 bytes/sec.
Done
Extracting files from ./data/pypi/affinegap-1.11.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 45 lines, 1,666 bytes in 0.001 seconds.
That's 54,899 lines/sec, or 2,032,493 bytes/sec.
Done
Extracting files from ./data/pypi/django-push-notifications-1.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 2,319 lines, 76,053 bytes in 0.019 seconds.
That's 122,908 lines/sec, or 4,030,850 bytes/sec.
Done
Extracting files from ./data/pypi/html-linter-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,943 lines, 76,685 bytes in 0.039 seconds.
That's 50,391 lines/sec, or 1,988,809 bytes/sec.
Done
Extracting files from ./data/pypi/environs-7.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 437 lines, 16,658 bytes in 0.004 seconds.
That's 105,207 lines/sec, or 4,010,373 bytes/sec.
Done
Extracting files from ./data/pypi/python-novaclient-16.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 138 files, 34,275 lines, 1,346,907 bytes in 0.397 seconds.
That's 86,254 lines/sec, or 3,389,529 bytes/sec.
Done
Extracting files from ./data/pypi/anaconda-0.0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 15 lines, 437 bytes in 0.000 seconds.
That's 36,096 lines/sec, or 1,051,584 bytes/sec.
Done
Extracting files from ./data/pypi/salt-2019.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 2,666 files, 1,004,159 lines, 34,583,065 bytes in 19.274 seconds.
That's 52,098 lines/sec, or 1,794,243 bytes/sec.
Done
Extracting files from ./data/pypi/argparse-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 7,175 lines, 244,864 bytes in 0.054 seconds.
That's 131,981 lines/sec, or 4,504,180 bytes/sec.
Done
Extracting files from ./data/pypi/pip-tools-4.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 6,556 lines, 212,451 bytes in 0.045 seconds.
That's 145,775 lines/sec, or 4,723,928 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-commas-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 725 lines, 22,619 bytes in 0.007 seconds.
That's 103,632 lines/sec, or 3,233,172 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-datalabeling-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 22,853 lines, 870,346 bytes in 0.096 seconds.
That's 236,937 lines/sec, or 9,023,640 bytes/sec.
Done
Extracting files from ./data/pypi/glmnet_py-0.1.0b2.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 4,297 lines, 161,308 bytes in 0.037 seconds.
That's 117,180 lines/sec, or 4,398,913 bytes/sec.
Done
Extracting files from ./data/pypi/wheel-0.34.2.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 3,084 lines, 110,090 bytes in 0.027 seconds.
That's 115,534 lines/sec, or 4,124,249 bytes/sec.
Done
Extracting files from ./data/pypi/shadowsocks-2.8.2.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 4,171 lines, 143,470 bytes in 0.035 seconds.
That's 118,654 lines/sec, or 4,081,340 bytes/sec.
Done
Extracting files from ./data/pypi/lupa-1.9.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 3,054 lines, 101,273 bytes in 0.030 seconds.
That's 102,918 lines/sec, or 3,412,847 bytes/sec.
Done
Extracting files from ./data/pypi/mixer-6.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 3,560 lines, 98,317 bytes in 0.023 seconds.
That's 155,862 lines/sec, or 4,304,458 bytes/sec.
Done
Extracting files from ./data/pypi/SPARQLWrapper-1.8.5.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 18,138 lines, 845,992 bytes in 0.166 seconds.
That's 109,377 lines/sec, or 5,101,572 bytes/sec.
Done
Extracting files from ./data/pypi/aliyun-python-sdk-ecs-4.18.0.tar.gz... Done
Trying to parse all python files ...
Checked 278 files, 24,999 lines, 874,738 bytes in 0.204 seconds.
That's 122,712 lines/sec, or 4,293,823 bytes/sec.
Done
Extracting files from ./data/pypi/pygeoip-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,317 lines, 78,707 bytes in 0.020 seconds.
That's 116,633 lines/sec, or 3,961,944 bytes/sec.
Done
Extracting files from ./data/pypi/django-crequest-2018.5.11.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 91 lines, 2,954 bytes in 0.001 seconds.
That's 81,766 lines/sec, or 2,654,236 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-billing-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 260 lines, 10,981 bytes in 0.003 seconds.
That's 82,640 lines/sec, or 3,490,274 bytes/sec.
Done
Extracting files from ./data/pypi/placebo-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 568 lines, 19,894 bytes in 0.005 seconds.
That's 124,954 lines/sec, or 4,376,455 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-oauth-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 389 lines, 13,333 bytes in 0.003 seconds.
That's 118,506 lines/sec, or 4,061,785 bytes/sec.
Done
Extracting files from ./data/pypi/resampy-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 446 lines, 13,303 bytes in 0.003 seconds.
That's 159,763 lines/sec, or 4,765,294 bytes/sec.
Done
Extracting files from ./data/pypi/pyluach-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,343 lines, 41,919 bytes in 0.009 seconds.
That's 149,689 lines/sec, or 4,672,239 bytes/sec.
Done
Extracting files from ./data/pypi/hellosign-python-sdk-3.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 4,098 lines, 166,278 bytes in 0.021 seconds.
That's 199,444 lines/sec, or 8,092,509 bytes/sec.
Done
Extracting files from ./data/pypi/pyspark-2.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 235 files, 76,323 lines, 2,921,341 bytes in 1.107 seconds.
That's 68,924 lines/sec, or 2,638,134 bytes/sec.
Done
Extracting files from ./data/pypi/parse-accept-language-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 110 lines, 3,673 bytes in 0.001 seconds.
That's 78,572 lines/sec, or 2,623,583 bytes/sec.
Done
Extracting files from ./data/pypi/WebOb-1.8.6.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 30,811 lines, 1,086,043 bytes in 0.417 seconds.
That's 73,857 lines/sec, or 2,603,346 bytes/sec.
Done
Extracting files from ./data/pypi/iso8601-0.1.12.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 342 lines, 15,169 bytes in 0.004 seconds.
That's 81,703 lines/sec, or 3,623,819 bytes/sec.
Done
Extracting files from ./data/pypi/PyLBFGS-0.2.0.13.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 265 lines, 11,141 bytes in 0.002 seconds.
That's 172,137 lines/sec, or 7,236,912 bytes/sec.
Done
Extracting files from ./data/pypi/hjson-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 4,546 lines, 162,425 bytes in 0.069 seconds.
That's 65,825 lines/sec, or 2,351,889 bytes/sec.
Done
Extracting files from ./data/pypi/django-htmlmin-0.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 418 lines, 13,863 bytes in 0.004 seconds.
That's 104,964 lines/sec, or 3,481,149 bytes/sec.
Done
Extracting files from ./data/pypi/django-rest-multiple-models-2.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 471 lines, 16,815 bytes in 0.004 seconds.
That's 124,075 lines/sec, or 4,429,545 bytes/sec.
Done
Extracting files from ./data/pypi/h5py-2.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 14,924 lines, 491,308 bytes in 0.162 seconds.That's 144,595 lines/sec, or 5,180,076 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_nbextensions_configurator-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,538 lines, 58,341 bytes in 0.012 seconds.
That's 130,700 lines/sec, or 4,957,855 bytes/sec.
Done
Extracting files from ./data/pypi/cvxopt-1.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 66 files, 20,944 lines, 709,183 bytes in 0.328 seconds.
That's 63,766 lines/sec, or 2,159,164 bytes/sec.
Done
Extracting files from ./data/pypi/cssmin-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 242 lines, 7,316 bytes in 0.002 seconds.
That's 103,016 lines/sec, or 3,114,334 bytes/sec.
Done
Extracting files from ./data/pypi/django-webpack-loader-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 374 lines, 11,128 bytes in 0.004 seconds.
That's 85,528 lines/sec, or 2,544,802 bytes/sec.
Done
Extracting files from ./data/pypi/mrjob-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 226 files, 72,431 lines, 2,554,728 bytes in 0.943 seconds.
That's 76,797 lines/sec, or 2,708,705 bytes/sec.
Done
Extracting files from ./data/pypi/zope.traversing-4.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 4,317 lines, 142,726 bytes in 0.026 seconds.
That's 165,454 lines/sec, or 5,470,145 bytes/sec.
Done
Extracting files from ./data/pypi/rdflib-4.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 238 files, 45,819 lines, 1,533,862 bytes in 0.380 seconds.
That's 120,589 lines/sec, or 4,036,913 bytes/sec.
Done
Extracting files from ./data/pypi/daphne-2.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,897 lines, 69,580 bytes in 0.014 seconds.
That's 136,092 lines/sec, or 4,991,699 bytes/sec.
Done
Extracting files from ./data/pypi/pymssql-2.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 4,129 lines, 134,172 bytes in 0.030 seconds.
That's 138,326 lines/sec, or 4,494,909 bytes/sec.
Done
Extracting files from ./data/pypi/toolz-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 6,610 lines, 191,932 bytes in 0.053 seconds.
That's 125,627 lines/sec, or 3,647,796 bytes/sec.
Done
Extracting files from ./data/pypi/python-mistralclient-3.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 84 files, 14,307 lines, 452,400 bytes in 0.140 seconds.
That's 102,200 lines/sec, or 3,231,652 bytes/sec.
Done
Extracting files from ./data/pypi/termstyle-0.1.11.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 143 lines, 6,091 bytes in 0.002 seconds.
That's 73,729 lines/sec, or 3,140,443 bytes/sec.
Done
Extracting files from ./data/pypi/keyring-21.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 2,434 lines, 72,112 bytes in 0.045 seconds.
That's 53,969 lines/sec, or 1,598,945 bytes/sec.
Done
Extracting files from ./data/pypi/tempest-23.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 903 files, 114,443 lines, 4,714,708 bytes in 1.960 seconds.
That's 58,397 lines/sec, or 2,405,763 bytes/sec.
Done
Extracting files from ./data/pypi/salesforce-bulk-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 732 lines, 24,031 bytes in 0.007 seconds.
That's 101,630 lines/sec, or 3,336,422 bytes/sec.
Done
Extracting files from ./data/pypi/dogslow-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 459 lines, 15,741 bytes in 0.004 seconds.
That's 113,206 lines/sec, or 3,882,309 bytes/sec.
Done
Extracting files from ./data/pypi/portalocker-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 927 lines, 27,810 bytes in 0.007 seconds.
That's 129,109 lines/sec, or 3,873,272 bytes/sec.
Done
Extracting files from ./data/pypi/aws-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 525 lines, 19,374 bytes in 0.003 seconds.
That's 174,320 lines/sec, or 6,432,904 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-WTF-0.14.3.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,079 lines, 60,074 bytes in 0.015 seconds.
That's 138,101 lines/sec, or 3,990,507 bytes/sec.
Done
Extracting files from ./data/pypi/websockify-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,004 lines, 107,394 bytes in 0.046 seconds.
That's 65,431 lines/sec, or 2,339,174 bytes/sec.
Done
Extracting files from ./data/pypi/ordered-set-3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 908 lines, 27,580 bytes in 0.006 seconds.
That's 142,483 lines/sec, or 4,327,843 bytes/sec.
Done
Extracting files from ./data/pypi/pysaml2-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 111 files, 55,212 lines, 2,041,485 bytes in 0.759 seconds.
That's 72,746 lines/sec, or 2,689,826 bytes/sec.
Done
Extracting files from ./data/pypi/django-filter-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 10,450 lines, 352,222 bytes in 0.129 seconds.
That's 81,130 lines/sec, or 2,734,523 bytes/sec.
Done
Extracting files from ./data/pypi/python-twitter-3.5.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 6,504 lines, 255,145 bytes in 0.036 seconds.
That's 182,704 lines/sec, or 7,167,293 bytes/sec.
Done
Extracting files from ./data/pypi/env_utils-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 159 lines, 5,176 bytes in 0.001 seconds.
That's 110,030 lines/sec, or 3,581,871 bytes/sec.
Done
Extracting files from ./data/pypi/fsspec-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 7,575 lines, 249,936 bytes in 0.045 seconds.
That's 167,440 lines/sec, or 5,524,648 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-OpenDirectory-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,688 lines, 156,082 bytes in 0.048 seconds.
That's 76,524 lines/sec, or 3,238,607 bytes/sec.
Done
Extracting files from ./data/pypi/pretrainedmodels-0.7.4.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 8,147 lines, 339,914 bytes in 0.119 seconds.
That's 68,527 lines/sec, or 2,859,142 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-RQ2-18.3.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 2,093 lines, 64,279 bytes in 0.013 seconds.
That's 156,446 lines/sec, or 4,804,692 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-remotedata-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 574 lines, 18,951 bytes in 0.005 seconds.
That's 121,305 lines/sec, or 4,004,951 bytes/sec.
Done
Extracting files from ./data/pypi/invoke-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 136 files, 31,447 lines, 1,150,555 bytes in 0.310 seconds.
That's 101,358 lines/sec, or 3,708,405 bytes/sec.
Done
Extracting files from ./data/pypi/phpserialize-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 597 lines, 19,489 bytes in 0.003 seconds.
That's 175,350 lines/sec, or 5,724,285 bytes/sec.
Done
Extracting files from ./data/pypi/honcho-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,533 lines, 46,366 bytes in 0.011 seconds.
That's 140,602 lines/sec, or 4,252,544 bytes/sec.
Done
Extracting files from ./data/pypi/pandas-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 863 files, 416,638 lines, 13,853,957 bytes in 12.090 seconds.
That's 34,461 lines/sec, or 1,145,881 bytes/sec.
Diffing ASTs for data/pypi/pandas-1.0.1/pandas/core/dtypes/dtypes.py ...
--- a
+++ b
@@ -156,7 +156,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
Diffing ASTs for data/pypi/pandas-1.0.1/pandas/core/groupby/ops.py ...
--- a
+++ b
@@ -263,7 +263,7 @@
args=[Name(id="groupings", ctx=Load())],
keywords=[], 121,924 bytes in 0.027 seconds.
That's 119,682 lines/sec, or 4,571,460 bytes/sec.
Done
Extracting files from ./data/pypi/pyhs2-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 8,741 lines, 276,356 bytes in 0.109 seconds.
That's 80,450 lines/sec, or 2,543,516 bytes/sec.
Done
Extracting files from ./data/pypi/pyCLI-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 4,935 lines, 176,678 bytes in 0.046 seconds.
That's 107,917 lines/sec, or 3,863,554 bytes/sec.
Done
Extracting files from ./data/pypi/deepdiff-4.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 5,799 lines, 202,202 bytes in 0.046 seconds.
That's 125,338 lines/sec, or 4,370,348 bytes/sec.
Done
Extracting files from ./data/pypi/blis-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 806 lines, 25,691 bytes in 0.017 seconds.
That's 46,380 lines/sec, or 1,478,356 bytes/sec.
Done
Extracting files from ./data/pypi/certbot-nginx-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 6,115 lines, 250,189 bytes in 0.086 seconds.
That's 71,300 lines/sec, or 2,917,182 bytes/sec.
Done
Extracting files from ./data/pypi/TestLink-API-Python-client-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 9,080 lines, 422,963 bytes in 0.092 seconds.
That's 98,349 lines/sec, or 4,581,265 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-core-2.0.81.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 10,414 lines, 446,432 bytes in 0.123 seconds.
That's 84,334 lines/sec, or 3,615,250 bytes/sec.
Done
Extracting files from ./data/pypi/lz4-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 4,267 lines, 130,898 bytes in 0.027 seconds.
That's 158,218 lines/sec, or 4,853,612 bytes/sec.
Done
Extracting files from ./data/pypi/cufflinks-0.17.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 7,778 lines, 227,320 bytes in 0.080 seconds.
That's 97,708 lines/sec, or 2,855,613 bytes/sec.
Done
Extracting files from ./data/pypi/pyshp-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,924 lines, 78,076 bytes in 0.017 seconds.
That's 114,247 lines/sec, or 4,636,150 bytes/sec.
Done
Extracting files from ./data/pypi/pyminizip-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 45 lines, 1,831 bytes in 0.001 seconds.
That's 37,419 lines/sec, or 1,522,556 bytes/sec.
Done
Extracting files from ./data/pypi/execnet-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 7,275 lines, 221,963 bytes in 0.094 seconds.
That's 77,620 lines/sec, or 2,368,226 bytes/sec.
Done
Extracting files from ./data/pypi/redo-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 351 lines, 10,996 bytes in 0.002 seconds.
That's 176,185 lines/sec, or 5,519,455 bytes/sec.
Done
Extracting files from ./data/pypi/pyquaternion-0.9.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,286 lines, 48,547 bytes in 0.008 seconds.
That's 159,932 lines/sec, or 6,037,504 bytes/sec.
Done
Extracting files from ./data/pypi/gender-guesser-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 194 lines, 7,423 bytes in 0.003 seconds.
That's 76,068 lines/sec, or 2,910,565 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-watch-4.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 749 lines, 22,747 bytes in 0.006 seconds.
That's 121,024 lines/sec, or 3,675,469 bytes/sec.
Done
Extracting files from ./data/pypi/peewee-3.13.1.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 16,368 lines, 547,409 bytes in 0.211 seconds.
That's 77,729 lines/sec, or 2,599,570 bytes/sec.
Done
Extracting files from ./data/pypi/oauth2client-4.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 18,811 lines, 713,719 bytes in 0.175 seconds.
That's 107,270 lines/sec, or 4,069,984 bytes/sec.
Done
Extracting files from ./data/pypi/django-boto-0.3.12.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 410 lines, 12,019 bytes in 0.004 seconds.
That's 110,412 lines/sec, or 3,236,683 bytes/sec.
Done
Extracting files from ./data/pypi/Pillow-7.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 271 files, 52,424 lines, 1,699,975 bytes in 0.954 seconds.
That's 54,928 lines/sec, or 1,781,176 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.privsep-1.33.3.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,367 lines, 77,767 bytes in 0.016 seconds.
That's 143,461 lines/sec, or 4,713,357 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ImageCaptureCore-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,403 lines, 71,998 bytes in 0.021 seconds.
That's 67,653 lines/sec, or 3,471,770 bytes/sec.
Done
Extracting files from ./data/pypi/sh-1.12.14.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 6,690 lines, 202,398 bytes in 0.078 seconds.
That's 86,116 lines/sec, or 2,605,332 bytes/sec.
Done
Extracting files from ./data/pypi/PTable-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,823 lines, 63,696 bytes in 0.016 seconds.
That's 111,459 lines/sec, or 3,894,410 bytes/sec.
Done
Extracting files from ./data/pypi/pid-2.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 725 lines, 21,321 bytes in 0.006 seconds.
That's 116,858 lines/sec, or 3,436,583 bytes/sec.
Done
Extracting files from ./data/pypi/ts-flint-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 5,612 lines, 212,309 bytes in 0.049 seconds.
That's 115,270 lines/sec, or 4,360,822 bytes/sec.
Done
Extracting files from ./data/pypi/testing.common.database-2.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 398 lines, 12,486 bytes in 0.003 seconds.
That's 114,369 lines/sec, or 3,587,975 bytes/sec.
Done
Extracting files from ./data/pypi/acora-2.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,338 lines, 44,114 bytes in 0.013 seconds.
That's 104,662 lines/sec, or 3,450,719 bytes/sec.
Done
Extracting files from ./data/pypi/amqp-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 9,435 lines, 322,114 bytes in 0.104 seconds.
That's 90,519 lines/sec, or 3,090,347 bytes/sec.
Done
Extracting files from ./data/pypi/scrapy-splash-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 2,310 lines, 81,342 bytes in 0.046 seconds.
That's 49,737 lines/sec, or 1,751,384 bytes/sec.
Done
Extracting files from ./data/pypi/jsondiff-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 947 lines, 28,772 bytes in 0.012 seconds.
That's 78,322 lines/sec, or 2,379,590 bytes/sec.
Done
Extracting files from ./data/pypi/traittypes-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 953 lines, 30,160 bytes in 0.008 seconds.
That's 117,925 lines/sec, or 3,732,010 bytes/sec.
Done
Extracting files from ./data/pypi/Quart-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 12,598 lines, 427,069 bytes in 0.131 seconds.
That's 96,262 lines/sec, or 3,263,269 bytes/sec.
Diffing ASTs for data/pypi/Quart-0.10.0/quart/app.py ...
--- a
+++ b
@@ -716,7 +716,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -730,7 +730,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -764,7 +764,7 @@
args=[Name(id="list", ctx=Load())],
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -823,7 +823,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -849,7 +849,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -885,7 +885,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -903,7 +903,7 @@
ctx=Load(),
),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -917,7 +917,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -935,7 +935,7 @@
ctx=Load(),
),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -953,7 +953,7 @@
ctx=Load(),
),
value=None,
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/websockets-8.1/src/websockets/server.py ...
--- a
+++ b
@@ -3850,7 +3850,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3876,7 +3876,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3902,7 +3902,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Failed to parse data/pypi/websockets-8.1
Extracting files from ./data/pypi/grpcio-testing-1.27.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 2,914 lines, 95,151 bytes in 0.017 seconds.
That's 172,789 lines/sec, or 5,642,076 bytes/sec.
Done
Extracting files from ./data/pypi/stompest-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 3,832 lines, 177,066 bytes in 0.041 seconds.
That's 92,338 lines/sec, or 4,266,690 bytes/sec.
Done
Extracting files from ./data/pypi/mpi4py-3.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 160 files, 22,996 lines, 768,716 bytes in 0.454 seconds.
That's 50,680 lines/sec, or 1,694,146 bytes/sec.
Done
Extracting files from ./data/pypi/PuLP-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 8,442 lines, 301,229 bytes in 0.089 seconds.
That's 94,450 lines/sec, or 3,370,169 bytes/sec.
Done
Extracting files from ./data/pypi/PasteScript-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 7,165 lines, 250,035 bytes in 0.056 seconds.
That's 127,583 lines/sec, or 4,452,230 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-CoreServices-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 80 files, 14,278 lines, 727,811 bytes in 0.258 seconds.
That's 55,445 lines/sec, or 2,826,279 bytes/sec.
Done
Extracting files from ./data/pypi/restricted_pkg-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 871 lines, 28,349 bytes in 0.006 seconds.
That's 155,213 lines/sec, or 5,051,805 bytes/sec.
Done
Extracting files from ./data/pypi/pytype-2020.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 196 files, 61,749 lines, 2,130,737 bytes in 1.055 seconds.
That's 58,518 lines/sec, or 2,019,233 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-csv-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 664 lines, 23,960 bytes in 0.006 seconds.
That's 104,078 lines/sec, or 3,755,578 bytes/sec.
Done
Extracting files from ./data/pypi/q-2.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 577 lines, 20,215 bytes in 0.005 seconds.
That's 122,234 lines/sec, or 4,282,431 bytes/sec.
Done
Extracting files from ./data/pypi/orderedset-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 457 lines, 13,071 bytes in 0.005 seconds.
That's 87,902 lines/sec, or 2,514,159 bytes/sec.
Done
Extracting files from ./data/pypi/bs4-0.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 27 lines, 1,069 bytes in 0.000 seconds.
That's 65,309 lines/sec, or 2,585,762 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-texttospeech-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 3,750 lines, 139,980 bytes in 0.017 seconds.
That's 215,748 lines/sec, or 8,053,423 bytes/sec.
Done
Extracting files from ./data/pypi/singleton-decorator-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 44 lines, 1,376 bytes in 0.001 seconds.
That's 51,178 lines/sec, or 1,600,489 bytes/sec.
Done
Extracting files from ./data/pypi/Collectfast-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 1,098 lines, 36,135 bytes in 0.011 seconds.
That's 102,144 lines/sec, or 3,361,527 bytes/sec.
Done
Extracting files from ./data/pypi/django-ordered-model-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 637 lines, 23,294 bytes in 0.005 seconds.
That's 118,136 lines/sec, or 4,320,044 bytes/sec.
Done
Extracting files from ./data/pypi/docker-py-1.10.6.tar.gz... Done
Trying to parse all python files ...
Checked 66 files, 12,974 lines, 438,511 bytes in 0.159 seconds.
That's 81,625 lines/sec, or 2,758,867 bytes/sec.
Done
Extracting files from ./data/pypi/Jinja2-2.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 20,668 lines, 691,497 bytes in 0.177 seconds.
That's 117,005 lines/sec, or 3,914,677 bytes/sec.
Done
Extracting files from ./data/pypi/tox-travis-0.12.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,753 lines, 64,018 bytes in 0.028 seconds.
That's 63,234 lines/sec, or 2,309,235 bytes/sec.
Done
Extracting files from ./data/pypi/flup-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 6,254 lines, 217,607 bytes in 0.040 seconds.
That's 154,926 lines/sec, or 5,390,635 bytes/sec.
Done
Extracting files from ./data/pypi/shade-1.32.0.tar.gz... Done
Trying to parse all python files ... Done
Trying to parse all python files ...
Checked 6 files, 1,380 lines, 51,946 bytes in 0.008 seconds.
That's 173,339 lines/sec, or 6,524,836 bytes/sec.
Done
Extracting files from ./data/pypi/cognite-model-hosting-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,498 lines, 54,238 bytes in 0.012 seconds.
That's 124,434 lines/sec, or 4,505,390 bytes/sec.
Done
Extracting files from ./data/pypi/ConfigArgParse-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,255 lines, 95,235 bytes in 0.017 seconds.
That's 135,500 lines/sec, or 5,722,537 bytes/sec.
Done
Extracting files from ./data/pypi/parallel-ssh-1.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 5,568 lines, 226,375 bytes in 0.031 seconds.
That's 176,819 lines/sec, or 7,188,825 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-lint-1.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,626 lines, 56,815 bytes in 0.013 seconds.
That's 125,987 lines/sec, or 4,402,191 bytes/sec.
Done
Extracting files from ./data/pypi/qrcode-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,371 lines, 70,196 bytes in 0.023 seconds.
That's 102,850 lines/sec, or 3,044,992 bytes/sec.
Done
Extracting files from ./data/pypi/pluginbase-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 987 lines, 34,823 bytes in 0.007 seconds.
That's 141,827 lines/sec, or 5,003,880 bytes/sec.
Done
Extracting files from ./data/pypi/zabbix-api-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 397 lines, 12,839 bytes in 0.003 seconds.
That's 123,216 lines/sec, or 3,984,806 bytes/sec.
Done
Extracting files from ./data/pypi/twilio-6.35.4.tar.gz... Done
Trying to parse all python files ...
Checked 437 files, 159,759 lines, 5,815,258 bytes in 1.310 seconds.
That's 121,955 lines/sec, or 4,439,197 bytes/sec.
Done
Extracting files from ./data/pypi/holoviews-1.12.7.tar.gz... Done
Trying to parse all python files ...
Checked 285 files, 84,861 lines, 3,413,374 bytes in 2.227 seconds.
That's 38,109 lines/sec, or 1,532,865 bytes/sec.
Done
Extracting files from ./data/pypi/oauthlib-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 131 files, 19,549 lines, 811,578 bytes in 0.157 seconds.
That's 124,506 lines/sec, or 5,168,884 bytes/sec.
Done
Extracting files from ./data/pypi/property-manager-2.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,861 lines, 74,323 bytes in 0.011 seconds.
That's 174,147 lines/sec, or 6,954,916 bytes/sec.
Done
Extracting files from ./data/pypi/sklearn-0.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 20 lines, 1,672 bytes in 0.000 seconds.
That's 42,154 lines/sec, or 3,524,058 bytes/sec.
Done
Extracting files from ./data/pypi/django-nested-admin-3.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 67 files, 7,695 lines, 284,609 bytes in 0.080 seconds.
That's 96,772 lines/sec, or 3,579,216 bytes/sec.
Done
Extracting files from ./data/pypi/flake8_bandit-2.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 226 lines, 7,008 bytes in 0.002 seconds.
That's 119,989 lines/sec, or 3,720,719 bytes/sec.
Done
Extracting files from ./data/pypi/ordereddict-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 136 lines, 4,373 bytes in 0.002 seconds.
That's 89,859 lines/sec, or 2,889,365 bytes/sec.
Done
Extracting files from ./data/pypi/visdom-0.1.8.9.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 4,201 lines, 151,149 bytes in 0.038 seconds.
That's 111,440 lines/sec, or 4,009,543 bytes/sec.
Done
Extracting files from ./data/pypi/python-hosts-0.4.7.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,782 lines, 66,190 bytes in 0.012 seconds.
That's 144,867 lines/sec, or 5,380,877 bytes/sec.
Done
Extracting files from ./data/pypi/javaobj-py3-0.4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 5,153 lines, 158,936 bytes in 0.030 seconds.
That's 173,673 lines/sec, or 5,356,662 bytes/sec.
Done
Extracting files from ./data/pypi/python-keystoneclient-3.22.0.tar.gz... Done
Trying to parse all python files ...
Checked 216 files, 37,847 lines, 1,447,301 bytes in 0.406 seconds.
That's 93,226 lines/sec, or 3,565,022 bytes/sec.
Done
Extracting files from ./data/pypi/conan-1.22.0.tar.gz... Done
Trying to parse all python files ...
Checked 251 files, 46,159 lines, 2,025,514 bytes in 0.662 seconds.
That's 69,689 lines/sec, or 3,058,036 bytes/sec.
Done
Extracting files from ./data/pypi/nbconvert-5.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 125 files, 12,583 lines, 442,335 bytes in 0.099 seconds.
That's 127,505 lines/sec, or 4,482,237 bytes/sec.
Done
Extracting files from ./data/pypi/pytils-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 4,658 lines, 169,250 bytes in 0.034 seconds.
That's 135,324 lines/sec, or 4,917,027 bytes/sec.
Done
Extracting files from ./data/pypi/urlparse3-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 281 lines, 11,206 bytes in 0.003 seconds.
That's 90,613 lines/sec, or 3,613,544 bytes/sec.
Done
Extracting files from ./data/pypi/grpcio-health-checking-1.27.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 560 lines, 20,183 bytes in 0.004 seconds.
That's 152,490 lines/sec, or 5,495,919 bytes/sec.
Done
Extracting files from ./data/pypi/treelib-1.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,157 lines, 72,028 bytes in 0.016 seconds.
That's 133,016 lines/sec, or 4,441,775 bytes/sec.
Done
Extracting files from ./data/pypi/Pyphen-0.9.5.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 353 lines, 11,893 bytes in 0.003 seconds.
That's 127,549 lines/sec, or 4,297,283 bytes/sec.
Done
Extracting files from ./data/pypi/openstackdocstheme-1.31.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,084 lines, 37,985 bytes in 0.006 seconds.
That's 168,182 lines/sec, or 5,893,343 bytes/sec.
Done
Extracting files from ./data/pypi/flask-shell-ipython-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 77 lines, 2,392 bytes in 0.001 seconds.
That's 95,636 lines/sec, or 2,970,914 bytes/sec.
Done
Extracting files from ./data/pypi/ZODB-5.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 122 files, 34,672 lines, 1,162,039 bytes in 0.332 seconds.
That's 104,318 lines/sec, or 3,496,243 bytes/sec.
Done
Extracting files from ./data/pypi/python-string-utils-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 670 lines, 21,630 bytes in 0.003 seconds.
That's 211,292 lines/sec, or 6,821,263 bytes/sec.
Done
Extracting files from ./data/pypi/sklearn-pandas-1.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 941 lines, 31,709 bytes in 0.006 seconds.
That's 146,876 lines/sec, or 4,949,285 bytes/sec.
Done
Extracting files from ./data/pypi/trio-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 130 files, 30,180 lines, 1,054,456 bytes in 0.264 seconds.
That's 114,193 lines/sec, or 3,989,764 bytes/sec.
Done
Extracting files from ./data/pypi/confusable_homoglyphs-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,631 lines, 92,054 bytes in 0.019 seconds.
That's 141,341 lines/sec, or 4,945,276 bytes/sec.
Done
Extracting files from ./data/pypi/pyghmi-1.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 63 files, 19,863 lines, 774,820 bytes in 0.238 seconds.
That's 83,287 lines/sec, or 3,248,895 bytes/sec.
Done
Extracting files from ./data/pypi/shyaml-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 868 lines, 26,523 bytes in 0.006 seconds.
That's 145,376 lines/sec, or 4,442,180 bytes/sec.
Done
Extracting files from ./data/pypi/APScheduler-3.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 67 files, 8,657 lines, 324,218 bytes in 0.122 seconds.
That's 70,971 lines/sec, or 2,657,961 bytes/sec.
Done
Extracting files from ./data/pypi/talon-1.4.4.tar.gz... 8,187,483 bytes in 4.781 seconds.
That's 44,986 lines/sec, or 1,712,456 bytes/sec.
Done
Extracting files from ./data/pypi/pycadf-2.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,662 lines, 97,271 bytes in 0.017 seconds.
That's 156,624 lines/sec, or 5,723,121 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-keyvault-2.2.16.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,378 lines, 117,181 bytes in 0.021 seconds.
That's 114,861 lines/sec, or 5,660,011 bytes/sec.
Done
Extracting files from ./data/pypi/gcloud-0.18.3.tar.gz... Done
Trying to parse all python files ...
Checked 192 files, 78,551 lines, 2,919,048 bytes in 0.960 seconds.
That's 81,832 lines/sec, or 3,040,956 bytes/sec.
Done
Extracting files from ./data/pypi/linecache2-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,331 lines, 40,465 bytes in 0.013 seconds.
That's 103,453 lines/sec, or 3,145,164 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-dataflow-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 73 lines, 2,626 bytes in 0.001 seconds.
That's 128,703 lines/sec, or 4,629,778 bytes/sec.
Done
Extracting files from ./data/pypi/msgpack-numpy-0.4.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 519 lines, 19,397 bytes in 0.006 seconds.
That's 93,608 lines/sec, or 3,498,470 bytes/sec.
Done
Extracting files from ./data/pypi/awscli-1.17.13.tar.gz... Done
Trying to parse all python files ...
Checked 197 files, 34,275 lines, 1,337,163 bytes in 0.375 seconds.
That's 91,360 lines/sec, or 3,564,207 bytes/sec.
Done
Extracting files from ./data/pypi/instaclone-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,055 lines, 36,728 bytes in 0.008 seconds.
That's 131,422 lines/sec, or 4,575,242 bytes/sec.
Done
Extracting files from ./data/pypi/asciitree-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 255 lines, 7,215 bytes in 0.002 seconds.
That's 109,204 lines/sec, or 3,089,841 bytes/sec.
Done
Extracting files from ./data/pypi/import_from_github_com-0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 78 lines, 2,280 bytes in 0.001 seconds.
That's 71,478 lines/sec, or 2,089,363 bytes/sec.
Done
Extracting files from ./data/pypi/databricks_pypi-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 15 lines, 271 bytes in 0.001 seconds.
That's 22,518 lines/sec, or 406,820 bytes/sec.
Done
Extracting files from ./data/pypi/URLObject-2.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,520 lines, 88,146 bytes in 0.018 seconds.
That's 137,972 lines/sec, or 4,826,075 bytes/sec.
Done
Extracting files from ./data/pypi/pyCalverter-1.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 279 lines, 10,217 bytes in 0.003 seconds.
That's 98,685 lines/sec, or 3,613,864 bytes/sec.
Done
Extracting files from ./data/pypi/bindep-2.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,886 lines, 71,194 bytes in 0.045 seconds.
That's 41,750 lines/sec, or 1,576,024 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-profiler-1.0.9.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,197 lines, 79,404 bytes in 0.012 seconds.
That's 178,383 lines/sec, or 6,447,104 bytes/sec.
Done
Extracting files from ./data/pypi/mobly-1.10.tar.gz... Done
Trying to parse all python files ...
Checked 92 files, 22,690 lines, 904,707 bytes in 0.194 seconds.
That's 116,732 lines/sec, or 4,654,395 bytes/sec.
Done
Extracting files from ./data/pypi/google-gax-0.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 5,568 lines, 216,827 bytes in 0.057 seconds.
That's 97,387 lines/sec, or 3,792,408 bytes/sec.
Done
Extracting files from ./data/pypi/colorclass-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,500 lines, 56,191 bytes in 0.010 seconds.
That's 155,287 lines/sec, or 5,817,157 bytes/sec.
Done
Extracting files from ./data/pypi/django-registration-redux-2.7.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 4,239 lines, 158,727 bytes in 0.032 seconds.
That's 131,994 lines/sec, or 4,942,459 bytes/sec.
Done
Extracting files from ./data/pypi/aliyun-python-sdk-kms-2.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 1,684 lines, 60,567 bytes in 0.014 seconds.
That's 123,573 lines/sec, or 4,444,459 bytes/sec.
Done
Extracting files from ./data/pypi/Genshi-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 63 files, 24,444 lines, 888,575 bytes in 0.193 seconds.
That's 126,908 lines/sec, or 4,613,274 bytes/sec.
Done
Extracting files from ./data/pypi/testscenarios-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 847 lines, 31,239 bytes in 0.007 seconds.
That's 129,147 lines/sec, or 4,763,191 bytes/sec.
Done
Extracting files from ./data/pypi/pyroute2-0.5.7.tar.gz... Done
Trying to parse all python files ...
Checked 179 files, 34,701 lines, 1,166,344 bytes in 0.466 seconds.
That's 74,542 lines/sec, or 2,505,449 bytes/sec.
Done
Extracting files from ./data/pypi/ciso8601-2.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 68 lines, 2,499 bytes in 0.001 seconds.
That's 68,743 lines/sec, or 2,526,287 bytes/sec.
Done
Extracting files from ./data/pypi/Whoosh-2.7.4.tar.gz... Done
Trying to parse all python files ...
Checked 150 files, 61,729 lines, 2,194,749 bytes in 0.995 seconds.
That's 62,023 lines/sec, or 2,205,211 bytes/sec.
Done
Extracting files from ./data/pypi/ruptures-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 3,952 lines, 127,952 bytes in 0.021 seconds.
That's 190,863 lines/sec, or 6,179,483 bytes/sec.
Done
Extracting files from ./data/pypi/awesome-slugify-1.6.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 650 lines, 24,223 bytes in 0.006 seconds.
That's 102,147 lines/sec, or 3,806,618 bytes/sec.
Done
Extracting files from ./data/pypi/django-dbbackup-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 4,345 lines, 157,173 bytes in 0.042 seconds.
That's 103,889 lines/sec, or 3,758,017 bytes/sec.
Done
Extracting files from ./data/pypi/edgegrid-python-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 579 lines, 19,769 bytes in 0.005 seconds.
That's 123,293 lines/sec, or 4,209,636 bytes/sec.
Done
Extracting files from ./data/pypi/backports.shutil_get_terminal_size-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 198 lines, 5,856 bytes in 0.002 seconds.
That's 94,094 lines/sec, or 2,782,896 bytes/sec.
Done
Extracting files from ./data/pypi/virtualenvwrapper-win-1.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 780 lines, 23,855 bytes in 0.006 seconds.
That's 132,726 lines/sec, or 4,059,196 bytes/sec.
Done
Extracting files from ./data/pypi/addict-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 610 lines, 18,074 bytes in 0.006 seconds.
That's 103,079 lines/sec, or 3,054,182 bytes/sec.
Done
Extracting files from ./data/pypi/nvidia-ml-py-10.418.84.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 3,127 lines, 113,929 bytes in 0.049 seconds.
That's 63,707 lines/sec, or 2,321,116 bytes/sec.
Done
Extracting files from ./data/pypi/pymobiledetect-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 528 lines, 20,621 bytes in 0.005 seconds.
That's 105,497 lines/sec, or 4,120,176 bytes/sec.
Done
Extracting files from ./data/pypi/HeapDict-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 268 lines, 7,450 bytes in 0.003 seconds.
That's 92,440 lines/sec, or 2,569,701 bytes/sec.
Done
Extracting files from ./data/pypi/dci_utils-0.0.99.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 551 lines, 18,453 bytes in 0.004 seconds.
That's 131,722 lines/sec, or 4,411,370 bytes/sec.
Done
Extracting files from ./data/pypi/num2words-0.5.10.tar.gz... Done
Trying to parse all python files ...
Checked 79 files, 15,557 lines, 624,791 bytes in 0.159 seconds.
That's 97,738 lines/sec, or 3,925,314 bytes/sec.
Done
Extracting files from ./data/pypi/edn_format-0.7.0.linux-x86_64.tar.gz... Done
Trying to parse all python files ...
Package ./data/pypi/edn_format-0.7.0.linux-x86_64.tar.gz is a single file package
Extracting files from ./data/pypi/azure-cli-policyinsights-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,162 lines, 49,193 bytes in 0.007 seconds.
That's 175,196 lines/sec, or 7,416,888 bytes/sec.
Done
Extracting files from ./data/pypi/translationstring-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,345 lines, 53,543 bytes in 0.011 seconds.
That's 126,723 lines/sec, or 5,044,716 bytes/sec.
Done
Extracting files from ./data/pypi/whaaaaat-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,277 lines, 42,087 bytes in 0.011 seconds.
That's 116,959 lines/sec, or 3,854,693 bytes/sec.
Done
Extracting files from ./data/pypi/pyvcloud-21.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 110 files, 33,050 lines, 1,424,573 bytes in 0.354 seconds.
That's 93,426 lines/sec, or 4,026,986 bytes/sec.
Done
Extracting files from ./data/pypi/codeclimate-test-reporter-0.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 705 lines, 21,799 bytes in 0.006 seconds.
That's 108,817 lines/sec, or 3,364,673 bytes/sec.
Done
Extracting files from ./data/pypi/chevron-0.13.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 760 lines, 23,893 bytes in 0.008 seconds.
That's 99,351 lines/sec, or 3,123,407 bytes/sec.
Done
Extracting files from ./data/pypi/azure-storage-0.36.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 20,815 lines, 925,554 bytes in 0.132 seconds.
That's 157,695 lines/sec, or 7,012,002 bytes/sec.
Exception encountered in analyzing ./data/pypi/azure-storage-0.36.0.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/azure-storage-0.36.0
Extracting files from ./data/pypi/varint-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 102 lines, 2,615 bytes in 0.001 seconds.
That's 109,753 lines/sec, or 2,813,778 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-GameController-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,702 lines, 53,987 bytes in 0.013 seconds.
That's 127,959 lines/sec, or 4,058,827 bytes/sec.
Done
Extracting files from ./data/pypi/plaid-python-3.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 2,198 lines, 67,744 bytes in 0.017 seconds.
That's 129,169 lines/sec, or 3,981,098 bytes/sec.
Done
Extracting files from ./data/pypi/msgpack-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,598 lines, 81,430 bytes in 0.032 seconds.
That's 81,387 lines/sec, or 2,550,935 bytes/sec.
Done
Extracting files from ./data/pypi/stestr-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 59 files, 8,309 lines, 330,903 bytes in 0.062 seconds.
That's 134,931 lines/sec, or 5,373,572 bytes/sec.
Done
Extracting files from ./data/pypi/wordcloud-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 3,671 lines, 134,211 bytes in 0.024 seconds.
That's 150,567 lines/sec, or 5,504,701 bytes/sec.
Done
Extracting files from ./data/pypi/sphinx-click-2.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,004 lines, 28,020 bytes in 0.006 seconds.
That's 169,685 lines/sec, or 4,735,641 bytes/sec.
Done
Extracting files from ./data/pypi/sqlalchemy-postgres-copy-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 208 lines, 6,921 bytes in 0.002 seconds.
That's 121,744 lines/sec, or 4,050,904 bytes/sec.
Done
Extracting files from ./data/pypi/ratelimit-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 191 lines, 6,631 bytes in 0.001 seconds.
That's 127,343 lines/sec, or 4,420,987 bytes/sec.
Done
Extracting files from ./data/pypi/rpqueue-0.33.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,230 lines, 80,615 bytes in 0.027 seconds.
That's 83,646 lines/sec, or 3,023,822 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-resource-2.1.16.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 4,310 lines, 198,078 bytes in 0.041 seconds.
That's 105,301 lines/sec, or 4,839,401 bytes/sec.
Done
Extracting files from ./data/pypi/zope.index-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 52 files, 8,145 lines, 289,081 bytes in 0.096 seconds.
That's 85,262 lines/sec, or 3,026,112 bytes/sec.
Done
Extracting files from ./data/pypi/aws-requests-auth-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 594 lines, 25,179 bytes in 0.004 seconds.
That's 140,997 lines/sec, or 5,976,705 bytes/sec.
Done
Extracting files from ./data/pypi/pyte-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 5,593 lines, 176,107 bytes in 0.042 seconds.
That's 133,895 lines/sec, or 4,215,970 bytes/sec.
Done
Extracting files from ./data/pypi/ansible-runner-1.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 4,786 lines, 178,853 bytes in 0.037 seconds.
That's 130,557 lines/sec, or 4,878,924 bytes/sec.
Done
Extracting files from ./data/pypi/splunk-sdk-1.6.11.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 11,985 lines, 442,615 bytes in 0.118 seconds.
That's 101,332 lines/sec, or 3,742,271 bytes/sec.
Done
Extracting files from ./data/pypi/eliot-1.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 65 files, 15,720 lines, 506,316 bytes in 0.113 seconds.
That's 139,611 lines/sec, or 4,496,643 bytes/sec.
Done
Extracting files from ./data/pypi/reno-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 6,413 lines, 230,259 bytes in 0.076 seconds.
That's 84,916 lines/sec, or 3,048,911 bytes/sec.
Done
Extracting files from ./data/pypi/trafaret-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,815 lines, 82,253 bytes in 0.019 seconds.
That's 147,922 lines/sec, or 4,322,205 bytes/sec.
Done
Extracting files from ./data/pypi/WebHelpers-1.3.tar.gz... [Errno 13] Permission denied: 'data/pypi/WebHelpers-1.3/docs/_themes/.git/objects/pack/pack-7223556f5a85a1e44a4a475abe01be5e042c09f5.pack'
Extracting files from ./data/pypi/flake8-debugger-3.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 206 lines, 8,208 bytes in 0.002 seconds.
That's 85,059 lines/sec, or 3,389,136 bytes/sec.
Done
Extracting files from ./data/pypi/graphyte-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 497 lines, 18,037 bytes in 0.006 seconds.
That's 82,793 lines/sec, or 3,004,713 bytes/sec.
Done
Extracting files from ./data/pypi/sortedcontainers-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 4,286 lines, 121,996 bytes in 0.023 seconds.
That's 187,009 lines/sec, or 5,322,989 bytes/sec.
Done
Extracting files from ./data/pypi/agate-sql-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 405 lines, 14,869 bytes in 0.003 seconds.
That's 131,661 lines/sec, or 4,833,755 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Silk-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 498 lines, 17,739 bytes in 0.005 seconds.
That's 96,711 lines/sec, or 3,444,891 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-maps-0.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 335 lines, 13,424 bytes in 0.005 seconds.
That's 73,832 lines/sec, or 2,958,559 bytes/sec.
Done
Extracting files from ./data/pypi/vine-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,746 lines, 48,713 bytes in 0.014 seconds.
That's 120,928 lines/sec, or 3,373,852 bytes/sec.
Done
Extracting files from ./data/pypi/eyes_selenium-4.1.12.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 7,488 lines, 266,969 bytes in 0.071 seconds.
That's 105,763 lines/sec, 6,288 bytes in 0.002 seconds.
That's 136,468 lines/sec, or 4,066,890 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_client-5.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 8,740 lines, 295,610 bytes in 0.082 seconds.
That's 106,872 lines/sec, or 3,614,689 bytes/sec.
Done
Extracting files from ./data/pypi/rebulk-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 10,443 lines, 487,695 bytes in 0.076 seconds.
That's 138,221 lines/sec, or 6,455,031 bytes/sec.
Done
Extracting files from ./data/pypi/ccxt-1.22.37.tar.gz... Done
Trying to parse all python files ...
Checked 271 files, 167,819 lines, 6,895,314 bytes in 3.149 seconds.
That's 53,285 lines/sec, or 2,189,382 bytes/sec.
Done
Extracting files from ./data/pypi/marionette_driver-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 4,498 lines, 161,690 bytes in 0.024 seconds.
That's 190,036 lines/sec, or 6,831,228 bytes/sec.
Done
Extracting files from ./data/pypi/javaproperties-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,746 lines, 128,244 bytes in 0.027 seconds.
That's 139,723 lines/sec, or 4,783,409 bytes/sec.
Done
Extracting files from ./data/pypi/django-cache-url-3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 167 lines, 5,082 bytes in 0.002 seconds.
That's 104,498 lines/sec, or 3,179,987 bytes/sec.
Done
Extracting files from ./data/pypi/snuggs-1.4.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 490 lines, 12,605 bytes in 0.004 seconds.
That's 112,676 lines/sec, or 2,898,531 bytes/sec.
Done
Extracting files from ./data/pypi/clipboard-0.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 51 lines, 1,826 bytes in 0.001 seconds.
That's 73,736 lines/sec, or 2,640,055 bytes/sec.
Done
Extracting files from ./data/pypi/twitter-ads-6.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 5,089 lines, 173,779 bytes in 0.039 seconds.
That's 129,350 lines/sec, or 4,417,038 bytes/sec.
Done
Extracting files from ./data/pypi/django-paypal-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 69 files, 5,127 lines, 199,231 bytes in 0.065 seconds.
That's 78,641 lines/sec, or 3,055,909 bytes/sec.
Done
Extracting files from ./data/pypi/textacy-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 107 files, 20,250 lines, 757,927 bytes in 0.234 seconds.
That's 86,414 lines/sec, or 3,234,329 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-junit-report-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 132 lines, 3,596 bytes in 0.002 seconds.
That's 73,712 lines/sec, or 2,008,084 bytes/sec.
Done
Extracting files from ./data/pypi/PyLogo-0.4.tar.gz... Done
Trying to parse all python files ...
data/pypi/PyLogo-0.4/pylogo/builtins.py:601:11: invalid syntax
data/pypi/PyLogo-0.4/pylogo/ide.py:96:15: invalid syntax
data/pypi/PyLogo-0.4/pylogo/interpreter.py:76:25: invalid syntax
data/pypi/PyLogo-0.4/pylogo/logodoctest.py:197:23: invalid syntax
data/pypi/PyLogo-0.4/pylogo/reader.py:280:15: invalid syntax
data/pypi/PyLogo-0.4/pylogo/script.py:39:19: invalid syntax
Checked 13 files, 5,083 lines, 145,765 bytes in 0.015 seconds.
That's 344,677 lines/sec, or 9,884,288 bytes/sec.
Failed to parse data/pypi/PyLogo-0.4
Extracting files from ./data/pypi/usaddress-0.5.10.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 344 lines, 13,290 bytes in 0.004 seconds.
That's 93,843 lines/sec, or 3,625,515 bytes/sec.
Done
Extracting files from ./data/pypi/contexttimer-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 257 lines, 8,041 bytes in 0.002 seconds.
That's 147,420 lines/sec, or 4,612,472 bytes/sec.
Done
Extracting files from ./data/pypi/rouge-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 547 lines, 17,875 bytes in 0.005 seconds.
That's 115,616 lines/sec, or 3,778,129 bytes/sec.
Done
Extracting files from ./data/pypi/pyfiglet-0.8.post1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,158 lines, 38,078 bytes in 0.011 seconds.
That's 104,686 lines/sec, or 3,442,338 bytes/sec.
Done
Extracting files from ./data/pypi/Cython-0.29.14.tar.gz... Done
Trying to parse all python files ...
Checked 249 files, 93,874 lines, 3,425,633 bytes in 2.115 seconds.
That's 44,378 lines/sec, or 1,619,436 bytes/sec.
Diffing ASTs for data/pypi/Cython-0.29.14/tests/run/pep526_variable_annotations.py ...
--- a
+++ b
@@ -499,13 +499,13 @@
target=Attribute(value=Name(id="c", ctx=Load()), attr="x", ctx=Store()),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=0, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(value=Name(id="c", ctx=Load()), attr="y", ctx=Store()),
annotation=Name(id="int", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
Assign(
targets=[Name(id="d", ctx=Store())],
@@ -520,7 +520,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=0, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Subscript(
@@ -530,7 +530,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Name(id="x", ctx=Store()),
Diffing ASTs for data/pypi/Cython-0.29.14/tests/run/test_grammar.py ...
--- a
+++ b
@@ -2000,7 +2000,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Subscript(
@@ -2012,7 +2012,7 @@
),
annotation=Name(id="type", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Subscript(
@@ -2032,7 +2032,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=5, kind=None),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -2227,7 +2227,7 @@
op=Div(),
right=Constant(value=0, kind=None),
),
- simple=0,
+ simple=1,
)
],
type_comment=None,
@@ -2262,7 +2262,7 @@
right=Constant(value=0, kind=None),
),
value=Constant(value=0, kind=None),
- simple=0,
+ simple=1,
)
],
type_comment=None,
@@ -2300,7 +2300,7 @@
],
ctx=Load(),
),
- simple=0,
+ simple=1,
),
Return(value=Name(id="st", ctx=Load())),
],
@@ -2411,7 +2411,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Name(id="x", ctx=Load()),
Checked 147 files, 46,269 lines, 1,852,474 bytes in 0.651 seconds.
That's 71,043 lines/sec, or 2,844,370 bytes/sec.
Done
Extracting files from ./data/pypi/python3-logstash-0.4.80.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 341 lines, 11,626 bytes in 0.003 seconds.
That's 117,920 lines/sec, or 4,020,363 bytes/sec.
Done
Extracting files from ./data/pypi/pytube-9.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 3,084 lines, 94,565 bytes in 0.019 seconds.
That's 161,006 lines/sec, or 4,936,947 bytes/sec.
Done
Extracting files from ./data/pypi/onnx-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 242 files, 26,375 lines, 906,965 bytes in 0.465 seconds.
That's 56,740 lines/sec, or 1,951,140 bytes/sec.
Done
Extracting files from ./data/pypi/neptune-client-0.4.104.tar.gz... Done
Trying to parse all python files ...
Checked 124 files, 12,436 lines, 455,982 bytes in 0.110 seconds.
That's 113,541 lines/sec, or 4,163,143 bytes/sec.
Done
Extracting files from ./data/pypi/simpleeval-0.9.10.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,710 lines, 54,270 bytes in 0.014 seconds.
That's 124,616 lines/sec, or 3,954,911 bytes/sec.
Done
Extracting files from ./data/pypi/os-resource-classes-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 598 lines, 20,637 bytes in 0.003 seconds.
That's 221,572 lines/sec, or 7,646,453 bytes/sec.
Done
Extracting files from ./data/pypi/py-zabbix-1.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 874 lines, 27,000 bytes in 0.005 seconds.
That's 163,266 lines/sec, or 5,043,701 bytes/sec.
Done
Extracting files from ./data/pypi/rdpy-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 61 files, 14,955 lines, 566,827 bytes in 0.146 seconds.
That's 102,093 lines/sec, or 3,869,539 bytes/sec.
Done
Extracting files from ./data/pypi/commentjson-0.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 704 lines, 20,100 bytes in 0.006 seconds.
That's 111,950 lines/sec, or 3,196,296 bytes/sec.
Done
Extracting files from ./data/pypi/netstorageapi-1.2.13.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 455 lines, 17,652 bytes in 0.004 seconds.
That's 102,349 lines/sec, or 3,970,710 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.string-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 245 lines, 8,576 bytes in 0.003 seconds.
That's 92,245 lines/sec, or 3,228,936 bytes/sec.
Done
Extracting files from ./data/pypi/SQLAlchemy-Utils-0.36.1.tar.gz... Done
Trying to parse all python files ...
Checked 166 files, 20,812 lines, 583,828 bytes in 0.203 seconds.
That's 102,494 lines/sec, or 2,875,216 bytes/sec.
Done
Extracting files from ./data/pypi/pafy-0.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,676 lines, 85,966 bytes in 0.021 seconds.
That's 124,596 lines/sec, or 4,002,615 bytes/sec.
Done
Extracting files from ./data/pypi/cqlsh-5.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 8,770 lines, 351,534 bytes in 0.041 seconds.
That's 211,729 lines/sec, or 8,486,867 bytes/sec.
Done
Extracting files from ./data/pypi/django-json-widget-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 126 lines, 3,882 bytes in 0.002 seconds.
That's 58,571 lines/sec, or 1,804,532 bytes/sec.
Done
Extracting files from ./data/pypi/pandas-profiling-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 91 files, 5,170 lines, 197,618 bytes in 0.054 seconds.
That's 95,834 lines/sec, or 3,663,141 bytes/sec.
Done
Extracting files from ./data/pypi/pybind11-2.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 183 lines, 6,599 bytes in 0.002 seconds.
That's 93,971 lines/sec, or 3,388,616 bytes/sec.
Done
Extracting files from ./data/pypi/XStatic-Patternfly-Bootstrap-Treeview-2.1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 76 lines, 2,710 bytes in 0.001 seconds.
That's 60,799 lines/sec, or 2,167,950 bytes/sec.
Done
Extracting files from ./data/pypi/hyperlink-19.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 3,924 lines, 145,607 bytes in 0.048 seconds.
That's 82,199 lines/sec, or 3,050,153 bytes/sec.
Done
Extracting files from ./data/pypi/mapbox-0.18.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 2,669 lines, 83,323 bytes in 0.021 seconds.
That's 126,758 lines/sec, or 3,957,221 bytes/sec.
Done
Extracting files from ./data/pypi/nose-testconfig-0.10.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 248 lines, 8,340 bytes in 0.003 seconds.
That's 94,340 lines/sec, or 3,172,546 bytes/sec.
Done
Extracting files from ./data/pypi/datetime-distance-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 182 lines, 6,094 bytes in 0.002 seconds.
That's 103,074 lines/sec, or 3,451,268 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-builtins-1.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 832 lines, 27,770 bytes in 0.011 seconds.
That's 73,214 lines/sec, or 2,443,685 bytes/sec.
Done
Extracting files from ./data/pypi/pyxlsb-1.0.6.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 732 lines, 20,200 bytes in 0.007 seconds.
That's 98,753 lines/sec, or 2,725,151 bytes/sec.
Done
Extracting files from ./data/pypi/docutils-0.16.tar.gz... Done
Trying to parse all python files ...
Checked 295 files, 78,252 lines, 2,563,552 bytes in 0.914 seconds.
That's 85,581 lines/sec, or 2,803,656 bytes/sec.
Done
Extracting files from ./data/pypi/numpy-stl-2.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 2,734 lines, 89,988 bytes in 0.026 seconds.
That's 103,980 lines/sec, or 3,422,441 bytes/sec.
Done
Extracting files from ./data/pypi/django-datatables-view-1.19.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 482 lines, 17,651 bytes in 0.004 seconds.
That's 124,295 lines/sec, or 4,551,716 bytes/sec.
Done
Extracting files from ./data/pypi/zope.deprecation-4.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,375 lines, 46,843 bytes in 0.010 seconds.
That's 135,807 lines/sec, or 4,626,614 bytes/sec.
Done
Extracting files from ./data/pypi/elasticsearch-async-6.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 430 lines, 16,521 bytes in 0.004 seconds.
That's 103,712 lines/sec, or 3,984,709 bytes/sec.
Done
Extracting files from ./data/pypi/Events-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 307 lines, 8,611 bytes in 0.003 seconds.
That's 115,588 lines/sec, or 3,242,114 bytes/sec.
Done
Extracting files from ./data/pypi/sshpubkeys-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 594 lines, 22,207 bytes in 0.005 seconds.
That's 122,784 lines/sec, or 4,590,356 bytes/sec.
Done
Extracting files from ./data/pypi/python-openstackclient-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 423 files, 120,772 lines, 4,048,743 bytes in 1.778 seconds.
That's 67,911 lines/sec, or 2,276,629 bytes/sec.
Done
Extracting files from ./data/pypi/sqlalchemy-stubs-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 574 lines, 21,069 bytes in 0.005 seconds.
That's 105,243 lines/sec, or 3,862,991 bytes/sec.
Done
Extracting files from ./data/pypi/jsonpath-ng-1.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 2,785 lines, 101,650 bytes in 0.053 seconds.
That's 52,357 lines/sec, or 1,910,971 bytes/sec.
Done
Extracting files from ./data/pypi/recordtype-1.3.cygwin-2.10.0-x86_64.tar.gz... Done
Trying to parse all python files ...
Package ./data/pypi/recordtype-1.3.cygwin-2.10.0-x86_64.tar.gz is a single file package
Extracting files from ./data/pypi/Sanic-Plugins-Framework-0.8.2.post1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,033 lines, 79,830 bytes in 0.024 seconds.
That's 83,905 lines/sec, or 3,294,708 bytes/sec.
Done
Extracting files from ./data/pypi/snaptime-0.2.4.tar.gz...
- simple=0,
+ simple=1,
)
],
decorator_list=[],
@@ -2480,7 +2480,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Constant(value=0, kind=None),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
@@ -2523,7 +2523,7 @@
),
annotation=Name(id="list", ctx=Load()),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Failed to parse data/pypi/Cython-0.29.14
Extracting files from ./data/pypi/jinjasql-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 259 lines, 8,544 bytes in 0.002 seconds.
That's 113,171 lines/sec, or 3,733,319 bytes/sec.
Done
Extracting files from ./data/pypi/bbcode-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 738 lines, 29,726 bytes in 0.006 seconds.
That's 122,126 lines/sec, or 4,919,115 bytes/sec.
Done
Extracting files from ./data/pypi/couchbase-2.5.10.tar.gz... Done
Trying to parse all python files ...
Checked 138 files, 23,328 lines, 795,277 bytes in 0.199 seconds.
That's 117,500 lines/sec, or 4,005,708 bytes/sec.
Done
Extracting files from ./data/pypi/zeep-3.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 126 files, 28,800 lines, 949,072 bytes in 0.235 seconds.
That's 122,361 lines/sec, or 4,032,286 bytes/sec.
Done
Extracting files from ./data/pypi/cheroot-8.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 7,981 lines, 260,454 bytes in 0.086 seconds.
That's 93,025 lines/sec, or 3,035,799 bytes/sec.
Done
Extracting files from ./data/pypi/dlib-19.19.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 3,591 lines, 133,405 bytes in 0.061 seconds.
That's 59,072 lines/sec, or 2,194,503 bytes/sec.
Done
Extracting files from ./data/pypi/numexpr-2.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 4,780 lines, 164,409 bytes in 0.045 seconds.
That's 106,553 lines/sec, or 3,664,906 bytes/sec.
Done
Extracting files from ./data/pypi/django-admin-rangefilter-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 636 lines, 22,215 bytes in 0.010 seconds.
That's 63,186 lines/sec, or 2,207,032 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-rdbms-0.3.12.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,077 lines, 91,074 bytes in 0.020 seconds.
That's 104,820 lines/sec, or 4,596,222 bytes/sec.
Done
Extracting files from ./data/pypi/Unipath-1.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 667 lines, 22,839 bytes in 0.008 seconds.
That's 88,875 lines/sec, or 3,043,196 bytes/sec.
Done
Extracting files from ./data/pypi/pkginfo-1.5.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 2,559 lines, 89,831 bytes in 0.026 seconds.
That's 98,390 lines/sec, or 3,453,864 bytes/sec.
Done
Extracting files from ./data/pypi/honeycomb-beeline-2.11.4.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 3,555 lines, 127,658 bytes in 0.063 seconds.
That's 56,795 lines/sec, or 2,039,486 bytes/sec.
Done
Extracting files from ./data/pypi/rospkg-1.2.3.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 5,969 lines, 215,732 bytes in 0.087 seconds.
That's 68,233 lines/sec, or 2,466,097 bytes/sec.
Done
Extracting files from ./data/pypi/update_checker-0.16.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 363 lines, 13,515 bytes in 0.003 seconds.
That's 108,466 lines/sec, or 4,038,329 bytes/sec.
Done
Extracting files from ./data/pypi/starlette-0.13.1.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 5,333 lines, 184,469 bytes in 0.050 seconds.
That's 106,980 lines/sec, or 3,700,447 bytes/sec.
Done
Extracting files from ./data/pypi/aiocontextvars-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 512 lines, 13,977 bytes in 0.003 seconds.
That's 179,555 lines/sec, or 4,901,654 bytes/sec.
Done
Extracting files from ./data/pypi/transifex-client-0.13.7.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 6,442 lines, 239,403 bytes in 0.054 seconds.
That's 120,374 lines/sec, or 4,473,452 bytes/sec.
Done
Extracting files from ./data/pypi/pyvim-3.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 3,729 lines, 115,096 bytes in 0.038 seconds.
That's 98,857 lines/sec, or 3,051,232 bytes/sec.
Done
Extracting files from ./data/pypi/titlecase-0.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 583 lines, 17,386 bytes in 0.004 seconds.
That's 164,810 lines/sec, or 4,914,886 bytes/sec.
Done
Extracting files from ./data/pypi/plotnine-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 211 files, 31,516 lines, 954,944 bytes in 0.313 seconds.
That's 100,612 lines/sec, or 3,048,573 bytes/sec.
Done
Extracting files from ./data/pypi/wagtail-2.8.tar.gz... Done
Trying to parse all python files ...
Checked 778 files, 97,001 lines, 3,674,147 bytes in 1.954 seconds.
That's 49,637 lines/sec, or 1,880,127 bytes/sec.
Done
Extracting files from ./data/pypi/bitmath-1.3.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 4,682 lines, 167,054 bytes in 0.028 seconds.
That's 168,414 lines/sec, or 6,009,016 bytes/sec.
Done
Extracting files from ./data/pypi/pyemd-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 608 lines, 18,425 bytes in 0.005 seconds.
That's 114,824 lines/sec, or 3,479,673 bytes/sec.
Done
Extracting files from ./data/pypi/ImageHash-4.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 743 lines, 23,814 bytes in 0.007 seconds.
That's 105,315 lines/sec, or 3,375,457 bytes/sec.
Done
Extracting files from ./data/pypi/trollius-2.2.post1.tar.gz... Done
Trying to parse all python files ...
data/pypi/trollius-2.2.post1/examples/stacks.py:21:10: invalid syntax
data/pypi/trollius-2.2.post1/tests/test_tasks.py:160:38: invalid syntax
data/pypi/trollius-2.2.post1/trollius/tasks.py:565:5: invalid syntax
Checked 81 files, 30,556 lines, 1,046,434 bytes in 0.443 seconds.
That's 68,978 lines/sec, or 2,362,242 bytes/sec.
Failed to parse data/pypi/trollius-2.2.post1
Extracting files from ./data/pypi/tooz-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 8,724 lines, 317,715 bytes in 0.064 seconds.
That's 136,268 lines/sec, or 4,962,678 bytes/sec.
Done
Extracting files from ./data/pypi/spotify_tensorflow-0.7.7.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 3,516 lines, 147,356 bytes in 0.022 seconds.
That's 157,141 lines/sec, or 6,585,782 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-faker-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 140 lines, 3,911 bytes in 0.001 seconds.
That's 100,137 lines/sec, or 2,797,395 bytes/sec.
Done
Extracting files from ./data/pypi/cytoolz-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 3,825 lines, 118,608 bytes in 0.065 seconds.
That's 59,113 lines/sec, or 1,833,013 bytes/sec.
Done
Extracting files from ./data/pypi/Fuzzy-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 124 lines, 2,653 bytes in 0.001 seconds.
That's 98,279 lines/sec, or 2,102,700 bytes/sec.
Done
Extracting files from ./data/pypi/singer-python-5.9.0.tar.gz... Done
Trying to parse all python files ...
Done
Extracting files from ./data/pypi/cssselect2-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,754 lines, 61,848 bytes in 0.014 seconds.
That's 124,294 lines/sec, or 4,382,728 bytes/sec.
Done
Extracting files from ./data/pypi/junitxml-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,155 lines, 40,117 bytes in 0.009 seconds.
That's 129,537 lines/sec, or 4,499,248 bytes/sec.
Done
Extracting files from ./data/pypi/python-mimeparse-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 319 lines, 10,462 bytes in 0.002 seconds.
That's 136,459 lines/sec, or 4,475,350 bytes/sec.
Done
Extracting files from ./data/pypi/flufl.lock-3.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,146 lines, 41,508 bytes in 0.007 seconds.
That's 173,020 lines/sec, or 6,266,771 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-MediaAccessibility-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 952 lines, 32,341 bytes in 0.008 seconds.
That's 125,692 lines/sec, or 4,269,957 bytes/sec.
Done
Extracting files from ./data/pypi/thrift_sasl-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 260 lines, 9,033 bytes in 0.002 seconds.
That's 132,104 lines/sec, or 4,589,600 bytes/sec.
Done
Extracting files from ./data/pypi/sympy-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 1,335 files, 652,778 lines, 27,697,240 bytes in 45.018 seconds.
That's 14,501 lines/sec, or 615,254 bytes/sec.
Done
Extracting files from ./data/pypi/retry_decorator-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 90 lines, 3,193 bytes in 0.001 seconds.
That's 77,768 lines/sec, or 2,759,047 bytes/sec.
Done
Extracting files from ./data/pypi/python-coveralls-2.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 482 lines, 17,171 bytes in 0.005 seconds.
That's 94,017 lines/sec, or 3,349,318 bytes/sec.
Done
Extracting files from ./data/pypi/amazon_kclpy-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,345 lines, 90,272 bytes in 0.011 seconds.
That's 205,097 lines/sec, or 7,895,325 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.app-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,282 lines, 46,311 bytes in 0.010 seconds.
That's 131,181 lines/sec, or 4,738,776 bytes/sec.
Done
Extracting files from ./data/pypi/kitchen-1.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 82 files, 17,464 lines, 742,973 bytes in 0.100 seconds.
That's 174,647 lines/sec, or 7,430,021 bytes/sec.
Done
Extracting files from ./data/pypi/XBlock-1.2.9.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 10,950 lines, 383,731 bytes in 0.070 seconds.
That's 156,225 lines/sec, or 5,474,735 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-htmlhelp-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 558 lines, 19,472 bytes in 0.009 seconds.
That's 58,905 lines/sec, or 2,055,559 bytes/sec.
Done
Extracting files from ./data/pypi/py3dns-3.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 2,767 lines, 96,739 bytes in 0.026 seconds.
That's 105,826 lines/sec, or 3,699,862 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.concurrency-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,400 lines, 125,170 bytes in 0.021 seconds.
That's 158,207 lines/sec, or 5,824,349 bytes/sec.
Done
Extracting files from ./data/pypi/sinon-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,028 lines, 70,736 bytes in 0.014 seconds.
That's 149,260 lines/sec, or 5,206,154 bytes/sec.
Done
Extracting files from ./data/pypi/cloudinary-1.19.1.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 9,097 lines, 374,368 bytes in 0.081 seconds.
That's 111,633 lines/sec, or 4,594,034 bytes/sec.
Done
Extracting files from ./data/pypi/cloudml-hypertune-0.1.0.dev6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 163 lines, 5,691 bytes in 0.001 seconds.
That's 136,380 lines/sec, or 4,761,577 bytes/sec.
Done
Extracting files from ./data/pypi/CairoSVG-2.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 4,160 lines, 152,532 bytes in 0.039 seconds.
That's 107,441 lines/sec, or 3,939,467 bytes/sec.
Done
Extracting files from ./data/pypi/prometheus_flask_exporter-0.12.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 964 lines, 34,935 bytes in 0.005 seconds.
That's 196,688 lines/sec, or 7,127,889 bytes/sec.
Done
Extracting files from ./data/pypi/python-whois-0.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 3,706 lines, 157,815 bytes in 0.025 seconds.
That's 149,392 lines/sec, or 6,361,657 bytes/sec.
Done
Extracting files from ./data/pypi/stem-1.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 226 files, 64,113 lines, 2,286,204 bytes in 0.446 seconds.
That's 143,898 lines/sec, or 5,131,272 bytes/sec.
Done
Extracting files from ./data/pypi/Beaker-1.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 5,106 lines, 171,303 bytes in 0.039 seconds.
That's 130,314 lines/sec, or 4,371,961 bytes/sec.
Done
Extracting files from ./data/pypi/whichcraft-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 172 lines, 5,317 bytes in 0.002 seconds.
That's 93,776 lines/sec, or 2,898,884 bytes/sec.
Done
Extracting files from ./data/pypi/humpty-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,756 lines, 54,580 bytes in 0.015 seconds.
That's 117,170 lines/sec, or 3,641,883 bytes/sec.
Done
Extracting files from ./data/pypi/cli_helpers-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 2,798 lines, 96,744 bytes in 0.033 seconds.
That's 86,011 lines/sec, or 2,973,943 bytes/sec.
Done
Extracting files from ./data/pypi/WTForms-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 63 files, 9,104 lines, 323,840 bytes in 0.088 seconds.
That's 103,451 lines/sec, or 3,679,878 bytes/sec.
Done
Extracting files from ./data/pypi/requests-aws4auth-0.9.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 3,314 lines, 132,495 bytes in 0.025 seconds.
That's 135,154 lines/sec, or 5,403,513 bytes/sec.
Done
Extracting files from ./data/pypi/securesystemslib-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 15,321 lines, 528,757 bytes in 0.070 seconds.
That's 219,123 lines/sec, or 7,562,359 bytes/sec.
Done
Extracting files from ./data/pypi/libthumbor-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 588 lines, 17,397 bytes in 0.005 seconds.
That's 117,508 lines/sec, or 3,476,668 bytes/sec.
Done
Extracting files from ./data/pypi/pygeohash-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 380 lines, 10,644 bytes in 0.003 seconds.
That's 122,669 lines/sec, or 3,436,017 bytes/sec.
Done
Extracting files from ./data/pypi/stevedore-1.31.0.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 3,196 lines, 117,999 bytes in 0.019 seconds.
That's 165,506 lines/sec, or 6,110,621 bytes/sec.
Done
Extracting files from ./data/pypi/dedupe-variable-datetime-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 256 lines, 7,649 bytes in 0.002 seconds.
That's 112,493 lines/sec, or 3,361,156 bytes/sec.
Done
Extracting files from ./data/pypi/skimage-0.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 16 lines, 418 bytes in 0.000 seconds.
That's 36,692 lines/sec, or 958,567 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-flask-sqlalchemy-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 292 lines, 10,614 bytes in 0.002 seconds.
That's 138,639 lines/sec, or 5,039,432 bytes/sec.
Done
Extracting files from ./data/pypi/plaster_pastedeploy-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 986 lines, 31,492 bytes in 0.009 seconds.
That's 114,632 lines/sec, or 3,770,745 bytes/sec.
Done
Extracting files from ./data/pypi/behave-django-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 501 lines, 15,785 bytes in 0.004 seconds.
That's 132,493 lines/sec, or 4,174,470 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-jsonp-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 157 lines, 4,780 bytes in 0.002 seconds.
That's 92,931 lines/sec, or 2,829,350 bytes/sec.
Done
Extracting files from ./data/pypi/grpc-google-logging-v2-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,216 lines, 97,501 bytes in 0.035 seconds.
That's 63,580 lines/sec, or 2,797,436 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-language-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 11,203 lines, 420,514 bytes in 0.055 seconds.
That's 204,316 lines/sec, or 7,669,171 bytes/sec.
Done
Extracting files from ./data/pypi/PyGObject-3.34.0.tar.gz... Done
Trying to parse all python files ...
Checked 119 files, 36,751 lines, 1,289,318 bytes in 0.590 seconds.
That's 62,333 lines/sec, or 2,186,796 bytes/sec.
Done
Extracting files from ./data/pypi/tabulator-1.34.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 4,597 lines, 137,043 bytes in 0.036 seconds.
That's 128,075 lines/sec, or 3,818,102 bytes/sec.
Done
Extracting files from ./data/pypi/zope.publisher-5.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 9,583 lines, 326,276 bytes in 0.098 seconds.
That's 97,294 lines/sec, or 3,312,591 bytes/sec.
Done
Extracting files from ./data/pypi/df2gspread-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 633 lines, 21,551 bytes in 0.005 seconds.
That's 134,723 lines/sec, or 4,586,768 bytes/sec.
Done
Extracting files from ./data/pypi/os-api-ref-1.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,789 lines, 61,540 bytes in 0.016 seconds.
That's 109,842 lines/sec, or 3,778,453 bytes/sec.
Done
Extracting files from ./data/pypi/fixtures-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 3,859 lines, 138,112 bytes in 0.062 seconds.
That's 62,182 lines/sec, or 2,225,472 bytes/sec.
Done
Extracting files from ./data/pypi/aiomysql-0.0.20.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 3,899 lines, 131,575 bytes in 0.025 seconds.
That's 155,608 lines/sec, or 5,251,111 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-tidy-imports-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 386 lines, 23,663 bytes in 0.003 seconds.
That's 135,515 lines/sec, or 8,307,509 bytes/sec.
Done
Extracting files from ./data/pypi/mysql-connector-python-8.0.19.tar.gz... Done
Trying to parse all python files ...
Checked 122 files, 65,736 lines, 2,416,900 bytes in 1.108 seconds.
That's 59,334 lines/sec, or 2,181,522 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-import-order-0.18.1.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 1,612 lines, 39,182 bytes in 0.013 seconds.
That's 122,141 lines/sec, or 2,968,806 bytes/sec.
Done
Extracting files from ./data/pypi/virtualenvwrapper-4.8.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,038 lines, 30,230 bytes in 0.007 seconds.
That's 152,868 lines/sec, or 4,452,030 bytes/sec.
Done
Extracting files from ./data/pypi/elasticsearch-7.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 45 files, 10,009 lines, 399,285 bytes in 0.046 seconds.
That's 218,837 lines/sec, or 8,729,971 bytes/sec.
Done
Extracting files from ./data/pypi/daemonocle-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 776 lines, 26,717 bytes in 0.006 seconds.
That's 138,613 lines/sec, or 4,772,336 bytes/sec.
Done
Extracting files from ./data/pypi/github3.py-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 125 files, 35,410 lines, 1,178,866 bytes in 0.330 seconds.
That's 107,278 lines/sec, or 3,571,486 bytes/sec.
Done
Extracting files from ./data/pypi/plumbum-1.6.8.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 9,986 lines, 335,282 bytes in 0.200 seconds.
That's 49,853 lines/sec, or 1,673,836 bytes/sec.
Done
Extracting files from ./data/pypi/dedupe-hcluster-0.3.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 5,049 lines, 169,020 bytes in 0.026 seconds.
That's 195,736 lines/sec, or 6,552,437 bytes/sec.
Done
Extracting files from ./data/pypi/ssh-1.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 17,588 lines, 645,963 bytes in 0.075 seconds.
That's 234,430 lines/sec, or 8,610,015 bytes/sec.
Done
Extracting files from ./data/pypi/mlxtend-0.17.1.tar.gz... Done
Trying to parse all python files ...
Checked 119 files, 15,754 lines, 551,013 bytes in 0.147 seconds.
That's 106,933 lines/sec, or 3,740,088 bytes/sec.
Done
Extracting files from ./data/pypi/DoubleMetaphone-0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 27 lines, 905 bytes in 0.001 seconds.
That's 27,838 lines/sec, or 933,099 bytes/sec.
Done
Extracting files from ./data/pypi/argon2-cffi-19.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,562 lines, 71,479 bytes in 0.029 seconds.
That's 89,047 lines/sec, or 2,484,377 bytes/sec.
Done
Extracting files from ./data/pypi/repoze.who-2.3.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 7,805 lines, 299,906 bytes in 0.070 seconds.
That's 110,722 lines/sec, or 4,254,496 bytes/sec.
Done
Extracting files from ./data/pypi/wandb-0.8.25.tar.gz... Done
Trying to parse all python files ...
Checked 448 files, 140,761 lines, 5,136,999 bytes in 2.009 seconds.
That's 70,072 lines/sec, or 2,557,243 bytes/sec.
Done
Extracting files from ./data/pypi/future-0.18.2.tar.gz... Done
Trying to parse all python files ...
Checked 296 files, 72,542 lines, 2,538,992 bytes in 1.182 seconds.
That's 61,370 lines/sec, or 2,147,980 bytes/sec.
Done
Extracting files from ./data/pypi/scandir-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,509 lines, 54,581 bytes in 0.014 seconds.
That's 110,403 lines/sec, or 3,993,324 bytes/sec.
Done
Extracting files from ./data/pypi/testfixtures-6.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 11,519 lines, 357,570 bytes in 0.122 seconds.
That's 94,350 lines/sec, or 2,928,784 bytes/sec.
Done
Extracting files from ./data/pypi/uwsgitop-0.11.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 22 lines, 567 bytes in 0.000 seconds.
That's 47,935 lines/sec, or 1,235,413 bytes/sec.
Done
Extracting files from ./data/pypi/prokaryote-2.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 63 lines, 1,904 bytes in 0.001 seconds.
That's 72,355 lines/sec, or 2,186,735 bytes/sec.
Done
Extracting files from ./data/pypi/coincurve-13.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,264 lines, 37,571 bytes in 0.011 seconds.
That's 116,762 lines/sec, or 3,470,635 bytes/sec.
Done
Extracting files from ./data/pypi/pyrad-2.3.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 5,731 lines, 196,354 bytes in 0.080 seconds.
That's 71,858 lines/sec, or 2,461,977 bytes/sec.
Done
Extracting files from ./data/pypi/Graphy-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 4,010 lines, 141,041 bytes in 0.032 seconds.
That's 124,247 lines/sec, or 4,370,047 bytes/sec.
Done
Extracting files from ./data/pypi/PyVCF-0.6.8.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,798 lines, 131,508 bytes in 0.032 seconds.
That's 117,094 lines/sec, or 4,054,457 bytes/sec.
Done
Extracting files from ./data/pypi/python-glanceclient-2.17.0.tar.gz... Done
Trying to parse all python files ...
Checked 76 files, 20,335 lines, 768,449 bytes in 0.233 seconds.
That's 87,177 lines/sec, or 3,294,369 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-OpenID-1.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,116 lines, 42,314 bytes in 0.007 seconds.
Checked 23 files, 3,336 lines, 115,683 bytes in 0.083 seconds.
That's 40,331 lines/sec, or 1,398,581 bytes/sec.
Done
Extracting files from ./data/pypi/proto-google-cloud-logging-v2-0.91.3.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,973 lines, 138,949 bytes in 0.020 seconds.
That's 150,337 lines/sec, or 7,026,275 bytes/sec.
Done
Extracting files from ./data/pypi/drf-extensions-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 139 files, 10,302 lines, 485,521 bytes in 0.128 seconds.
That's 80,283 lines/sec, or 3,783,632 bytes/sec.
Done
Extracting files from ./data/pypi/edx-django-release-util-0.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 916 lines, 33,639 bytes in 0.007 seconds.
That's 139,566 lines/sec, or 5,125,407 bytes/sec.
Done
Extracting files from ./data/pypi/carbon-1.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 6,079 lines, 194,438 bytes in 0.047 seconds.
That's 128,341 lines/sec, or 4,105,000 bytes/sec.
Done
Extracting files from ./data/pypi/salesforce-bulkipy-1.0.tar.gz... Done
Trying to parse all python files ...
data/pypi/salesforce-bulkipy-1.0/test.py:19:23: invalid syntax
Checked 6 files, 807 lines, 28,161 bytes in 0.007 seconds.
That's 123,191 lines/sec, or 4,298,872 bytes/sec.
Failed to parse data/pypi/salesforce-bulkipy-1.0
Extracting files from ./data/pypi/cloudfoundry-client-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 3,665 lines, 161,218 bytes in 0.040 seconds.
That's 92,636 lines/sec, or 4,074,901 bytes/sec.
Done
Extracting files from ./data/pypi/requests-oauthlib-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 3,093 lines, 119,100 bytes in 0.043 seconds.
That's 71,465 lines/sec, or 2,751,871 bytes/sec.
Done
Extracting files from ./data/pypi/txAWS-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 101 files, 21,157 lines, 763,124 bytes in 0.216 seconds.
That's 97,739 lines/sec, or 3,525,388 bytes/sec.
Done
Extracting files from ./data/pypi/python-redis-lock-3.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,796 lines, 54,121 bytes in 0.014 seconds.
That's 126,507 lines/sec, or 3,812,178 bytes/sec.
Done
Extracting files from ./data/pypi/rauth-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,667 lines, 60,592 bytes in 0.008 seconds.
That's 209,470 lines/sec, or 7,613,807 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-servicefabric-0.1.20.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,396 lines, 125,608 bytes in 0.019 seconds.
That's 123,832 lines/sec, or 6,491,752 bytes/sec.
Done
Extracting files from ./data/pypi/contentful-1.12.3.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 2,294 lines, 68,588 bytes in 0.013 seconds.
That's 174,152 lines/sec, or 5,206,953 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-ScreenSaver-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 810 lines, 25,136 bytes in 0.007 seconds.
That's 112,896 lines/sec, or 3,503,407 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-variables-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 324 lines, 9,636 bytes in 0.003 seconds.
That's 112,533 lines/sec, or 3,346,830 bytes/sec.
Done
Extracting files from ./data/pypi/twofish-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 148 lines, 5,011 bytes in 0.001 seconds.
That's 104,822 lines/sec, or 3,549,081 bytes/sec.
Done
Extracting files from ./data/pypi/mozInstall-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 440 lines, 14,358 bytes in 0.003 seconds.
That's 148,221 lines/sec, or 4,836,705 bytes/sec.
Done
Extracting files from ./data/pypi/crontab-0.22.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 514 lines, 16,625 bytes in 0.005 seconds.
That's 113,181 lines/sec, or 3,660,768 bytes/sec.
Done
Extracting files from ./data/pypi/chalice-1.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 70 files, 31,783 lines, 1,169,425 bytes in 0.396 seconds.
That's 80,219 lines/sec, or 2,951,598 bytes/sec.
Done
Extracting files from ./data/pypi/django-allauth-0.41.0.tar.gz... Done
Trying to parse all python files ...
Checked 554 files, 22,645 lines, 774,874 bytes in 0.290 seconds.
That's 78,049 lines/sec, or 2,670,715 bytes/sec.
Done
Extracting files from ./data/pypi/Keras_Applications-1.0.8.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 5,548 lines, 214,925 bytes in 0.084 seconds.
That's 65,977 lines/sec, or 2,555,900 bytes/sec.
Done
Extracting files from ./data/pypi/django-rest-swagger-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 281 lines, 8,693 bytes in 0.003 seconds.
That's 108,267 lines/sec, or 3,349,356 bytes/sec.
Done
Extracting files from ./data/pypi/tokenize_rt-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 219 lines, 6,972 bytes in 0.002 seconds.
That's 98,780 lines/sec, or 3,144,713 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-RESTful-0.3.8.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 5,893 lines, 206,667 bytes in 0.070 seconds.
That's 83,983 lines/sec, or 2,945,266 bytes/sec.
Done
Extracting files from ./data/pypi/Inflector-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 653 lines, 27,346 bytes in 0.005 seconds.
That's 124,060 lines/sec, or 5,195,336 bytes/sec.
Exception encountered in analyzing ./data/pypi/Inflector-3.0.1.tar.gz:
'utf-8' codec can't decode byte 0xed in position 125: invalid continuation byte
Failed to parse data/pypi/Inflector-3.0.1
Extracting files from ./data/pypi/tailer-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 349 lines, 10,111 bytes in 0.003 seconds.
That's 110,078 lines/sec, or 3,189,097 bytes/sec.
Done
Extracting files from ./data/pypi/dis3-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,624 lines, 70,030 bytes in 0.006 seconds.
That's 264,024 lines/sec, or 11,385,213 bytes/sec.
Done
Extracting files from ./data/pypi/readme_renderer-24.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 842 lines, 25,531 bytes in 0.007 seconds.
That's 128,245 lines/sec, or 3,888,618 bytes/sec.
Done
Extracting files from ./data/pypi/docker-compose-1.25.4.tar.gz... Done
Trying to parse all python files ...
Checked 77 files, 29,778 lines, 1,040,319 bytes in 0.389 seconds.
That's 76,601 lines/sec, or 2,676,130 bytes/sec.
Done
Extracting files from ./data/pypi/PyDispatcher-2.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,654 lines, 60,454 bytes in 0.011 seconds.
That's 152,363 lines/sec, or 5,568,885 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.utils-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 9,086 lines, 332,384 bytes in 0.091 seconds.
That's 99,474 lines/sec, or 3,638,963 bytes/sec.
Done
Extracting files from ./data/pypi/Parsley-1.3.tar.gz... Done
Trying to parse all python files ...
data/pypi/Parsley-1.3/doc/_static/listings/tutorial3-netstrings2.py:24:15: invalid syntax
Checked 54 files, 12,787 lines, 548,696 bytes in 0.212 seconds.
That's 60,324 lines/sec, or 2,588,539 bytes/sec.
Failed to parse data/pypi/Parsley-1.3
Extracting files from ./data/pypi/google-cloud-redis-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 9,271 lines, 356,112 bytes in 0.058 seconds.
That's 160,732 lines/sec, or 6,173,937 bytes/sec.
Done
Extracting files from ./data/pypi/inflect-4.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 6,136 lines, 181,097 bytes in 0.073 seconds.
That's 84,092 lines/sec, or 2,481,869 bytes/sec.
Done
Extracting files from ./data/pypi/click-datetime-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 57 lines, 1,443 bytes in 0.001 seconds.
That's 66,171 lines/sec, or 1,675,168 bytes/sec.
Done
Extracting files from ./data/pypi/dash_html_components-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,242 lines, 123,534 bytes in 0.053 seconds.
That's 80,278 lines/sec, or 2,337,825 bytes/sec.
Done
Extracting files from ./data/pypi/google-auth-oauthlib-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,607 lines, 60,208 bytes in 0.009 seconds.
That's 182,435 lines/sec, or 6,835,128 bytes/sec.
Done
Extracting files from ./data/pypi/neotime-1.7.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,972 lines, 61,717 bytes in 0.015 seconds.
That's 132,983 lines/sec, or 4,161,935 bytes/sec.
Done
Extracting files from ./data/pypi/uritools-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,814 lines, 71,705 bytes in 0.020 seconds.
That's 90,193 lines/sec, or 3,565,193 bytes/sec.
Done
Extracting files from ./data/pypi/bunch-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 458 lines, 14,916 bytes in 0.002 seconds.
That's 201,955 lines/sec, or 6,577,191 bytes/sec.
Done
Extracting files from ./data/pypi/h2-3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 52 files, 18,676 lines, 665,620 bytes in 0.157 seconds.
That's 119,156 lines/sec, or 4,246,755 bytes/sec.
Done
Extracting files from ./data/pypi/gast-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,770 lines, 64,668 bytes in 0.017 seconds.
That's 102,325 lines/sec, or 3,738,522 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-AVFoundation-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 105 files, 7,215 lines, 401,149 bytes in 0.123 seconds.
That's 58,759 lines/sec, or 3,266,974 bytes/sec.
Done
Extracting files from ./data/pypi/mox-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 4,362 lines, 134,886 bytes in 0.017 seconds.
That's 260,802 lines/sec, or 8,064,787 bytes/sec.
Done
Extracting files from ./data/pypi/fastcluster-1.1.26.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,117 lines, 42,968 bytes in 0.009 seconds.
That's 122,838 lines/sec, or 4,725,245 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid_chameleon-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,377 lines, 46,809 bytes in 0.012 seconds.
That's 114,038 lines/sec, or 3,876,539 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Bootstrap-3.3.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 490 lines, 15,306 bytes in 0.006 seconds.
That's 76,951 lines/sec, or 2,403,700 bytes/sec.
Done
Extracting files from ./data/pypi/Pyrebase-3.0.27.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 767 lines, 27,916 bytes in 0.012 seconds.
That's 64,243 lines/sec, or 2,338,210 bytes/sec.
Done
Extracting files from ./data/pypi/aresponses-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 214 lines, 7,617 bytes in 0.004 seconds.
That's 53,834 lines/sec, or 1,916,153 bytes/sec.
Done
Extracting files from ./data/pypi/zope.exceptions-4.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,072 lines, 73,302 bytes in 0.023 seconds.
That's 89,042 lines/sec, or 3,150,079 bytes/sec.
Done
Extracting files from ./data/pypi/python-hpilo-4.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 2,520 lines, 111,646 bytes in 0.045 seconds.
That's 55,467 lines/sec, or 2,457,400 bytes/sec.
Done
Extracting files from ./data/pypi/pipdeptree-0.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 687 lines, 23,388 bytes in 0.007 seconds.
That's 96,242 lines/sec, or 3,276,432 bytes/sec.
Done
Extracting files from ./data/pypi/httpie-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 57 files, 6,884 lines, 213,356 bytes in 0.080 seconds.
That's 86,393 lines/sec, or 2,677,566 bytes/sec.
Done
Extracting files from ./data/pypi/openshift-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,614 lines, 61,326 bytes in 0.017 seconds.
That's 92,767 lines/sec, or 3,524,816 bytes/sec.
Done
Extracting files from ./data/pypi/humanize-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 457 lines, 15,140 bytes in 0.005 seconds.
That's 99,507 lines/sec, or 3,296,567 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-pylint-0.14.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 339 lines, 10,836 bytes in 0.003 seconds.
That's 125,032 lines/sec, or 3,996,613 bytes/sec.
Done
Extracting files from ./data/pypi/ibm-cos-sdk-s3transfer-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 18,332 lines, 712,548 bytes in 0.205 seconds.
That's 89,440 lines/sec, or 3,476,456 bytes/sec.
Done
Extracting files from ./data/pypi/phonenumbers-8.11.3.tar.gz... Done
Trying to parse all python files ...
Checked 648 files, 312,612 lines, 21,637,760 bytes in 11.966 seconds.
That's 26,125 lines/sec, or 1,808,269 bytes/sec.
Done
Extracting files from ./data/pypi/termcolor-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 223 lines, 7,228 bytes in 0.002 seconds.
That's 122,989 lines/sec, or 3,986,381 bytes/sec.
Done
Extracting files from ./data/pypi/ansible-lint-4.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 88 files, 5,532 lines, 187,335 bytes in 0.055 seconds.
That's 100,165 lines/sec, or 3,391,986 bytes/sec.
Done
Extracting files from ./data/pypi/watson_machine_learning_client-1.0.378.tar.gz... Done
Trying to parse all python files ...
Checked 292 files, 52,160 lines, 1,935,470 bytes in 0.506 seconds.
That's 103,123 lines/sec, or 3,826,527 bytes/sec.
Done
Extracting files from ./data/pypi/agate-1.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 143 files, 14,553 lines, 466,576 bytes in 0.165 seconds.
That's 88,440 lines/sec, or 2,835,412 bytes/sec.
Done
Extracting files from ./data/pypi/pylint-quotes-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 470 lines, 17,269 bytes in 0.004 seconds.
That's 120,688 lines/sec, or 4,434,397 bytes/sec.
Done
Extracting files from ./data/pypi/aggdraw-1.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 174 lines, 5,471 bytes in 0.002 seconds.
That's 75,581 lines/sec, or 2,376,454 bytes/sec.
Done
Extracting files from ./data/pypi/PyQRCode-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 3,089 lines, 125,301 bytes in 0.026 seconds.
That's 118,919 lines/sec, or 4,823,777 bytes/sec.
Done
Extracting files from ./data/pypi/msrest-0.6.11.tar.gz... Done
Trying to parse all python files ...
Checked 69 files, 14,061 lines, 515,027 bytes in 0.147 seconds.
That's 95,786 lines/sec, or 3,508,466 bytes/sec.
Exception encountered in analyzing ./data/pypi/msrest-0.6.11.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/msrest-0.6.11
Extracting files from ./data/pypi/xxhash-1.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 361 lines, 14,706 bytes in 0.005 seconds.
That's 68,703 lines/sec, or 2,798,740 bytes/sec.
Done
Extracting files from ./data/pypi/wsaccel-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 118 lines, 3,616 bytes in 0.001 seconds.
That's 95,601 lines/sec, or 2,929,612 bytes/sec.
Done
Extracting files from ./data/pypi/tblib-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 921 lines, 27,412 bytes in 0.008 seconds.
That's 116,001 lines/sec, or 3,452,577 bytes/sec.
Done
Extracting files from ./data/pypi/check-puppet-agent-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 295 lines, 12,485 bytes in 0.002 seconds.
That's 127,756 lines/sec, or 5,406,906 bytes/sec.
Done
Extracting files from ./data/pypi/bagit-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,692 lines, 57,171 bytes in 0.011 seconds.
That's 149,045 lines/sec, or 5,036,072 bytes/sec.
Done
Extracting files from ./data/pypi/EasyProcess-0.2.10.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,139 lines, 31,826 bytes in 0.011 seconds.Done
Trying to parse all python files ...
Checked 23 files, 3,843 lines, 148,087 bytes in 0.026 seconds.
That's 148,038 lines/sec, or 5,704,542 bytes/sec.
Done
Extracting files from ./data/pypi/yarn-api-client-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,099 lines, 80,952 bytes in 0.011 seconds.
That's 183,816 lines/sec, or 7,089,201 bytes/sec.
Done
Extracting files from ./data/pypi/catalogue-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 216 lines, 7,410 bytes in 0.002 seconds.
That's 112,557 lines/sec, or 3,861,323 bytes/sec.
Done
Extracting files from ./data/pypi/Scrapy-1.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 293 files, 39,515 lines, 1,494,337 bytes in 0.784 seconds.
That's 50,429 lines/sec, or 1,907,089 bytes/sec.
Done
Extracting files from ./data/pypi/django-extra-views-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,310 lines, 42,717 bytes in 0.009 seconds.
That's 140,878 lines/sec, or 4,593,818 bytes/sec.
Done
Extracting files from ./data/pypi/pydicom-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 114 files, 132,131 lines, 6,541,263 bytes in 2.016 seconds.
That's 65,530 lines/sec, or 3,244,099 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Compress-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 261 lines, 8,644 bytes in 0.003 seconds.
That's 100,626 lines/sec, or 3,332,619 bytes/sec.
Done
Extracting files from ./data/pypi/shortuuid-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 361 lines, 11,190 bytes in 0.004 seconds.
That's 97,756 lines/sec, or 3,030,167 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-socket-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 195 lines, 5,617 bytes in 0.002 seconds.
That's 119,382 lines/sec, or 3,438,827 bytes/sec.
Done
Extracting files from ./data/pypi/paramiko-expect-0.2.8.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 588 lines, 22,599 bytes in 0.005 seconds.
That's 127,547 lines/sec, or 4,902,104 bytes/sec.
Done
Extracting files from ./data/pypi/traces-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,403 lines, 100,313 bytes in 0.033 seconds.
That's 101,869 lines/sec, or 3,002,885 bytes/sec.
Done
Extracting files from ./data/pypi/allure-pytest-2.8.9.tar.gz... Done
Trying to parse all python files ...
Checked 91 files, 3,701 lines, 138,184 bytes in 0.032 seconds.
That's 117,091 lines/sec, or 4,371,823 bytes/sec.
Done
Extracting files from ./data/pypi/pycairo-1.19.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 5,610 lines, 154,114 bytes in 0.090 seconds.
That's 62,375 lines/sec, or 1,713,514 bytes/sec.
Done
Extracting files from ./data/pypi/mode-4.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 83 files, 17,481 lines, 521,150 bytes in 0.226 seconds.
That's 77,397 lines/sec, or 2,307,380 bytes/sec.
Diffing ASTs for data/pypi/mode-4.3.0/mode/debug.py ...
--- a
+++ b
@@ -272,7 +272,7 @@
args=[Name(id="timeout", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -286,7 +286,7 @@
ctx=Load(),
),
value=Name(id="raises", ctx=Load()),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/mode-4.3.0/mode/services.py ...
--- a
+++ b
@@ -1190,7 +1190,7 @@
ctx=Load(),
),
value=Name(id="fun", ctx=Load()),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
Diffing ASTs for data/pypi/mode-4.3.0/mode/timers.py ...
--- a
+++ b
@@ -236,7 +236,7 @@
),
annotation=Name(id="ClockArg", ctx=Load()),
value=Name(id="clock", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -246,7 +246,7 @@
),
annotation=Name(id="SleepArg", ctx=Load()),
value=Name(id="sleep", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/mode-4.3.0/mode/types/supervisors.py ...
--- a
+++ b
@@ -172,7 +172,7 @@
ctx=Load(),
),
value=Name(id="replacement", ctx=Load()),
- simple=0,
+ simple=1,
)
],
decorator_list=[
Diffing ASTs for data/pypi/mode-4.3.0/mode/utils/_py37_contextlib.py ...
--- a
+++ b
@@ -3150,7 +3150,7 @@
),
annotation=Name(id="Any", ctx=Load()),
value=Name(id="enter_result", ctx=Load()),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
Diffing ASTs for data/pypi/mode-4.3.0/mode/utils/aiter.py ...
--- a
+++ b
@@ -189,7 +189,7 @@
ctx=Load(),
),
value=Name(id="it", ctx=Load()),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
Diffing ASTs for data/pypi/mode-4.3.0/mode/utils/collections.py ...
--- a
+++ b
@@ -3578,7 +3578,7 @@
ctx=Load(),
),
value=Name(id="mapping", ctx=Load()),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
@@ -3686,7 +3686,7 @@
ctx=Load(),
),
value=Name(id="mapping", ctx=Load()),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
@@ -3959,7 +3959,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/mode-4.3.0/mode/utils/logging.py ...
--- a
+++ b
@@ -1272,7 +1272,7 @@
ctx=Load(),
),
value=Name(id="formatter", ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/mode-4.3.0/mode/utils/objects.py ...
--- a
+++ b
@@ -4305,7 +4305,7 @@
ctx=Load(),
),
value=Name(id="fget", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -4339,7 +4339,7 @@ or 3,661,253 bytes/sec.
Done
Extracting files from ./data/pypi/bpython-0.18.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 16,822 lines, 591,225 bytes in 0.133 seconds.
That's 126,027 lines/sec, or 4,429,321 bytes/sec.
Exception encountered in analyzing ./data/pypi/bpython-0.18.tar.gz:
'utf-8' codec can't decode byte 0xe4 in position 50: invalid continuation byte
Failed to parse data/pypi/bpython-0.18
Extracting files from ./data/pypi/style-1.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 156 lines, 4,513 bytes in 0.002 seconds.
That's 66,862 lines/sec, or 1,934,283 bytes/sec.
Done
Extracting files from ./data/pypi/defusedxml-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,780 lines, 55,104 bytes in 0.016 seconds.
That's 108,405 lines/sec, or 3,355,930 bytes/sec.
Done
Extracting files from ./data/pypi/click-log-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 343 lines, 9,159 bytes in 0.003 seconds.
That's 109,245 lines/sec, or 2,917,126 bytes/sec.
Done
Extracting files from ./data/pypi/snowballstemmer-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 23,921 lines, 779,471 bytes in 0.185 seconds.
That's 129,019 lines/sec, or 4,204,115 bytes/sec.
Done
Extracting files from ./data/pypi/plotly_express-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 47 lines, 1,430 bytes in 0.001 seconds.
That's 64,025 lines/sec, or 1,947,988 bytes/sec.
Done
Extracting files from ./data/pypi/pyrasite-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 1,491 lines, 49,044 bytes in 0.011 seconds.
That's 133,393 lines/sec, or 4,387,728 bytes/sec.
Done
Extracting files from ./data/pypi/binary-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 541 lines, 17,387 bytes in 0.005 seconds.
That's 106,732 lines/sec, or 3,430,215 bytes/sec.
Done
Extracting files from ./data/pypi/uproot-methods-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 3,499 lines, 118,028 bytes in 0.038 seconds.
That's 93,115 lines/sec, or 3,140,951 bytes/sec.
Done
Extracting files from ./data/pypi/docker-pycreds-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 345 lines, 10,728 bytes in 0.004 seconds.
That's 90,164 lines/sec, or 2,803,695 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Cors-3.0.8.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 3,064 lines, 107,939 bytes in 0.020 seconds.
That's 150,138 lines/sec, or 5,289,075 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-dependency-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,275 lines, 35,008 bytes in 0.008 seconds.
That's 156,784 lines/sec, or 4,304,852 bytes/sec.
Done
Extracting files from ./data/pypi/daemonize-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 560 lines, 19,366 bytes in 0.003 seconds.
That's 209,528 lines/sec, or 7,245,931 bytes/sec.
Done
Extracting files from ./data/pypi/django-nose-1.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 1,973 lines, 71,103 bytes in 0.013 seconds.
That's 150,683 lines/sec, or 5,430,317 bytes/sec.
Done
Extracting files from ./data/pypi/srsly-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 5,079 lines, 162,704 bytes in 0.044 seconds.
That's 114,146 lines/sec, or 3,656,613 bytes/sec.
Exception encountered in analyzing ./data/pypi/srsly-2.0.0.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/srsly-2.0.0
Extracting files from ./data/pypi/goslate-1.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 955 lines, 36,737 bytes in 0.007 seconds.
That's 127,875 lines/sec, or 4,919,108 bytes/sec.
Done
Extracting files from ./data/pypi/lmdb-0.98.tar.gz... Done
Trying to parse all python files ...
data/pypi/lmdb-0.98/examples/dirtybench-gdbm.py:37:11: invalid syntax
data/pypi/lmdb-0.98/examples/dirtybench.py:67:11: invalid syntax
data/pypi/lmdb-0.98/examples/nastybench.py:25:7: invalid syntax
data/pypi/lmdb-0.98/examples/parabench.py:47:11: invalid syntax
Checked 26 files, 7,085 lines, 226,402 bytes in 0.047 seconds.
That's 150,130 lines/sec, or 4,797,432 bytes/sec.
Failed to parse data/pypi/lmdb-0.98
Extracting files from ./data/pypi/netCDF4-1.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 7,097 lines, 292,489 bytes in 0.096 seconds.
That's 73,959 lines/sec, or 3,048,064 bytes/sec.
Done
Extracting files from ./data/pypi/mnemonic-0.19.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 325 lines, 11,476 bytes in 0.003 seconds.
That's 92,959 lines/sec, or 3,282,449 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Classful-0.14.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 556 lines, 20,258 bytes in 0.004 seconds.
That's 136,608 lines/sec, or 4,977,342 bytes/sec.
Done
Extracting files from ./data/pypi/xarray-0.15.0.tar.gz... Done
Trying to parse all python files ...
Checked 141 files, 83,095 lines, 2,885,759 bytes in 0.901 seconds.
That's 92,265 lines/sec, or 3,204,220 bytes/sec.
Done
Extracting files from ./data/pypi/pypowervm-1.1.24.tar.gz... Done
Trying to parse all python files ...
Checked 153 files, 52,866 lines, 2,192,430 bytes in 0.672 seconds.
That's 78,611 lines/sec, or 3,260,131 bytes/sec.
Done
Extracting files from ./data/pypi/jaraco.collections-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,025 lines, 24,960 bytes in 0.005 seconds.
That's 224,687 lines/sec, or 5,471,403 bytes/sec.
Done
Extracting files from ./data/pypi/cognite-logger-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 120 lines, 3,434 bytes in 0.002 seconds.
That's 67,172 lines/sec, or 1,922,226 bytes/sec.
Done
Extracting files from ./data/pypi/home-assistant-frontend-20200130.2.tar.gz... Done
Trying to parse all python files ...
Checked 0 files, 0 lines, 0 bytes in 0.000 seconds.
That's 0 lines/sec, or 0 bytes/sec.
Done
Extracting files from ./data/pypi/stups-tokens-1.1.19.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 244 lines, 7,688 bytes in 0.002 seconds.
That's 100,256 lines/sec, or 3,158,876 bytes/sec.
Done
Extracting files from ./data/pypi/cachetools-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 1,850 lines, 54,318 bytes in 0.022 seconds.
That's 83,116 lines/sec, or 2,440,376 bytes/sec.
Done
Extracting files from ./data/pypi/pdfkit-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 477 lines, 17,206 bytes in 0.004 seconds.
That's 120,378 lines/sec, or 4,342,190 bytes/sec.
Done
Extracting files from ./data/pypi/zodbpickle-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 12,449 lines, 406,543 bytes in 0.084 seconds.
That's 148,897 lines/sec, or 4,862,494 bytes/sec.
Done
Extracting files from ./data/pypi/SQLAlchemy-Continuum-1.3.9.tar.gz... Done
Trying to parse all python files ...
Checked 97 files, 10,338 lines, 331,252 bytes in 0.115 seconds.
That's 89,742 lines/sec, or 2,875,528 bytes/sec.
Done
Extracting files from ./data/pypi/textdistance-4.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,454 lines, 76,196 bytes in 0.027 seconds.
That's 92,278 lines/sec, or 2,865,191 bytes/sec.
Done
Extracting files from ./data/pypi/rlp-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 3,774 lines, 114,231 bytes in 0.030 seconds.
That's 125,100 lines/sec, or 3,786,518 bytes/sec.
Done
Extracting files from ./data/pypi/poetry-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 178 files, 21,862 lines, 694,030 bytes in 0.253 seconds.
That's 86,428 lines/sec, or 2,743,755 bytes/sec.
Done
Extracting files from ./data/pypi/crochet-1.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 5,221 lines, 168,326 bytes in 0.029 seconds.
That's 181,288 lines/sec, or 5,844,747 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.contextutil-0.3.11.tar.gz... or 4,163,954 bytes/sec.
Done
Extracting files from ./data/pypi/wsproto-0.15.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 5,699 lines, 191,212 bytes in 0.045 seconds.
That's 126,416 lines/sec, or 4,241,485 bytes/sec.
Diffing ASTs for data/pypi/wsproto-0.15.0/test/helpers.py ...
--- a
+++ b
@@ -109,7 +109,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -123,7 +123,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/wsproto-0.15.0/wsproto/__init__.py ...
--- a
+++ b
@@ -118,7 +118,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/wsproto-0.15.0/wsproto/connection.py ...
--- a
+++ b
@@ -222,7 +222,7 @@
value=Call(
func=Name(id="deque", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/wsproto-0.15.0/wsproto/extensions.py ...
--- a
+++ b
@@ -576,7 +576,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -596,7 +596,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -610,7 +610,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -624,7 +624,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/wsproto-0.15.0/wsproto/frame_protocol.py ...
--- a
+++ b
@@ -1400,7 +1400,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1416,7 +1416,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -1902,7 +1902,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1916,7 +1916,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1939,7 +1939,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -3736,7 +3736,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/wsproto-0.15.0/wsproto/handshake.py ...
--- a
+++ b
@@ -204,7 +204,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -220,7 +220,7 @@
value=Call(
func=Name(id="deque", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -234,7 +234,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -248,7 +248,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Failed to parse data/pypi/wsproto-0.15.0
Extracting files from ./data/pypi/PyNaCl-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 8,864 lines, 302,067 bytes in 0.061 seconds.
That's 144,516 lines/sec, or 4,924,807 bytes/sec.
Done
Extracting files from ./data/pypi/python-gettext-4.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 644 lines, 22,488 bytes in 0.006 seconds.
That's 107,662 lines/sec, or 3,759,477 bytes/sec.
Done
Extracting files from ./data/pypi/jplephem-2.12.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,929 lines, 99,803 bytes in 0.033 seconds.
That's 88,183 lines/sec, or 3,004,753 bytes/sec.
Done
Extracting files from ./data/pypi/threatconnect-2.4.21.tar.gz... Done
Trying to parse all python files ...
Checked 92 files, 23,695 lines, 816,878 bytes in 0.315 seconds.
That's 75,313 lines/sec, or 2,596,397 bytes/sec.
Done
Extracting files from ./data/pypi/RPi.GPIO-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 936 lines, 35,627 bytes in 0.012 seconds.
That's 78,211 lines/sec, or 2,976,940 bytes/sec.
Done
Extracting files from ./data/pypi/keyrings.alt-3.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 229 lines, 7,292 bytes in 0.003 seconds.
That's 86,035 lines/sec, or 2,739,597 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-automl-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 132 files, 46,626 lines, 1,806,487 bytes in 0.298 seconds.
That's 156,237 lines/sec, or 6,053,274 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-InputMethodKit-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,153 lines, 36,919 bytes in 0.032 seconds.
That's 35,971 lines/sec, or 1,151,786 bytes/sec.
Done
Extracting files from ./data/pypi/outcome-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 706 lines, 19,637 bytes in 0.006 seconds.
That's 122,181 lines/sec, or 3,398,397 bytes/sec.
Done
Extracting files from ./data/pypi/tabulate-0.8.6.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 4,495 lines, 144,058 bytes in 0.033 seconds.
That's 136,951 lines/sec, or 4,389,083 bytes/sec.
Done
Extracting files from ./data/pypi/mercantile-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,307 lines, 34,926 bytes in 0.024 seconds.
That's 54,214 lines/sec, or 1,448,720 bytes/sec.
Done
Extracting files from ./data/pypi/xdg-4.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 150 lines, 6,435 bytes in 0.003 seconds.
That's 48,482 lines/sec, or 2,079,860 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-iam-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,262 lines, 86,662 bytes in 0.033 seconds.
That's 68,116 lines/sec, or 2,609,681 bytes/sec.
Done
Extracting files from ./data/pypi/setproctitle-1.1.10.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 624 lines, 20,644 bytes in 0.003 seconds.
That's 194,302 lines/sec, or 6,428,152 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-flake8-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 432 lines, 13,453 bytes in 0.004 seconds.
That's 119,238 lines/sec, or 3,713,212 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-sanic-1.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 561 lines, 15,788 bytes in 0.005 seconds.
That's 120,082 lines/sec, or 3,379,417 bytes/sec.
Done
Extracting files from ./data/pypi/py_zipkin-0.18.7.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,196 lines, 112,609 bytes in 0.019 seconds.
That's 166,212 lines/sec, or 5,856,372 bytes/sec.
Done
Extracting files from ./data/pypi/fastprogress-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 464 lines, 17,872 bytes in 0.007 seconds.
That's 71,108 lines/sec, or 2,738,887 bytes/sec.
Done
Extracting files from ./data/pypi/twine-3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 4,310 lines, 136,544 bytes in 0.029 seconds.
That's 148,726 lines/sec, or 4,711,738 bytes/sec.
Diffing ASTs for data/pypi/twine-3.1.1/twine/package.py ...
--- a
+++ b
@@ -337,7 +337,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[Name(id="hasher", ctx=Store())],
Diffing ASTs for data/pypi/twine-3.1.1/twine/repository.py ...
--- a
+++ b
@@ -357,7 +357,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Failed to parse data/pypi/twine-3.1.1
Extracting files from ./data/pypi/django-sslify-0.2.7.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 316 lines, 9,255 bytes in 0.003 seconds.
That's 94,570 lines/sec, or 2,769,767 bytes/sec.
Done
Extracting files from ./data/pypi/timezonefinder-4.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,986 lines, 123,676 bytes in 0.024 seconds.
That's 124,128 lines/sec, or 5,141,231 bytes/sec.
Done
Extracting files from ./data/pypi/pybreaker-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 927 lines, 28,972 bytes in 0.005 seconds.
That's 186,454 lines/sec, or 5,827,333 bytes/sec.
Done
Extracting files from ./data/pypi/pyhacrf-datamade-0.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 796 lines, 29,887 bytes in 0.005 seconds.
That's 151,854 lines/sec, or 5,701,590 bytes/sec.
Done
Extracting files from ./data/pypi/django-templated-email-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 568 lines, 20,574 bytes in 0.005 seconds.
That's 109,158 lines/sec, or 3,953,888 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Social-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 757 lines, 22,871 bytes in 0.007 seconds.
That's 105,882 lines/sec, or 3,198,984 bytes/sec.
Done
Extracting files from ./data/pypi/django-annoying-0.10.6.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 543 lines, 17,819 bytes in 0.004 seconds.
That's 133,437 lines/sec, or 4,378,855 bytes/sec.
Done
Extracting files from ./data/pypi/pyfcm-1.4.7.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,173 lines, 54,682 bytes in 0.006 seconds.
That's 211,591 lines/sec, or 9,863,794 bytes/sec.
Done
Extracting files from ./data/pypi/django-js-reverse-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,240 lines, 46,385 bytes in 0.013 seconds.
That's 97,889 lines/sec, or 3,661,757 bytes/sec.
Done
Extracting files from ./data/pypi/ruamel.yaml.clib-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,031 lines, 37,873 bytes in 0.014 seconds.
That's 75,987 lines/sec, or 2,791,314 bytes/sec.
Done
Extracting files from ./data/pypi/databricks_pypi2-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 15 lines, 285 bytes in 0.001 seconds.
That's 17,813 lines/sec, or 338,442 bytes/sec.
Done
Extracting files from ./data/pypi/cfgv-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 426 lines, 12,531 bytes in 0.007 seconds.
That's 63,446 lines/sec, or 1,866,303 bytes/sec.
Done
Extracting files from ./data/pypi/cfn-lint-0.27.4.tar.gz... Done
Trying to parse all python files ...
Checked 205 files, 15,643 lines, 635,697 bytes in 0.205 seconds.
That's 76,407 lines/sec, or 3,105,014 bytes/sec.
Done
Extracting files from ./data/pypi/unicode-slugify-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 199 lines, 6,157 bytes in 0.002 seconds.
That's 104,190 lines/sec, or 3,223,609 bytes/sec.
Done
Extracting files from ./data/pypi/os-brick-2.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 118 files, 22,063 lines, 916,993 bytes in 0.258 seconds.
That's 85,413 lines/sec, or 3,549,957 bytes/sec.
Done
Extracting files from ./data/pypi/measurement-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 1,324 lines, 39,078 bytes in 0.010 seconds.
That's 129,701 lines/sec, or 3,828,125 bytes/sec.
Done
Extracting files from ./data/pypi/loky-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 9,828 lines, 350,460 bytes in 0.097 seconds.
That's 101,670 lines/sec, or 3,625,488 bytes/sec.
Done
Extracting files from ./data/pypi/backoff-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 699 lines, 36,426 bytes in 0.005 seconds.
That's 141,723 lines/sec, or 7,385,397 bytes/sec.
Done
Extracting files from ./data/pypi/coreschema-0.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,003 lines, 32,748 bytes in 0.009 seconds.
That's 110,495 lines/sec, or 3,607,677 bytes/sec.
Done
Extracting files from ./data/pypi/jira-2.0.0.tar.gz... DoneDone
Trying to parse all python files ...
Checked 134 files, 8,802 lines, 665,230 bytes in 0.108 seconds.
That's 81,859 lines/sec, or 6,186,686 bytes/sec.
Done
Extracting files from ./data/pypi/s3io-0.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 130 lines, 3,240 bytes in 0.001 seconds.
That's 112,984 lines/sec, or 2,815,902 bytes/sec.
Done
Extracting files from ./data/pypi/urwid-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 95 files, 33,299 lines, 1,141,617 bytes in 0.532 seconds.
That's 62,580 lines/sec, or 2,145,474 bytes/sec.
Done
Extracting files from ./data/pypi/python_mozaggregator-0.3.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,308 lines, 48,004 bytes in 0.006 seconds.
That's 221,654 lines/sec, or 8,134,757 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-runtimeconfig-0.30.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,748 lines, 64,163 bytes in 0.013 seconds.
That's 132,390 lines/sec, or 4,859,588 bytes/sec.
Done
Extracting files from ./data/pypi/django-celery-email-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 706 lines, 26,588 bytes in 0.009 seconds.
That's 81,022 lines/sec, or 3,051,279 bytes/sec.
Done
Extracting files from ./data/pypi/pysmi-0.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 73 files, 11,208 lines, 373,537 bytes in 0.109 seconds.
That's 103,077 lines/sec, or 3,435,317 bytes/sec.
Done
Extracting files from ./data/pypi/django-pipeline-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 56 files, 4,062 lines, 142,234 bytes in 0.033 seconds.
That's 122,120 lines/sec, or 4,276,139 bytes/sec.
Done
Extracting files from ./data/pypi/cbor2-5.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 3,415 lines, 108,496 bytes in 0.049 seconds.
That's 70,138 lines/sec, or 2,228,320 bytes/sec.
Done
Extracting files from ./data/pypi/aliyunsdkcore-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 2,430 lines, 84,906 bytes in 0.016 seconds.
That's 147,719 lines/sec, or 5,161,407 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-feedback-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 868 lines, 32,563 bytes in 0.008 seconds.
That's 114,949 lines/sec, or 4,312,299 bytes/sec.
Done
Extracting files from ./data/pypi/msgfy-0.0.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 242 lines, 7,349 bytes in 0.003 seconds.
That's 89,178 lines/sec, or 2,708,130 bytes/sec.
Done
Extracting files from ./data/pypi/teamcity-messages-1.27.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,147 lines, 77,112 bytes in 0.040 seconds.
That's 53,669 lines/sec, or 1,927,595 bytes/sec.
Done
Extracting files from ./data/pypi/spur-0.3.21.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 843 lines, 25,433 bytes in 0.007 seconds.
That's 121,093 lines/sec, or 3,653,335 bytes/sec.
Done
Extracting files from ./data/pypi/futurist-1.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,388 lines, 121,619 bytes in 0.022 seconds.
That's 151,593 lines/sec, or 5,441,722 bytes/sec.
Done
Extracting files from ./data/pypi/kivy-garden-0.1.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 383 lines, 12,132 bytes in 0.003 seconds.
That's 123,495 lines/sec, or 3,911,846 bytes/sec.
Done
Extracting files from ./data/pypi/pyinotify-0.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 5,355 lines, 197,263 bytes in 0.018 seconds.
That's 300,777 lines/sec, or 11,079,759 bytes/sec.
Done
Extracting files from ./data/pypi/google-api-python-client-uritemplate-1.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 4,554 lines, 153,423 bytes in 0.025 seconds.
That's 185,197 lines/sec, or 6,239,240 bytes/sec.
Done
Extracting files from ./data/pypi/twython-3.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,439 lines, 91,423 bytes in 0.012 seconds.
That's 200,210 lines/sec, or 7,504,616 bytes/sec.
Done
Extracting files from ./data/pypi/ddtrace-0.33.0.tar.gz... Done
Trying to parse all python files ...
Checked 570 files, 58,909 lines, 2,064,398 bytes in 0.948 seconds.
That's 62,131 lines/sec, or 2,177,305 bytes/sec.
Done
Extracting files from ./data/pypi/dohq-artifactory-0.7.324.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 2,309 lines, 71,482 bytes in 0.015 seconds.
That's 157,022 lines/sec, or 4,861,087 bytes/sec.
Done
Extracting files from ./data/pypi/pyxdg-0.26.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 6,001 lines, 203,556 bytes in 0.069 seconds.
That's 86,580 lines/sec, or 2,936,834 bytes/sec.
Done
Extracting files from ./data/pypi/opentracing-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 3,898 lines, 147,103 bytes in 0.025 seconds.
That's 157,525 lines/sec, or 5,944,702 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Admin-1.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 102 files, 23,959 lines, 745,965 bytes in 0.224 seconds.
That's 107,108 lines/sec, or 3,334,826 bytes/sec.
Done
Extracting files from ./data/pypi/xunitparser-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 373 lines, 11,144 bytes in 0.006 seconds.
That's 67,638 lines/sec, or 2,020,810 bytes/sec.
Done
Extracting files from ./data/pypi/django-import-export-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 2,865 lines, 95,147 bytes in 0.033 seconds.
That's 86,099 lines/sec, or 2,859,362 bytes/sec.
Done
Extracting files from ./data/pypi/mozdebug-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 389 lines, 13,229 bytes in 0.002 seconds.
That's 181,792 lines/sec, or 6,182,334 bytes/sec.
Done
Extracting files from ./data/pypi/google-api-core-1.16.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 11,049 lines, 373,938 bytes in 0.100 seconds.
That's 109,988 lines/sec, or 3,722,406 bytes/sec.
Done
Extracting files from ./data/pypi/gapic-google-cloud-pubsub-v1-0.15.4.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,681 lines, 75,122 bytes in 0.006 seconds.
That's 303,148 lines/sec, or 13,547,360 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-Bcrypt-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 238 lines, 8,487 bytes in 0.001 seconds.
That's 165,794 lines/sec, or 5,912,150 bytes/sec.
Done
Extracting files from ./data/pypi/WTForms-Alchemy-0.16.9.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 5,878 lines, 186,616 bytes in 0.064 seconds.
That's 91,603 lines/sec, or 2,908,231 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.serialization-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 2,239 lines, 74,333 bytes in 0.015 seconds.
That's 147,619 lines/sec, or 4,900,816 bytes/sec.
Done
Extracting files from ./data/pypi/pytoml-0.1.21.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 776 lines, 24,424 bytes in 0.027 seconds.
That's 29,113 lines/sec, or 916,319 bytes/sec.
Done
Extracting files from ./data/pypi/py2-ipaddress-3.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 2,263 lines, 75,253 bytes in 0.013 seconds.
That's 172,517 lines/sec, or 5,736,817 bytes/sec.
Done
Extracting files from ./data/pypi/EditorConfig-0.12.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 734 lines, 23,471 bytes in 0.006 seconds.
That's 122,982 lines/sec, or 3,932,589 bytes/sec.
Done
Extracting files from ./data/pypi/c7n-0.8.46.1.tar.gz... Done
Trying to parse all python files ...
Checked 236 files, 89,588 lines, 3,118,190 bytes in 1.445 seconds.
That's 62,006 lines/sec, or 2,158,186 bytes/sec.
Done
Extracting files from ./data/pypi/asana-0.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 49 files, 2,986 lines, 122,003 bytes in 0.020 seconds.
That's 152,137 lines/sec, or 6,216,050 bytes/sec.
Done
Trying to parse all python files ...
Checked 14 files, 5,510 lines, 218,031 bytes in 0.039 seconds.
That's 141,797 lines/sec, or 5,610,908 bytes/sec.
Done
Extracting files from ./data/pypi/marisa-trie-0.7.5.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,012 lines, 26,820 bytes in 0.010 seconds.
That's 105,978 lines/sec, or 2,808,630 bytes/sec.
Done
Extracting files from ./data/pypi/pytzdata-2019.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,006 lines, 25,274 bytes in 0.008 seconds.
That's 127,024 lines/sec, or 3,191,247 bytes/sec.
Done
Extracting files from ./data/pypi/django-dotenv-1.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 173 lines, 5,350 bytes in 0.001 seconds.
That's 120,755 lines/sec, or 3,734,320 bytes/sec.
Done
Extracting files from ./data/pypi/simpleflock-0.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 70 lines, 2,089 bytes in 0.001 seconds.
That's 67,557 lines/sec, or 2,016,084 bytes/sec.
Done
Extracting files from ./data/pypi/GDAL-3.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 24,852 lines, 877,097 bytes in 0.249 seconds.
That's 99,748 lines/sec, or 3,520,370 bytes/sec.
Done
Extracting files from ./data/pypi/sorl-thumbnail-12.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 69 files, 4,925 lines, 162,856 bytes in 0.079 seconds.
That's 61,990 lines/sec, or 2,049,832 bytes/sec.
Done
Extracting files from ./data/pypi/slycot-0.3.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 7,936 lines, 336,103 bytes in 0.049 seconds.
That's 162,070 lines/sec, or 6,863,951 bytes/sec.
Done
Extracting files from ./data/pypi/bandit-1.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 176 files, 15,560 lines, 564,473 bytes in 0.159 seconds.
That's 98,080 lines/sec, or 3,558,053 bytes/sec.
Done
Extracting files from ./data/pypi/sarge-0.1.5.post0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,945 lines, 69,510 bytes in 0.031 seconds.
That's 62,643 lines/sec, or 2,238,736 bytes/sec.
Done
Extracting files from ./data/pypi/django-colorful-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 185 lines, 6,375 bytes in 0.002 seconds.
That's 80,769 lines/sec, or 2,783,251 bytes/sec.
Done
Extracting files from ./data/pypi/ppft-1.6.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,891 lines, 174,387 bytes in 0.025 seconds.
That's 192,240 lines/sec, or 6,854,263 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cosmos-3.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 78 files, 17,824 lines, 782,918 bytes in 0.147 seconds.
That's 120,954 lines/sec, or 5,312,890 bytes/sec.
Exception encountered in analyzing ./data/pypi/azure-cosmos-3.1.2.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/azure-cosmos-3.1.2
Extracting files from ./data/pypi/importlab-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,297 lines, 40,736 bytes in 0.028 seconds.
That's 47,121 lines/sec, or 1,479,979 bytes/sec.
Done
Extracting files from ./data/pypi/spotinst-agent-1.1.251.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,783 lines, 62,223 bytes in 0.009 seconds.
That's 189,452 lines/sec, or 6,611,496 bytes/sec.
Done
Extracting files from ./data/pypi/ruamel.ordereddict-0.4.14.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,048 lines, 59,198 bytes in 0.022 seconds.
That's 94,700 lines/sec, or 2,737,324 bytes/sec.
Done
Extracting files from ./data/pypi/pydash-4.7.6.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 18,362 lines, 471,947 bytes in 0.166 seconds.
That's 110,376 lines/sec, or 2,836,936 bytes/sec.
Done
Extracting files from ./data/pypi/connexion-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 6,250 lines, 221,909 bytes in 0.066 seconds.
That's 94,299 lines/sec, or 3,348,132 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_console-6.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,899 lines, 66,446 bytes in 0.013 seconds.
That's 149,591 lines/sec, or 5,234,195 bytes/sec.
Done
Extracting files from ./data/pypi/django-parler-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 5,724 lines, 221,997 bytes in 0.064 seconds.
That's 88,748 lines/sec, or 3,441,962 bytes/sec.
Done
Extracting files from ./data/pypi/python-interface-1.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,123 lines, 55,952 bytes in 0.013 seconds.
That's 158,618 lines/sec, or 4,180,407 bytes/sec.
Done
Extracting files from ./data/pypi/dictionaries-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 834 lines, 28,322 bytes in 0.009 seconds.
That's 93,503 lines/sec, or 3,175,298 bytes/sec.
Done
Extracting files from ./data/pypi/typepy-0.6.4.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 3,558 lines, 101,442 bytes in 0.054 seconds.
That's 65,567 lines/sec, or 1,869,373 bytes/sec.
Done
Extracting files from ./data/pypi/seqdiag-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,632 lines, 92,808 bytes in 0.028 seconds.
That's 93,173 lines/sec, or 3,285,408 bytes/sec.
Done
Extracting files from ./data/pypi/colander-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 7,749 lines, 254,614 bytes in 0.094 seconds.
That's 82,330 lines/sec, or 2,705,178 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-bulk-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 974 lines, 31,986 bytes in 0.009 seconds.
That's 107,123 lines/sec, or 3,517,910 bytes/sec.
Done
Extracting files from ./data/pypi/python3-memcached-1.51.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,409 lines, 52,767 bytes in 0.015 seconds.
That's 92,212 lines/sec, or 3,453,336 bytes/sec.
Done
Extracting files from ./data/pypi/robotframework-seleniumlibrary-4.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 6,815 lines, 292,298 bytes in 0.048 seconds.
That's 140,785 lines/sec, or 6,038,332 bytes/sec.
Done
Extracting files from ./data/pypi/mibian-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 577 lines, 22,090 bytes in 0.008 seconds.
That's 76,138 lines/sec, or 2,914,874 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-MediaLibrary-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,106 lines, 44,258 bytes in 0.009 seconds.
That's 120,288 lines/sec, or 4,813,471 bytes/sec.
Done
Extracting files from ./data/pypi/stripe-2.42.0.tar.gz... Done
Trying to parse all python files ...
Checked 214 files, 13,702 lines, 467,224 bytes in 0.160 seconds.
That's 85,502 lines/sec, or 2,915,526 bytes/sec.
Done
Extracting files from ./data/pypi/hyperas-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,941 lines, 67,724 bytes in 0.020 seconds.
That's 97,082 lines/sec, or 3,387,334 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-0.34.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 69 lines, 2,318 bytes in 0.001 seconds.
That's 112,217 lines/sec, or 3,769,832 bytes/sec.
Done
Extracting files from ./data/pypi/marshmallow-objects-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 834 lines, 26,951 bytes in 0.009 seconds.
That's 92,187 lines/sec, or 2,979,067 bytes/sec.
Done
Extracting files from ./data/pypi/json_delta-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 2,475 lines, 84,836 bytes in 0.030 seconds.
That's 83,551 lines/sec, or 2,863,876 bytes/sec.
Done
Extracting files from ./data/pypi/jsonnet-0.14.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 76 lines, 2,353 bytes in 0.001 seconds.
That's 67,722 lines/sec, or 2,096,706 bytes/sec.
Done
Extracting files from ./data/pypi/selectors2-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,623 lines,
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -778,7 +778,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -812,7 +812,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -826,7 +826,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -860,7 +860,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -886,7 +886,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -930,7 +930,7 @@
args=[Name(id="dict", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -952,7 +952,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -966,7 +966,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -980,7 +980,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1014,7 +1014,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1048,7 +1048,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1082,7 +1082,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1096,7 +1096,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1130,7 +1130,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1179,7 +1179,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1201,7 +1201,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1245,7 +1245,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1259,7 +1259,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Quart-0.10.0/quart/asgi.py ...
--- a
+++ b
@@ -1288,7 +1288,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Quart-0.10.0/quart/blueprints.py ...
--- a
+++ b
@@ -231,7 +231,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Quart-0.10.0/quart/cli.py ...
--- a
+++ b
@@ -201,7 +201,7 @@
),
annotation=Name(id="dict", ctx=Load()),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -215,7 +215,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Quart-0.10.0/quart/ctx.py ...Done
Trying to parse all python files ...
Checked 4 files, 306 lines, 9,565 bytes in 0.002 seconds.
That's 133,791 lines/sec, or 4,182,062 bytes/sec.
Done
Extracting files from ./data/pypi/everett-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 4,392 lines, 125,453 bytes in 0.043 seconds.
That's 102,933 lines/sec, or 2,940,173 bytes/sec.
Done
Extracting files from ./data/pypi/cronex-0.1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 832 lines, 31,808 bytes in 0.008 seconds.
That's 106,027 lines/sec, or 4,053,487 bytes/sec.
Done
Extracting files from ./data/pypi/Telethon-1.10.10.tar.gz... Done
Trying to parse all python files ...
Checked 135 files, 65,785 lines, 2,445,082 bytes in 1.002 seconds.
That's 65,660 lines/sec, or 2,440,435 bytes/sec.
Done
Extracting files from ./data/pypi/python-magic-0.4.15.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 446 lines, 14,913 bytes in 0.005 seconds.
That's 84,903 lines/sec, or 2,838,908 bytes/sec.
Done
Extracting files from ./data/pypi/PySocks-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,433 lines, 52,434 bytes in 0.012 seconds.
That's 116,640 lines/sec, or 4,267,885 bytes/sec.
Done
Extracting files from ./data/pypi/vatnumber-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 702 lines, 16,577 bytes in 0.005 seconds.
That's 130,480 lines/sec, or 3,081,139 bytes/sec.
Done
Extracting files from ./data/pypi/python-rake-1.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,865 lines, 42,936 bytes in 0.010 seconds.
That's 295,323 lines/sec, or 4,425,821 bytes/sec.
Done
Extracting files from ./data/pypi/cron_descriptor-1.2.24.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,200 lines, 45,439 bytes in 0.008 seconds.
That's 155,019 lines/sec, or 5,869,933 bytes/sec.
Done
Extracting files from ./data/pypi/aws-encryption-sdk-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 113 files, 17,840 lines, 774,141 bytes in 0.184 seconds.
That's 97,151 lines/sec, or 4,215,716 bytes/sec.
Done
Extracting files from ./data/pypi/os-client-config-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 3,127 lines, 124,252 bytes in 0.041 seconds.
That's 75,442 lines/sec, or 2,997,686 bytes/sec.
Done
Extracting files from ./data/pypi/pygame-1.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 212 files, 48,818 lines, 1,735,450 bytes in 1.045 seconds.
That's 46,703 lines/sec, or 1,660,263 bytes/sec.
Done
Extracting files from ./data/pypi/vobject-0.9.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 5,563 lines, 195,302 bytes in 0.067 seconds.
That's 82,864 lines/sec, or 2,909,120 bytes/sec.
Done
Extracting files from ./data/pypi/check-manifest-0.40.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,674 lines, 100,960 bytes in 0.022 seconds.
That's 121,069 lines/sec, or 4,571,093 bytes/sec.
Done
Extracting files from ./data/pypi/pyaml-19.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 724 lines, 28,063 bytes in 0.007 seconds.
That's 106,007 lines/sec, or 4,108,942 bytes/sec.
Done
Extracting files from ./data/pypi/django-q-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 5,018 lines, 164,571 bytes in 0.045 seconds.
That's 112,033 lines/sec, or 3,674,238 bytes/sec.
Done
Extracting files from ./data/pypi/pypd-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 3,262 lines, 105,430 bytes in 0.040 seconds.
That's 80,869 lines/sec, or 2,613,724 bytes/sec.
Done
Extracting files from ./data/pypi/fs-2.4.11.tar.gz... Done
Trying to parse all python files ...
Checked 88 files, 18,724 lines, 604,781 bytes in 0.168 seconds.
That's 111,682 lines/sec, or 3,607,295 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_highlight_selected_word-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 54 lines, 1,871 bytes in 0.001 seconds.
That's 49,173 lines/sec, or 1,703,765 bytes/sec.
Done
Extracting files from ./data/pypi/dogpile-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,118 lines, 36,624 bytes in 0.009 seconds.
That's 130,358 lines/sec, or 4,270,327 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-serializinghtml-1.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 363 lines, 11,203 bytes in 0.026 seconds.
That's 14,035 lines/sec, or 433,160 bytes/sec.
Done
Extracting files from ./data/pypi/grpcio-gcp-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,010 lines, 38,406 bytes in 0.009 seconds.
That's 117,439 lines/sec, or 4,465,692 bytes/sec.
Done
Extracting files from ./data/pypi/yaql-1.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 55 files, 15,920 lines, 488,327 bytes in 0.153 seconds.
That's 103,905 lines/sec, or 3,187,163 bytes/sec.
Done
Extracting files from ./data/pypi/oslotest-3.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 1,970 lines, 71,701 bytes in 0.013 seconds.
That's 149,245 lines/sec, or 5,431,974 bytes/sec.
Done
Extracting files from ./data/pypi/edx-submissions-3.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,956 lines, 70,406 bytes in 0.010 seconds.
That's 198,747 lines/sec, or 7,153,860 bytes/sec.
Done
Extracting files from ./data/pypi/pydevd-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 185 files, 105,785 lines, 3,833,227 bytes in 1.480 seconds.
That's 71,473 lines/sec, or 2,589,879 bytes/sec.
Done
Extracting files from ./data/pypi/django-reversion-compare-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 3,796 lines, 136,877 bytes in 0.033 seconds.
That's 116,518 lines/sec, or 4,201,425 bytes/sec.
Done
Extracting files from ./data/pypi/django-simple-history-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,485 lines, 54,454 bytes in 0.014 seconds.
That's 108,027 lines/sec, or 3,961,299 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-InstantMessage-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,233 lines, 41,794 bytes in 0.013 seconds.
That's 96,821 lines/sec, or 3,281,850 bytes/sec.
Done
Extracting files from ./data/pypi/fabric2-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 7,255 lines, 278,846 bytes in 0.049 seconds.
That's 148,616 lines/sec, or 5,712,049 bytes/sec.
Done
Extracting files from ./data/pypi/graypy-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 1,998 lines, 63,305 bytes in 0.013 seconds.
That's 153,324 lines/sec, or 4,857,940 bytes/sec.
Done
Extracting files from ./data/pypi/alpha_vantage-2.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,870 lines, 89,642 bytes in 0.008 seconds.
That's 231,846 lines/sec, or 11,113,976 bytes/sec.
Done
Extracting files from ./data/pypi/expiringdict-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 290 lines, 9,078 bytes in 0.002 seconds.
That's 124,181 lines/sec, or 3,887,278 bytes/sec.
Done
Extracting files from ./data/pypi/django-bootstrap-form-3.4.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 233 lines, 7,269 bytes in 0.003 seconds.
That's 77,011 lines/sec, or 2,402,553 bytes/sec.
Done
Extracting files from ./data/pypi/json-logging-py-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 225 lines, 7,021 bytes in 0.002 seconds.
That's 109,429 lines/sec, or 3,414,681 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-SeaSurf-0.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 371 lines, 13,229 bytes in 0.003 seconds.
That's 146,814 lines/sec, or 5,235,064 bytes/sec.
Done
Extracting files from ./data/pypi/gprof2dot-2019.11.30.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 3,555 lines, 115,479 bytes in 0.029 seconds.
That's 120,853 lines/sec, or 3,925,741 bytes/sec.
Done
Extracting files from ./data/pypi/devpi-common-3.4.0.tar.gz...
That's 108,273 lines/sec, or 3,025,359 bytes/sec.
Done
Extracting files from ./data/pypi/jupyterthemes-0.20.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,268 lines, 43,333 bytes in 0.019 seconds.
That's 65,437 lines/sec, or 2,236,257 bytes/sec.
Done
Extracting files from ./data/pypi/records-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 633 lines, 19,282 bytes in 0.005 seconds.
That's 135,972 lines/sec, or 4,141,891 bytes/sec.
Done
Extracting files from ./data/pypi/fakenewsredis-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 44 lines, 1,336 bytes in 0.001 seconds.
That's 66,600 lines/sec, or 2,022,227 bytes/sec.
Done
Extracting files from ./data/pypi/aioresponses-0.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,291 lines, 42,325 bytes in 0.025 seconds.
That's 51,016 lines/sec, or 1,672,529 bytes/sec.
Done
Extracting files from ./data/pypi/slots-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 681 lines, 19,747 bytes in 0.005 seconds.
That's 126,666 lines/sec, or 3,672,946 bytes/sec.
Diffing ASTs for data/pypi/slots-0.4.0/slots/slots.py ...
--- a
+++ b
@@ -139,7 +139,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
If(
test=UnaryOp(
@@ -201,7 +201,7 @@
),
],
),
- simple=0,
+ simple=1,
)
],
orelse=[
@@ -570,7 +570,7 @@
args=[Name(id="num_bandits", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -592,7 +592,7 @@
args=[Name(id="num_bandits", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -652,7 +652,7 @@
)
],
),
- simple=0,
+ simple=1,
),
If(
test=UnaryOp(
@@ -667,7 +667,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Constant(value="regret", kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -677,7 +677,7 @@
),
annotation=Name(id="float", ctx=Load()),
value=Constant(value=0.1, kind=None),
- simple=0,
+ simple=1,
),
],
orelse=[
@@ -747,7 +747,7 @@
],
ctx=Load(),
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -2998,7 +2998,7 @@
ctx=Load(),
),
value=Name(id="probs", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3012,7 +3012,7 @@
ctx=Load(),
),
value=Name(id="payouts", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3038,7 +3038,7 @@
ctx=Load(),
),
value=Name(id="hist_payouts", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3048,7 +3048,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
],
orelse=[
Failed to parse data/pypi/slots-0.4.0
Extracting files from ./data/pypi/backcall-0.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,001 lines, 35,734 bytes in 0.007 seconds.
That's 137,174 lines/sec, or 4,896,895 bytes/sec.
Done
Extracting files from ./data/pypi/eth-keyfile-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 341 lines, 8,805 bytes in 0.002 seconds.
That's 142,060 lines/sec, or 3,668,141 bytes/sec.
Done
Extracting files from ./data/pypi/django-log-request-id-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 328 lines, 11,958 bytes in 0.004 seconds.
That's 91,060 lines/sec, or 3,319,797 bytes/sec.
Done
Extracting files from ./data/pypi/pycapnp-0.6.4.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 3,559 lines, 106,599 bytes in 0.032 seconds.
That's 112,616 lines/sec, or 3,373,055 bytes/sec.
Done
Extracting files from ./data/pypi/django-tastypie-0.14.3.tar.gz... Done
Trying to parse all python files ...
Checked 51 files, 7,725 lines, 269,004 bytes in 0.049 seconds.
That's 157,410 lines/sec, or 5,481,420 bytes/sec.
Done
Extracting files from ./data/pypi/fs-s3fs-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 901 lines, 29,471 bytes in 0.024 seconds.
That's 37,008 lines/sec, or 1,210,513 bytes/sec.
Done
Extracting files from ./data/pypi/debtcollector-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,989 lines, 71,557 bytes in 0.014 seconds.
That's 143,177 lines/sec, or 5,150,974 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-LaunchServices-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,141 lines, 94,078 bytes in 0.023 seconds.
That's 91,293 lines/sec, or 4,011,505 bytes/sec.
Done
Extracting files from ./data/pypi/tinydb-3.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,524 lines, 92,044 bytes in 0.054 seconds.
That's 65,151 lines/sec, or 1,701,697 bytes/sec.
Done
Extracting files from ./data/pypi/pynput-1.6.6.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 7,001 lines, 230,941 bytes in 0.052 seconds.
That's 134,490 lines/sec, or 4,436,389 bytes/sec.
Done
Extracting files from ./data/pypi/boto3_type_annotations-0.3.1.tar.gz...
That's 163,107 lines/sec, or 6,184,326 bytes/sec.
Done
Extracting files from ./data/pypi/Yapsy-1.12.2.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 5,963 lines, 194,645 bytes in 0.061 seconds.
That's 98,355 lines/sec, or 3,210,509 bytes/sec.
Done
Extracting files from ./data/pypi/cassandra-driver-3.21.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 31,374 lines, 1,131,717 bytes in 0.326 seconds.
That's 96,116 lines/sec, or 3,467,065 bytes/sec.
Done
Extracting files from ./data/pypi/aiohttp-jinja2-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,315 lines, 37,702 bytes in 0.009 seconds.
That's 149,040 lines/sec, or 4,273,074 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-container-0.3.18.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,432 lines, 68,059 bytes in 0.013 seconds.
That's 112,993 lines/sec, or 5,370,234 bytes/sec.
Done
Extracting files from ./data/pypi/pg8000-1.13.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 4,305 lines, 153,774 bytes in 0.025 seconds.
That's 172,324 lines/sec, or 6,155,398 bytes/sec.
Done
Extracting files from ./data/pypi/scapy-2.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 251 files, 122,278 lines, 4,283,260 bytes in 2.028 seconds.
That's 60,290 lines/sec, or 2,111,885 bytes/sec.
Done
Extracting files from ./data/pypi/patsy-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 36 files, 13,131 lines, 766,507 bytes in 0.172 seconds.
That's 76,433 lines/sec, or 4,461,701 bytes/sec.
Done
Extracting files from ./data/pypi/svglib-0.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 3,042 lines, 113,287 bytes in 0.044 seconds.
That's 69,825 lines/sec, or 2,600,368 bytes/sec.
Done
Extracting files from ./data/pypi/disklist-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 241 lines, 6,609 bytes in 0.018 seconds.
That's 13,095 lines/sec, or 359,107 bytes/sec.
Done
Extracting files from ./data/pypi/suds-py3-1.3.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 14,061 lines, 437,684 bytes in 0.084 seconds.
That's 167,508 lines/sec, or 5,214,113 bytes/sec.
Done
Extracting files from ./data/pypi/pep8-naming-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 1,613 lines, 38,309 bytes in 0.014 seconds.
That's 116,158 lines/sec, or 2,758,779 bytes/sec.
Done
Extracting files from ./data/pypi/mirakuru-2.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,449 lines, 49,826 bytes in 0.008 seconds.
That's 172,506 lines/sec, or 5,931,861 bytes/sec.
Diffing ASTs for data/pypi/mirakuru-2.1.2/src/mirakuru/base.py ...
--- a
+++ b
@@ -797,7 +797,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -817,7 +817,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Expr(
value=Constant(
Failed to parse data/pypi/mirakuru-2.1.2
Extracting files from ./data/pypi/cleo-0.7.6.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 1,608 lines, 60,261 bytes in 0.012 seconds.
That's 135,392 lines/sec, or 5,073,934 bytes/sec.
Done
Extracting files from ./data/pypi/python-utils-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 842 lines, 25,387 bytes in 0.006 seconds.
That's 136,979 lines/sec, or 4,130,044 bytes/sec.
Done
Extracting files from ./data/pypi/java-random-1.0.tar.gz... Done
Trying to parse all python files ...
data/pypi/java-random-1.0/javarandom.py:43:41: invalid syntax
Checked 3 files, 238 lines, 6,567 bytes in 0.001 seconds.
That's 194,932 lines/sec, or 5,378,636 bytes/sec.
Failed to parse data/pypi/java-random-1.0
Extracting files from ./data/pypi/IPy-1.00.tar.gz... Done
Trying to parse all python files ...
data/pypi/IPy-1.00/example/confbuilder.py:18:7: invalid syntax
Checked 6 files, 2,914 lines, 113,149 bytes in 0.023 seconds.
That's 126,627 lines/sec, or 4,916,871 bytes/sec.
Failed to parse data/pypi/IPy-1.00
Extracting files from ./data/pypi/modernize-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 1,463 lines, 51,891 bytes in 0.014 seconds.
That's 104,172 lines/sec, or 3,694,875 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework_simplejwt-4.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 1,426 lines, 41,750 bytes in 0.011 seconds.
That's 124,598 lines/sec, or 3,647,943 bytes/sec.
Done
Extracting files from ./data/pypi/drf-yasg-1.17.0.tar.gz... Done
Trying to parse all python files ...
Checked 96 files, 8,059 lines, 333,668 bytes in 0.097 seconds.
That's 83,059 lines/sec, or 3,438,891 bytes/sec.
Done
Extracting files from ./data/pypi/murmurhash-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 186 lines, 6,024 bytes in 0.002 seconds.
That's 79,679 lines/sec, or 2,580,583 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-batchai-0.4.10.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 2,275 lines, 112,649 bytes in 0.036 seconds.
That's 63,816 lines/sec, or 3,159,901 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-talent-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 31,118 lines, 1,232,772 bytes in 0.161 seconds.
That's 193,010 lines/sec, or 7,646,279 bytes/sec.
Done
Extracting files from ./data/pypi/pybtex-0.22.2.tar.gz... Done
Trying to parse all python files ...
Checked 86 files, 21,091 lines, 822,488 bytes in 0.287 seconds.
That's 73,483 lines/sec, or 2,865,622 bytes/sec.
Done
Extracting files from ./data/pypi/python-vagrant-0.5.15.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,922 lines, 73,025 bytes in 0.013 seconds.
That's 150,092 lines/sec, or 5,702,645 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-JWT-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 805 lines, 24,899 bytes in 0.006 seconds.
That's 127,417 lines/sec, or 3,941,053 bytes/sec.
Done
Extracting files from ./data/pypi/j2cli-0.3.10.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 618 lines, 16,697 bytes in 0.004 seconds.
That's 152,925 lines/sec, or 4,131,699 bytes/sec.
Done
Extracting files from ./data/pypi/django-redshift-backend-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 857 lines, 32,957 bytes in 0.007 seconds.
That's 115,494 lines/sec, or 4,441,464 bytes/sec.
Done
Extracting files from ./data/pypi/django-fernet-fields-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 415 lines, 12,603 bytes in 0.005 seconds.
That's 82,785 lines/sec, or 2,514,069 bytes/sec.
Done
Extracting files from ./data/pypi/envs-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 415 lines, 13,622 bytes in 0.005 seconds.
That's 89,571 lines/sec, or 2,940,092 bytes/sec.
Done
Extracting files from ./data/pypi/logger-1.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 33 lines, 814 bytes in 0.001 seconds.
That's 36,665 lines/sec, or 904,414 bytes/sec.
Done
Extracting files from ./data/pypi/jsl-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,259 lines, 84,859 bytes in 0.017 seconds.
That's 131,341 lines/sec, or 4,933,802 bytes/sec.
Done
Extracting files from ./data/pypi/pybloom-1.1.tar.gz... Done
Trying to parse all python files ...
data/pypi/pybloom-1.1/ez_setup.py:98:41: invalid syntax
data/pypi/pybloom-1.1/pybloom/pybloom.py:240:29: invalid syntax
Checked 5 files, 825 lines, 28,548 bytes in 0.004 seconds.
That's 232,033 lines/sec,Done
Trying to parse all python files ...
Checked 25 files, 2,952 lines, 97,355 bytes in 0.022 seconds.
That's 131,208 lines/sec, or 4,327,157 bytes/sec.
Done
Extracting files from ./data/pypi/phoenixdb-0.7.tar.gz... Done
Trying to parse all python files ...
data/pypi/phoenixdb-0.7/examples/basic.py:12:19: invalid syntax
Checked 21 files, 6,653 lines, 251,659 bytes in 0.048 seconds.
That's 139,695 lines/sec, or 5,284,171 bytes/sec.
Failed to parse data/pypi/phoenixdb-0.7
Extracting files from ./data/pypi/pygaljs-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 90 lines, 2,723 bytes in 0.001 seconds.
That's 65,810 lines/sec, or 1,991,124 bytes/sec.
Done
Extracting files from ./data/pypi/pymdown-extensions-6.3.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 43,069 lines, 1,254,974 bytes in 0.294 seconds.
That's 146,728 lines/sec, or 4,275,454 bytes/sec.
Done
Extracting files from ./data/pypi/PyInquirer-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 2,096 lines, 65,332 bytes in 0.016 seconds.
That's 128,166 lines/sec, or 3,994,901 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-AppBuilder-2.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 87 files, 22,461 lines, 755,927 bytes in 0.269 seconds.
That's 83,640 lines/sec, or 2,814,922 bytes/sec.
Done
Extracting files from ./data/pypi/pandocfilters-1.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,035 lines, 30,400 bytes in 0.010 seconds.
That's 101,625 lines/sec, or 2,984,920 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-mypy-17.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 643 lines, 19,391 bytes in 0.006 seconds.
That's 111,725 lines/sec, or 3,369,309 bytes/sec.
Done
Extracting files from ./data/pypi/smtpapi-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 136 lines, 4,407 bytes in 0.002 seconds.
That's 76,291 lines/sec, or 2,472,154 bytes/sec.
Done
Extracting files from ./data/pypi/django-test-plus-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 854 lines, 32,279 bytes in 0.008 seconds.
That's 105,261 lines/sec, or 3,978,605 bytes/sec.
Done
Extracting files from ./data/pypi/python-jenkins-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 7,591 lines, 295,348 bytes in 0.086 seconds.
That's 87,941 lines/sec, or 3,421,589 bytes/sec.
Done
Extracting files from ./data/pypi/maxminddb-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,688 lines, 56,666 bytes in 0.015 seconds.
That's 113,921 lines/sec, or 3,824,330 bytes/sec.
Done
Extracting files from ./data/pypi/json2parquet-0.0.28.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 390 lines, 12,872 bytes in 0.019 seconds.
That's 20,068 lines/sec, or 662,361 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-future-import-0.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 632 lines, 23,725 bytes in 0.007 seconds.
That's 97,010 lines/sec, or 3,641,715 bytes/sec.
Done
Extracting files from ./data/pypi/django-impersonate-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,694 lines, 58,409 bytes in 0.015 seconds.
That's 116,001 lines/sec, or 3,999,691 bytes/sec.
Done
Extracting files from ./data/pypi/google-resumable-media-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 8,111 lines, 293,426 bytes in 0.053 seconds.
That's 152,876 lines/sec, or 5,530,471 bytes/sec.
Done
Extracting files from ./data/pypi/azure-storage-file-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 4,567 lines, 199,276 bytes in 0.022 seconds.
That's 207,101 lines/sec, or 9,036,620 bytes/sec.
Done
Extracting files from ./data/pypi/testresources-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,560 lines, 102,066 bytes in 0.021 seconds.
That's 119,794 lines/sec, or 4,776,150 bytes/sec.
Done
Extracting files from ./data/pypi/libnacl-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 3,424 lines, 113,602 bytes in 0.030 seconds.
That's 113,943 lines/sec, or 3,780,428 bytes/sec.
Done
Extracting files from ./data/pypi/Levenshtein_search-1.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 16 lines, 579 bytes in 0.001 seconds.
That's 24,149 lines/sec, or 873,876 bytes/sec.
Done
Extracting files from ./data/pypi/ddt-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 874 lines, 24,410 bytes in 0.008 seconds.
That's 112,259 lines/sec, or 3,135,292 bytes/sec.
Done
Extracting files from ./data/pypi/infinity-1.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 405 lines, 9,953 bytes in 0.003 seconds.
That's 120,689 lines/sec, or 2,965,961 bytes/sec.
Done
Extracting files from ./data/pypi/logstash_formatter-0.5.17.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 218 lines, 6,969 bytes in 0.002 seconds.
That's 116,198 lines/sec, or 3,714,589 bytes/sec.
Done
Extracting files from ./data/pypi/aiofiles-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 315 lines, 9,163 bytes in 0.003 seconds.
That's 93,161 lines/sec, or 2,709,943 bytes/sec.
Done
Extracting files from ./data/pypi/pylint-celery-0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 87 lines, 2,540 bytes in 0.001 seconds.
That's 71,382 lines/sec, or 2,084,024 bytes/sec.
Done
Extracting files from ./data/pypi/furl-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 4,705 lines, 168,060 bytes in 0.077 seconds.
That's 61,061 lines/sec, or 2,181,067 bytes/sec.
Done
Extracting files from ./data/pypi/marshmallow-jsonapi-0.23.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 3,290 lines, 109,719 bytes in 0.026 seconds.
That's 126,023 lines/sec, or 4,202,769 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-asset-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 13,338 lines, 506,208 bytes in 0.059 seconds.
That's 227,679 lines/sec, or 8,640,936 bytes/sec.
Done
Extracting files from ./data/pypi/anytemplate-0.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,111 lines, 68,193 bytes in 0.011 seconds.
That's 191,674 lines/sec, or 6,191,760 bytes/sec.
Done
Extracting files from ./data/pypi/clickhouse-driver-0.1.2.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 4,724 lines, 144,932 bytes in 0.035 seconds.
That's 133,211 lines/sec, or 4,086,895 bytes/sec.
Done
Extracting files from ./data/pypi/oci-cli-2.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 510 files, 97,663 lines, 6,466,147 bytes in 3.150 seconds.
That's 31,004 lines/sec, or 2,052,738 bytes/sec.
Done
Extracting files from ./data/pypi/CacheControl-0.12.6.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 1,299 lines, 42,894 bytes in 0.010 seconds.
That's 131,626 lines/sec, or 4,346,399 bytes/sec.
Done
Extracting files from ./data/pypi/template-remover-0.1.9.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 596 lines, 19,644 bytes in 0.003 seconds.
That's 186,219 lines/sec, or 6,137,732 bytes/sec.
Done
Extracting files from ./data/pypi/jenkins-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 32 lines, 898 bytes in 0.001 seconds.
That's 43,676 lines/sec, or 1,225,670 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-tornado-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 278 lines, 8,654 bytes in 0.002 seconds.
That's 111,698 lines/sec, or 3,477,106 bytes/sec.
Done
Extracting files from ./data/pypi/aiohttp-3.6.2.tar.gz... Done
Trying to parse all python files ...
Checked 131 files, 52,947 lines, 1,686,761 bytes in 1.005 seconds.
That's 52,668 lines/sec, or 1,677,879 bytes/sec.
Done
Extracting files from ./data/pypi/Python-EasyConfig-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 250 lines, 7,331 bytes in 0.002 seconds.
ctx=Load(),
),
value=Name(id="fset", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -4373,7 +4373,7 @@
ctx=Load(),
),
value=Name(id="fdel", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -4438,7 +4438,7 @@
ctx=Load(),
),
value=Name(id="class_attribute", ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/mode-4.3.0/mode/utils/queues.py ...
--- a
+++ b
@@ -559,7 +559,7 @@
),
annotation=Name(id="FlowControlEvent", ctx=Load()),
value=Name(id="flow_control", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -569,7 +569,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Name(id="clear_on_resume", ctx=Load()),
- simple=0,
+ simple=1,
),
If(
test=Attribute(
@@ -761,7 +761,7 @@
ctx=Load(),
),
value=None,
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -800,7 +800,7 @@
value=Call(
func=Name(id="deque", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Failed to parse data/pypi/mode-4.3.0
Extracting files from ./data/pypi/nvidia-ml-py3-7.352.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,607 lines, 95,268 bytes in 0.022 seconds.
That's 119,309 lines/sec, or 4,359,927 bytes/sec.
Done
Extracting files from ./data/pypi/PyGreSQL-5.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 17,495 lines, 656,643 bytes in 0.359 seconds.
That's 48,777 lines/sec, or 1,830,760 bytes/sec.
Done
Extracting files from ./data/pypi/speaklater-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 239 lines, 6,349 bytes in 0.002 seconds.
That's 158,664 lines/sec, or 4,214,884 bytes/sec.
Done
Extracting files from ./data/pypi/flexmock-0.10.4.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,716 lines, 133,024 bytes in 0.034 seconds.
That's 108,789 lines/sec, or 3,894,374 bytes/sec.
Done
Extracting files from ./data/pypi/macholib-1.14.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 5,698 lines, 169,417 bytes in 0.062 seconds.
That's 91,237 lines/sec, or 2,712,731 bytes/sec.
Done
Extracting files from ./data/pypi/mysql-connector-2.2.9.tar.gz... Done
Trying to parse all python files ...
Checked 124 files, 47,632 lines, 1,682,258 bytes in 0.708 seconds.
That's 67,291 lines/sec, or 2,376,553 bytes/sec.
Done
Extracting files from ./data/pypi/django-enumfields-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,025 lines, 32,059 bytes in 0.011 seconds.
That's 90,362 lines/sec, or 2,826,265 bytes/sec.
Done
Extracting files from ./data/pypi/zope.i18n-4.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 9,115 lines, 336,760 bytes in 0.063 seconds.
That's 144,819 lines/sec, or 5,350,421 bytes/sec.
Done
Extracting files from ./data/pypi/ebaysdk-2.1.5.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 5,696 lines, 209,315 bytes in 0.036 seconds.
That's 158,935 lines/sec, or 5,840,490 bytes/sec.
Done
Extracting files from ./data/pypi/scrapy-random-useragent-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 108 lines, 3,273 bytes in 0.001 seconds.
That's 102,532 lines/sec, or 3,107,279 bytes/sec.
Done
Extracting files from ./data/pypi/httpsig_cffi-15.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,614 lines, 61,517 bytes in 0.011 seconds.
That's 148,294 lines/sec, or 5,652,158 bytes/sec.
Done
Extracting files from ./data/pypi/django-elasticsearch-dsl-7.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,097 lines, 34,213 bytes in 0.009 seconds.
That's 126,280 lines/sec, or 3,938,405 bytes/sec.
Done
Extracting files from ./data/pypi/mleap-0.15.0.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 4,414 lines, 165,629 bytes in 0.041 seconds.
That's 107,496 lines/sec, or 4,033,621 bytes/sec.
Done
Extracting files from ./data/pypi/facebook-sdk-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,240 lines, 42,915 bytes in 0.014 seconds.
That's 89,705 lines/sec, or 3,104,601 bytes/sec.
Done
Extracting files from ./data/pypi/codacy-coverage-1.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 299 lines, 8,742 bytes in 0.003 seconds.
That's 108,863 lines/sec, or 3,182,865 bytes/sec.
Done
Extracting files from ./data/pypi/validators-0.14.2.tar.gz... Done
Trying to parse all python files ...
Checked 44 files, 2,506 lines, 64,924 bytes in 0.035 seconds.
That's 71,849 lines/sec, or 1,861,421 bytes/sec.
Done
Extracting files from ./data/pypi/py-cpuinfo-5.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 9,222 lines, 373,181 bytes in 0.068 seconds.
That's 134,765 lines/sec, or 5,453,437 bytes/sec.
Done
Extracting files from ./data/pypi/rfc3986-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 4,461 lines, 151,501 bytes in 0.026 seconds.
That's 168,777 lines/sec, or 5,731,874 bytes/sec.
Done
Extracting files from ./data/pypi/snowflake-0.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 73 lines, 2,518 bytes in 0.001 seconds.
That's 81,780 lines/sec, or 2,820,849 bytes/sec.
Done
Extracting files from ./data/pypi/pyjwkest-1.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 4,924 lines, 147,712 bytes in 0.080 seconds.
That's 61,741 lines/sec, or 1,852,131 bytes/sec.
Done
Extracting files from ./data/pypi/rq-scheduler-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 594 lines, 22,279 bytes in 0.005 seconds.
That's 118,425 lines/sec, or 4,441,720 bytes/sec.
Done
Extracting files from ./data/pypi/buildbot-worker-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 63 files, 11,406 lines, 402,691 bytes in 0.118 seconds.
That's 96,546 lines/sec, or 3,408,592 bytes/sec.
Done
Extracting files from ./data/pypi/curtsies-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 4,667 lines, 170,196 bytes in 0.068 seconds.
That's 69,089 lines/sec, or 2,519,522 bytes/sec.
Done
Extracting files from ./data/pypi/googleads-22.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 5,262 lines, 193,512 bytes in 0.060 seconds.
That's 87,158 lines/sec, or 3,205,283 bytes/sec.
Done
Extracting files from ./data/pypi/youtube_dl-2020.1.24.tar.gz... Done
Trying to parse all python files ...
Checked 829 files, 143,605 lines, 5,418,395 bytes in 2.329 seconds.
That's 61,653 lines/sec, or 2,326,229 bytes/sec.
Done
Extracting files from ./data/pypi/gitdb2-2.0.6.tar.gz... Done
Trying to parse all python files ...
That's 91,893 lines/sec, or 3,025,162 bytes/sec.
Done
Extracting files from ./data/pypi/warrant-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,162 lines, 44,498 bytes in 0.009 seconds.
That's 126,296 lines/sec, or 4,836,438 bytes/sec.
Done
Extracting files from ./data/pypi/mozprocess-1.1.0.linux-x86_64.tar.gz... Done
Trying to parse all python files ...
Package ./data/pypi/mozprocess-1.1.0.linux-x86_64.tar.gz is a single file package
Extracting files from ./data/pypi/sphinx-autobuild-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 828 lines, 25,055 bytes in 0.020 seconds.
That's 41,835 lines/sec, or 1,265,926 bytes/sec.
Done
Extracting files from ./data/pypi/terminaltables-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,056 lines, 42,815 bytes in 0.007 seconds.
That's 141,725 lines/sec, or 5,746,164 bytes/sec.
Done
Extracting files from ./data/pypi/datarobot-2.19.0.tar.gz... Done
Trying to parse all python files ...
Checked 153 files, 44,063 lines, 1,662,848 bytes in 0.378 seconds.
That's 116,673 lines/sec, or 4,402,984 bytes/sec.
Done
Extracting files from ./data/pypi/mailchimp3-3.0.12.tar.gz... Done
Trying to parse all python files ...
Checked 78 files, 7,469 lines, 266,635 bytes in 0.076 seconds.
That's 98,374 lines/sec, or 3,511,838 bytes/sec.
Done
Extracting files from ./data/pypi/tweepy-3.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,697 lines, 131,629 bytes in 0.026 seconds.
That's 143,102 lines/sec, or 5,095,027 bytes/sec.
Done
Extracting files from ./data/pypi/overrides-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 300 lines, 9,740 bytes in 0.003 seconds.
That's 114,912 lines/sec, or 3,730,824 bytes/sec.
Done
Extracting files from ./data/pypi/django-cachalot-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 5,043 lines, 195,641 bytes in 0.094 seconds.
That's 53,866 lines/sec, or 2,089,718 bytes/sec.
Done
Extracting files from ./data/pypi/knack-0.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 47 files, 7,442 lines, 305,059 bytes in 0.085 seconds.
That's 87,716 lines/sec, or 3,595,625 bytes/sec.
Done
Extracting files from ./data/pypi/django-rest-knox-4.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 618 lines, 20,127 bytes in 0.022 seconds.
That's 28,117 lines/sec, or 915,724 bytes/sec.
Done
Extracting files from ./data/pypi/autoflake-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,576 lines, 73,360 bytes in 0.014 seconds.
That's 188,239 lines/sec, or 5,360,712 bytes/sec.
Done
Extracting files from ./data/pypi/sphinxcontrib-svg2pdfconverter-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 247 lines, 8,405 bytes in 0.002 seconds.
That's 116,351 lines/sec, or 3,959,246 bytes/sec.
Done
Extracting files from ./data/pypi/flatdict-3.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 493 lines, 16,064 bytes in 0.004 seconds.
That's 137,121 lines/sec, or 4,467,991 bytes/sec.
Done
Extracting files from ./data/pypi/fluent-logger-0.9.4.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 731 lines, 23,088 bytes in 0.005 seconds.
That's 135,828 lines/sec, or 4,289,996 bytes/sec.
Done
Extracting files from ./data/pypi/recommonmark-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,075 lines, 64,817 bytes in 0.011 seconds.
That's 181,456 lines/sec, or 5,668,165 bytes/sec.
Done
Extracting files from ./data/pypi/py2neo-4.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 8,727 lines, 295,278 bytes in 0.085 seconds.
That's 102,547 lines/sec, or 3,469,663 bytes/sec.
Done
Extracting files from ./data/pypi/readthedocs-sphinx-ext-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 858 lines, 27,526 bytes in 0.022 seconds.
That's 39,321 lines/sec, or 1,261,485 bytes/sec.
Done
Extracting files from ./data/pypi/blaze-0.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 116 files, 29,857 lines, 884,131 bytes in 0.501 seconds.
That's 59,542 lines/sec, or 1,763,170 bytes/sec.
Done
Extracting files from ./data/pypi/google-endpoints-4.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 19,245 lines, 720,251 bytes in 0.135 seconds.
That's 143,007 lines/sec, or 5,352,074 bytes/sec.
Done
Extracting files from ./data/pypi/h11-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 27 files, 5,292 lines, 182,095 bytes in 0.058 seconds.
That's 90,467 lines/sec, or 3,112,910 bytes/sec.
Done
Extracting files from ./data/pypi/imblearn-0.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 20 lines, 610 bytes in 0.001 seconds.
That's 39,965 lines/sec, or 1,218,926 bytes/sec.
Done
Extracting files from ./data/pypi/pyminifier-2.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 2,795 lines, 102,898 bytes in 0.017 seconds.
That's 164,331 lines/sec, or 6,049,868 bytes/sec.
Done
Extracting files from ./data/pypi/json5-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,477 lines, 81,700 bytes in 0.046 seconds.
That's 53,601 lines/sec, or 1,767,959 bytes/sec.
Done
Extracting files from ./data/pypi/fastai-1.0.60.tar.gz... Done
Trying to parse all python files ...
Checked 139 files, 18,861 lines, 840,549 bytes in 0.497 seconds.
That's 37,938 lines/sec, or 1,690,735 bytes/sec.
Diffing ASTs for data/pypi/fastai-1.0.60/fastai/callback.py ...
--- a
+++ b
@@ -4078,7 +4078,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/fastai-1.0.60/fastai/widgets/image_cleaner.py ...
--- a
+++ b
@@ -3055,7 +3055,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -4267,7 +4267,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Failed to parse data/pypi/fastai-1.0.60
Extracting files from ./data/pypi/jq-0.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 126 lines, 4,016 bytes in 0.001 seconds.
That's 106,399 lines/sec, or 3,391,247 bytes/sec.
Done
Extracting files from ./data/pypi/azure-devtools-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,429 lines, 54,428 bytes in 0.012 seconds.
That's 116,258 lines/sec, or 4,428,040 bytes/sec.
Done
Extracting files from ./data/pypi/slugify-0.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 63 lines, 1,392 bytes in 0.001 seconds.
That's 81,859 lines/sec, or 1,808,696 bytes/sec.
Done
Extracting files from ./data/pypi/pandas-gbq-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 3,838 lines, 129,251 bytes in 0.018 seconds.
That's 215,193 lines/sec, or 7,246,985 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-cov-2.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 3,397 lines, 107,246 bytes in 0.023 seconds.
That's 149,268 lines/sec, or 4,712,501 bytes/sec.
Done
Extracting files from ./data/pypi/hpack-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 7,481 lines, 256,700 bytes in 0.099 seconds.
That's 75,874 lines/sec, or 2,603,507 bytes/sec.
Done
Extracting files from ./data/pypi/fitbit-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 1,488 lines, 53,316 bytes in 0.008 seconds.
Extracting files from ./data/pypi/oyaml-0.9.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 261 lines, 7,340 bytes in 0.002 seconds.
That's 116,782 lines/sec, or 3,284,211 bytes/sec.
Done
Extracting files from ./data/pypi/google-endpoints-api-management-1.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 55 files, 18,626 lines, 741,156 bytes in 0.129 seconds.
That's 144,275 lines/sec, or 5,740,899 bytes/sec.
Done
Extracting files from ./data/pypi/setuptools_scm-3.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 2,840 lines, 81,681 bytes in 0.023 seconds.
That's 123,168 lines/sec, or 3,542,424 bytes/sec.
Done
Extracting files from ./data/pypi/html-1.16.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 647 lines, 20,185 bytes in 0.004 seconds.
That's 155,496 lines/sec, or 4,851,136 bytes/sec.
Done
Extracting files from ./data/pypi/prometheus_client-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 3,760 lines, 131,010 bytes in 0.030 seconds.
That's 124,062 lines/sec, or 4,322,688 bytes/sec.
Done
Extracting files from ./data/pypi/shutilwhich-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 93 lines, 2,945 bytes in 0.001 seconds.
That's 80,064 lines/sec, or 2,535,350 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-reservations-0.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 444 lines, 18,359 bytes in 0.003 seconds.
That's 128,353 lines/sec, or 5,307,273 bytes/sec.
Exception encountered in analyzing ./data/pypi/azure-cli-reservations-0.4.3.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/azure-cli-reservations-0.4.3
Extracting files from ./data/pypi/python_jsonschema_objects-0.3.12.tar.gz... Done
Trying to parse all python files ...
Checked 40 files, 5,974 lines, 194,031 bytes in 0.061 seconds.
That's 97,897 lines/sec, or 3,179,625 bytes/sec.
Done
Extracting files from ./data/pypi/fastcache-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 911 lines, 30,593 bytes in 0.014 seconds.
That's 64,967 lines/sec, or 2,181,694 bytes/sec.
Done
Extracting files from ./data/pypi/django-localflavor-2.2.tar.gz... Done
Trying to parse all python files ...
Checked 332 files, 25,738 lines, 888,384 bytes in 0.290 seconds.
That's 88,845 lines/sec, or 3,066,616 bytes/sec.
Done
Extracting files from ./data/pypi/gmplot-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 578 lines, 21,678 bytes in 0.007 seconds.
That's 85,384 lines/sec, or 3,202,343 bytes/sec.
Done
Extracting files from ./data/pypi/Cheetah-2.4.4.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 18,699 lines, 650,267 bytes in 0.140 seconds.
That's 133,951 lines/sec, or 4,658,223 bytes/sec.
Exception encountered in analyzing ./data/pypi/Cheetah-2.4.4.tar.gz:
'utf-8' codec can't decode byte 0xfc in position 22543: invalid start byte
Failed to parse data/pypi/Cheetah-2.4.4
Extracting files from ./data/pypi/odo-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 82 files, 13,712 lines, 420,963 bytes in 0.154 seconds.
That's 88,960 lines/sec, or 2,731,102 bytes/sec.
Done
Extracting files from ./data/pypi/pystache-0.5.4.tar.gz... Done
Trying to parse all python files ...
Checked 56 files, 7,144 lines, 214,099 bytes in 0.035 seconds.
That's 202,195 lines/sec, or 6,059,600 bytes/sec.
Done
Extracting files from ./data/pypi/mailjet_rest-1.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 251 lines, 8,031 bytes in 0.003 seconds.
That's 86,271 lines/sec, or 2,760,342 bytes/sec.
Done
Extracting files from ./data/pypi/python-consul-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 2,819 lines, 102,847 bytes in 0.017 seconds.
That's 163,194 lines/sec, or 5,953,895 bytes/sec.
Done
Extracting files from ./data/pypi/ibm_db-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 164 files, 32,531 lines, 849,437 bytes in 0.134 seconds.
That's 243,506 lines/sec, or 6,358,323 bytes/sec.
Done
Extracting files from ./data/pypi/mongoengine-0.19.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 11,603 lines, 413,723 bytes in 0.178 seconds.
That's 65,012 lines/sec, or 2,318,093 bytes/sec.
Done
Extracting files from ./data/pypi/django-hijack-2.1.10.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 1,343 lines, 52,111 bytes in 0.016 seconds.
That's 83,203 lines/sec, or 3,228,451 bytes/sec.
Done
Extracting files from ./data/pypi/pytesseract-0.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 522 lines, 13,992 bytes in 0.004 seconds.
That's 122,164 lines/sec, or 3,274,562 bytes/sec.
Done
Extracting files from ./data/pypi/pymavlink-2.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 84 files, 345,469 lines, 23,988,677 bytes in 11.913 seconds.
That's 29,000 lines/sec, or 2,013,715 bytes/sec.
Done
Extracting files from ./data/pypi/django-mptt-0.11.0.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 4,110 lines, 158,992 bytes in 0.029 seconds.
That's 142,334 lines/sec, or 5,506,059 bytes/sec.
Done
Extracting files from ./data/pypi/Pillow-SIMD-7.0.0.post3.tar.gz... Done
Trying to parse all python files ...
Checked 107 files, 29,725 lines, 924,507 bytes in 0.364 seconds.
That's 81,717 lines/sec, or 2,541,547 bytes/sec.
Done
Extracting files from ./data/pypi/django-anymail-7.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 6,979 lines, 299,878 bytes in 0.085 seconds.
That's 82,268 lines/sec, or 3,534,945 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-forked-1.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 222 lines, 6,499 bytes in 0.002 seconds.
That's 100,479 lines/sec, or 2,941,489 bytes/sec.
Done
Extracting files from ./data/pypi/dominate-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 3,029 lines, 78,477 bytes in 0.015 seconds.
That's 201,874 lines/sec, or 5,230,267 bytes/sec.
Done
Extracting files from ./data/pypi/socketpool-0.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 936 lines, 25,349 bytes in 0.008 seconds.
That's 124,536 lines/sec, or 3,372,713 bytes/sec.
Done
Extracting files from ./data/pypi/pydub-0.23.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 4,247 lines, 140,609 bytes in 0.059 seconds.
That's 72,329 lines/sec, or 2,394,650 bytes/sec.
Done
Extracting files from ./data/pypi/pyformance-0.4.tar.gz... Done
Trying to parse all python files ...
Checked 39 files, 2,485 lines, 80,131 bytes in 0.024 seconds.
That's 104,686 lines/sec, or 3,375,690 bytes/sec.
Done
Extracting files from ./data/pypi/fastdtw-0.3.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 274 lines, 8,285 bytes in 0.003 seconds.
That's 102,776 lines/sec, or 3,107,656 bytes/sec.
Done
Extracting files from ./data/pypi/pyjarowinkler-1.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 281 lines, 12,684 bytes in 0.020 seconds.
That's 14,222 lines/sec, or 641,945 bytes/sec.
Done
Extracting files from ./data/pypi/enum34-1.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 2,756 lines, 100,986 bytes in 0.025 seconds.
That's 109,569 lines/sec, or 4,014,843 bytes/sec.
Done
Extracting files from ./data/pypi/lftools-0.30.1.tar.gz... Done
Trying to parse all python files ...
Checked 76 files, 11,086 lines, 393,663 bytes in 0.121 seconds.
That's 91,835 lines/sec, or 3,261,071 bytes/sec.
Done
Extracting files from ./data/pypi/python-editor-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 177 lines, 4,301 bytes in 0.002 seconds.
That's 99,078 lines/sec, or 2,407,541 bytes/sec.
Done
Extracting files from ./data/pypi/crcmod-1.7.tar.gz... Done
Trying to parse all python files ...
data/pypi/crcmod-1.7/python2/crcmod/_crcfunpy.py:65:27: invalid syntax
data/pypi/crcmod-1.7/python2/crcmod/crcmod.py:88:40: invalid syntax
data/pypi/crcmod-1.7/python2/crcmod/test.py:69:10: invalid syntax
That's 183,579 lines/sec, or 6,577,743 bytes/sec.
Done
Extracting files from ./data/pypi/parsedatetime-2.5.tar.gz... Done
Trying to parse all python files ...
Checked 42 files, 7,540 lines, 264,636 bytes in 0.087 seconds.
That's 86,853 lines/sec, or 3,048,329 bytes/sec.
Done
Extracting files from ./data/pypi/django-redis-sessions-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 454 lines, 14,407 bytes in 0.004 seconds.
That's 116,809 lines/sec, or 3,706,744 bytes/sec.
Done
Extracting files from ./data/pypi/seaborn-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 26,649 lines, 933,781 bytes in 0.366 seconds.
That's 72,822 lines/sec, or 2,551,682 bytes/sec.
Done
Extracting files from ./data/pypi/image-1.5.28.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,548 lines, 50,851 bytes in 0.014 seconds.
That's 109,537 lines/sec, or 3,598,221 bytes/sec.
Done
Extracting files from ./data/pypi/nose-ignore-docstring-0.2.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 71 lines, 1,720 bytes in 0.001 seconds.
That's 82,492 lines/sec, or 1,998,394 bytes/sec.
Done
Extracting files from ./data/pypi/auth0-python-3.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 79 files, 6,214 lines, 205,464 bytes in 0.071 seconds.
That's 88,098 lines/sec, or 2,912,929 bytes/sec.
Done
Extracting files from ./data/pypi/mozinfo-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 488 lines, 14,913 bytes in 0.004 seconds.
That's 137,982 lines/sec, or 4,216,641 bytes/sec.
Done
Extracting files from ./data/pypi/funcparserlib-0.3.6.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,286 lines, 39,755 bytes in 0.005 seconds.
That's 244,520 lines/sec, or 7,559,026 bytes/sec.
Done
Extracting files from ./data/pypi/func_timeout-4.3.5.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,165 lines, 80,452 bytes in 0.015 seconds.
That's 144,663 lines/sec, or 5,375,733 bytes/sec.
Done
Extracting files from ./data/pypi/bravado-10.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 3,084 lines, 108,054 bytes in 0.016 seconds.
That's 191,721 lines/sec, or 6,717,327 bytes/sec.
Done
Extracting files from ./data/pypi/cliff-2.18.0.tar.gz... Done
Trying to parse all python files ...
Checked 55 files, 7,206 lines, 251,516 bytes in 0.076 seconds.
That's 95,383 lines/sec, or 3,329,235 bytes/sec.
Done
Extracting files from ./data/pypi/websocket-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 557 lines, 19,569 bytes in 0.005 seconds.
That's 120,816 lines/sec, or 4,244,626 bytes/sec.
Done
Extracting files from ./data/pypi/nbval-0.9.4.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,062 lines, 69,820 bytes in 0.014 seconds.
That's 148,500 lines/sec, or 5,028,268 bytes/sec.
Done
Extracting files from ./data/pypi/tesserocr-2.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 551 lines, 22,153 bytes in 0.006 seconds.
That's 90,783 lines/sec, or 3,649,936 bytes/sec.
Done
Extracting files from ./data/pypi/django-tables2-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,577 lines, 157,588 bytes in 0.029 seconds.
That's 155,327 lines/sec, or 5,347,973 bytes/sec.
Done
Extracting files from ./data/pypi/authy-2.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,143 lines, 38,376 bytes in 0.010 seconds.
That's 112,723 lines/sec, or 3,784,637 bytes/sec.
Done
Extracting files from ./data/pypi/os-service-types-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 1,386 lines, 49,414 bytes in 0.008 seconds.
That's 175,031 lines/sec, or 6,240,247 bytes/sec.
Done
Extracting files from ./data/pypi/Logbook-1.5.3.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 9,718 lines, 328,574 bytes in 0.097 seconds.
That's 100,637 lines/sec, or 3,402,628 bytes/sec.
Done
Extracting files from ./data/pypi/pytrends-4.7.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 759 lines, 30,483 bytes in 0.007 seconds.
That's 113,368 lines/sec, or 4,553,077 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-polyfill-1.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 443 lines, 14,404 bytes in 0.004 seconds.
That's 108,742 lines/sec, or 3,535,715 bytes/sec.
Done
Extracting files from ./data/pypi/pyramid_mako-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,346 lines, 49,137 bytes in 0.010 seconds.
That's 128,779 lines/sec, or 4,701,191 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-eradicate-0.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 135 lines, 6,389 bytes in 0.001 seconds.
That's 130,468 lines/sec, or 6,174,518 bytes/sec.
Done
Extracting files from ./data/pypi/django-debug-toolbar-2.2.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 3,240 lines, 106,942 bytes in 0.043 seconds.
That's 75,916 lines/sec, or 2,505,753 bytes/sec.
Done
Extracting files from ./data/pypi/python-ironicclient-3.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 111 files, 31,347 lines, 1,137,028 bytes in 0.393 seconds.
That's 79,839 lines/sec, or 2,895,944 bytes/sec.
Done
Extracting files from ./data/pypi/apache-libcloud-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 397 files, 207,839 lines, 7,757,310 bytes in 3.647 seconds.
That's 56,985 lines/sec, or 2,126,885 bytes/sec.
Done
Extracting files from ./data/pypi/astroid-2.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 209 files, 38,902 lines, 1,264,412 bytes in 0.251 seconds.
That's 154,700 lines/sec, or 5,028,138 bytes/sec.
Exception encountered in analyzing ./data/pypi/astroid-2.3.3.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/astroid-2.3.3
Extracting files from ./data/pypi/priority-1.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,064 lines, 35,248 bytes in 0.007 seconds.
That's 148,426 lines/sec, or 4,917,046 bytes/sec.
Done
Extracting files from ./data/pypi/deap-1.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 128 files, 16,664 lines, 621,325 bytes in 0.183 seconds.
That's 91,211 lines/sec, or 3,400,840 bytes/sec.
Done
Extracting files from ./data/pypi/py4j-0.10.9.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 10,121 lines, 353,770 bytes in 0.087 seconds.
That's 116,756 lines/sec, or 4,081,090 bytes/sec.
Done
Extracting files from ./data/pypi/hvac-0.9.6.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 13,199 lines, 519,229 bytes in 0.079 seconds.
That's 166,555 lines/sec, or 6,552,034 bytes/sec.
Done
Extracting files from ./data/pypi/MarkupSafe-1.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,173 lines, 31,184 bytes in 0.009 seconds.
That's 137,882 lines/sec, or 3,665,579 bytes/sec.
Done
Extracting files from ./data/pypi/django-prettyjson-0.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 154 lines, 4,537 bytes in 0.002 seconds.
That's 74,924 lines/sec, or 2,207,349 bytes/sec.
Done
Extracting files from ./data/pypi/pefile-2019.4.18.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 6,968 lines, 266,084 bytes in 0.080 seconds.
That's 87,014 lines/sec, or 3,322,775 bytes/sec.
Done
Extracting files from ./data/pypi/pycallgraph-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 2,197 lines, 64,968 bytes in 0.018 seconds.
That's 120,176 lines/sec, or 3,553,764 bytes/sec.
Done
Extracting files from ./data/pypi/scikit-plot-0.3.7.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 3,870 lines, 151,249 bytes in 0.022 seconds.
That's 177,768 lines/sec, or 6,947,588 bytes/sec.
Done
Extracting files from ./data/pypi/Sphinx-2.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 460 files, 85,543 lines, 3,366,314 bytes in 1.489 seconds.
That's 57,454 lines/sec, or 2,260,939 bytes/sec.
Done
Extracting files from ./data/pypi/djangocms-admin-style-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 121 lines, 3,822 bytes in 0.003 seconds.
That's 38,789 lines/sec, or 1,225,209 bytes/sec.
Done
Extracting files from ./data/pypi/django-pandas-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,654 lines, 58,664 bytes in 0.013 seconds.
That's 129,135 lines/sec, or 4,580,147 bytes/sec.
Done
Extracting files from ./data/pypi/ansible-tower-cli-3.3.8.tar.gz... Done
Trying to parse all python files ...
Checked 101 files, 18,558 lines, 779,794 bytes in 0.298 seconds.
That's 62,199 lines/sec, or 2,613,550 bytes/sec.
Done
Extracting files from ./data/pypi/xmlrunner-1.7.7.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 525 lines, 17,336 bytes in 0.004 seconds.
That's 127,845 lines/sec, or 4,221,578 bytes/sec.
Done
Extracting files from ./data/pypi/evergreen.py-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 3,772 lines, 124,792 bytes in 0.023 seconds.
That's 161,481 lines/sec, or 5,342,393 bytes/sec.
Done
Extracting files from ./data/pypi/td-client-1.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 10,085 lines, 326,482 bytes in 0.104 seconds.
That's 97,042 lines/sec, or 3,141,530 bytes/sec.
Done
Extracting files from ./data/pypi/grequests-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 219 lines, 6,581 bytes in 0.002 seconds.
That's 140,130 lines/sec, or 4,210,940 bytes/sec.
Done
Extracting files from ./data/pypi/mozterm-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 247 lines, 7,426 bytes in 0.002 seconds.
That's 101,221 lines/sec, or 3,043,176 bytes/sec.
Done
Extracting files from ./data/pypi/junit2html-022.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,301 lines, 39,467 bytes in 0.024 seconds.
That's 55,211 lines/sec, or 1,674,878 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-AddressBook-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 2,339 lines, 89,156 bytes in 0.022 seconds.
That's 105,448 lines/sec, or 4,019,384 bytes/sec.
Done
Extracting files from ./data/pypi/mysqlclient-1.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 4,644 lines, 153,970 bytes in 0.033 seconds.
That's 141,673 lines/sec, or 4,697,115 bytes/sec.
Done
Extracting files from ./data/pypi/nylas-4.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 3,867 lines, 123,401 bytes in 0.031 seconds.
That's 124,564 lines/sec, or 3,975,004 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-localserver-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 754 lines, 22,764 bytes in 0.005 seconds.
That's 148,398 lines/sec, or 4,480,275 bytes/sec.
Done
Extracting files from ./data/pypi/pysftp-0.2.9.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,599 lines, 54,068 bytes in 0.007 seconds.
That's 227,477 lines/sec, or 7,691,810 bytes/sec.
Done
Extracting files from ./data/pypi/django-otp-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 46 files, 3,307 lines, 112,611 bytes in 0.044 seconds.
That's 75,750 lines/sec, or 2,579,473 bytes/sec.
Done
Extracting files from ./data/pypi/hdfs3-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 5,244 lines, 177,852 bytes in 0.035 seconds.
That's 149,557 lines/sec, or 5,072,282 bytes/sec.
Done
Extracting files from ./data/pypi/avro-1.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 6,363 lines, 210,889 bytes in 0.037 seconds.
That's 173,802 lines/sec, or 5,760,326 bytes/sec.
Done
Extracting files from ./data/pypi/edx-ccx-keys-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 235 lines, 7,592 bytes in 0.002 seconds.
That's 123,640 lines/sec, or 3,994,375 bytes/sec.
Done
Extracting files from ./data/pypi/cssselect-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,935 lines, 64,621 bytes in 0.011 seconds.
That's 171,792 lines/sec, or 5,737,149 bytes/sec.
Done
Extracting files from ./data/pypi/pywsd-1.2.4.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,145 lines, 43,991 bytes in 0.010 seconds.
That's 111,315 lines/sec, or 4,276,745 bytes/sec.
Done
Extracting files from ./data/pypi/wrapt-1.11.2.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,824 lines, 65,947 bytes in 0.010 seconds.
That's 176,155 lines/sec, or 6,368,910 bytes/sec.
Done
Extracting files from ./data/pypi/humanfriendly-5.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 6,414 lines, 258,868 bytes in 0.058 seconds.
That's 109,946 lines/sec, or 4,437,388 bytes/sec.
Done
Extracting files from ./data/pypi/repoze.lru-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,566 lines, 53,852 bytes in 0.013 seconds.
That's 119,349 lines/sec, or 4,104,220 bytes/sec.
Done
Extracting files from ./data/pypi/svn-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 894 lines, 28,430 bytes in 0.007 seconds.
That's 120,783 lines/sec, or 3,841,007 bytes/sec.
Done
Extracting files from ./data/pypi/functools-0.5.tar.gz... Done
Trying to parse all python files ...
data/pypi/functools-0.5/functools.py:34:24: invalid syntax
Checked 3 files, 252 lines, 6,827 bytes in 0.002 seconds.
That's 109,044 lines/sec, or 2,954,144 bytes/sec.
Failed to parse data/pypi/functools-0.5
Extracting files from ./data/pypi/pip-lock-2.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 278 lines, 9,130 bytes in 0.003 seconds.
That's 98,059 lines/sec, or 3,220,418 bytes/sec.
Done
Extracting files from ./data/pypi/basictracer-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 794 lines, 26,472 bytes in 0.007 seconds.
That's 112,138 lines/sec, or 3,738,690 bytes/sec.
Done
Extracting files from ./data/pypi/AST-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 2,855 lines, 101,436 bytes in 0.037 seconds.
That's 78,109 lines/sec, or 2,775,155 bytes/sec.
Done
Extracting files from ./data/pypi/proto-google-cloud-spanner-v1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,279 lines, 152,681 bytes in 0.022 seconds.
That's 148,430 lines/sec, or 6,911,410 bytes/sec.
Done
Extracting files from ./data/pypi/commonmark-0.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 5,886 lines, 173,420 bytes in 0.059 seconds.
That's 99,532 lines/sec, or 2,932,519 bytes/sec.
Done
Extracting files from ./data/pypi/rdflib-jsonld-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,164 lines, 69,106 bytes in 0.017 seconds.
That's 124,886 lines/sec, or 3,988,161 bytes/sec.
Done
Extracting files from ./data/pypi/python-crontab-2.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 4,260 lines, 139,636 bytes in 0.073 seconds.
That's 58,208 lines/sec, or 1,907,963 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-spark-0.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 350 lines, 9,556 bytes in 0.004 seconds.
That's 99,688 lines/sec, or 2,721,769 bytes/sec.
Done
Extracting files from ./data/pypi/django-treebeard-4.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 7,356 lines, 262,266 bytes in 0.088 seconds.
That's 83,378 lines/sec, or 2,972,715 bytes/sec.
Done
Extracting files from ./data/pypi/sounddevice-0.3.14.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 4,608 lines, 161,358 bytes in 0.052 seconds.
That's 88,709 lines/sec, or 3,106,326 bytes/sec.
Done
Extracting files from ./data/pypi/oset-0.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 645 lines, 19,108 bytes in 0.005 seconds.
That's 126,240 lines/sec, or 3,739,840 bytes/sec.
Done
Extracting files from ./data/pypi/xvfbwrapper-0.2.9.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 304 lines, 10,022 bytes in 0.003 seconds.
That's 108,387 lines/sec, or 3,573,216 bytes/sec.
Done
Extracting files from ./data/pypi/pyros_genmsg-0.5.8.tar.gz...
Checked 7 files, 431 lines, 12,786 bytes in 0.003 seconds.
That's 123,581 lines/sec, or 3,666,145 bytes/sec.
Done
Extracting files from ./data/pypi/pyangbind-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 4,398 lines, 164,650 bytes in 0.037 seconds.
That's 118,314 lines/sec, or 4,429,371 bytes/sec.
Done
Extracting files from ./data/pypi/relativetimebuilder-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 750 lines, 42,735 bytes in 0.009 seconds.
That's 87,806 lines/sec, or 5,003,170 bytes/sec.
Done
Extracting files from ./data/pypi/p4python-2019.1.1858212.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 3,550 lines, 131,198 bytes in 0.050 seconds.
That's 71,609 lines/sec, or 2,646,463 bytes/sec.
Done
Extracting files from ./data/pypi/futures-3.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 2,425 lines, 86,137 bytes in 0.015 seconds.
That's 165,082 lines/sec, or 5,863,775 bytes/sec.
Done
Extracting files from ./data/pypi/flower-0.9.3.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 5,000 lines, 160,153 bytes in 0.061 seconds.
That's 81,724 lines/sec, or 2,617,658 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-lazy-fixture-0.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,154 lines, 33,589 bytes in 0.005 seconds.
That's 226,115 lines/sec, or 6,581,448 bytes/sec.
Done
Extracting files from ./data/pypi/json-rpc-1.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 33 files, 4,325 lines, 137,793 bytes in 0.036 seconds.
That's 119,510 lines/sec, or 3,807,560 bytes/sec.
Exception encountered in analyzing ./data/pypi/json-rpc-1.13.0.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/json-rpc-1.13.0
Extracting files from ./data/pypi/tika-1.23.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 1,706 lines, 65,407 bytes in 0.013 seconds.
That's 130,140 lines/sec, or 4,989,485 bytes/sec.
Done
Extracting files from ./data/pypi/control-0.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 92 files, 28,254 lines, 1,058,420 bytes in 0.512 seconds.
That's 55,227 lines/sec, or 2,068,853 bytes/sec.
Done
Extracting files from ./data/pypi/junit-xml-1.8.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 999 lines, 40,502 bytes in 0.010 seconds.
That's 100,098 lines/sec, or 4,058,235 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-custom_exit_code-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 90 lines, 2,876 bytes in 0.001 seconds.
That's 100,825 lines/sec, or 3,221,907 bytes/sec.
Done
Extracting files from ./data/pypi/rasa-nlu-0.15.1.tar.gz... Done
Trying to parse all python files ...
Checked 78 files, 12,999 lines, 465,166 bytes in 0.143 seconds.
That's 91,045 lines/sec, or 3,258,007 bytes/sec.
Done
Extracting files from ./data/pypi/prompt_toolkit-3.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 271 files, 46,542 lines, 1,465,550 bytes in 0.551 seconds.
That's 84,505 lines/sec, or 2,660,966 bytes/sec.
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/application/application.py ...
--- a
+++ b
@@ -880,7 +880,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Name(id="full_screen", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1143,7 +1143,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1176,7 +1176,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1192,7 +1192,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1212,7 +1212,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1390,7 +1390,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1455,7 +1455,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -1849,7 +1849,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -6155,7 +6155,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/application/current.py ...
--- a
+++ b
@@ -161,7 +161,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/buffer.py ...
--- a
+++ b
@@ -1420,7 +1420,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1441,7 +1441,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1462,7 +1462,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1483,7 +1483,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
Checked 15 files, 2,906 lines, 108,327 bytes in 0.022 seconds.
That's 130,203 lines/sec, or 4,853,561 bytes/sec.
Failed to parse data/pypi/crcmod-1.7
Extracting files from ./data/pypi/django-colorfield-0.1.15.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 70 lines, 2,255 bytes in 0.001 seconds.
That's 53,237 lines/sec, or 1,714,987 bytes/sec.
Done
Extracting files from ./data/pypi/django-jet-1.0.8.tar.gz... Done
Trying to parse all python files ...
Checked 55 files, 4,926 lines, 168,350 bytes in 0.049 seconds.
That's 99,667 lines/sec, or 3,406,212 bytes/sec.
Done
Extracting files from ./data/pypi/Willow-1.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,205 lines, 36,717 bytes in 0.008 seconds.
That's 146,006 lines/sec, or 4,448,875 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-batch-4.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,841 lines, 126,835 bytes in 0.023 seconds.
That's 121,730 lines/sec, or 5,434,569 bytes/sec.
Done
Extracting files from ./data/pypi/cookies-2.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 3,661 lines, 145,531 bytes in 0.028 seconds.
That's 131,160 lines/sec, or 5,213,852 bytes/sec.
Done
Extracting files from ./data/pypi/gsutil-4.47.tar.gz... Done
Trying to parse all python files ...
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/db/test_lists.py:93:15: invalid syntax
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/db/test_query.py:151:15: invalid syntax
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/devpay/test_s3.py:41:11: invalid syntax
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/fps/test.py:14:11: invalid syntax
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/integration/gs/util.py:78:31: invalid syntax
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/integration/rds/test_db_subnet_group.py:35:15: invalid syntax
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/integration/rds/test_promote_modify.py:38:15: invalid syntax
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/mturk/cleanup_tests.py:21:1: Tokenizer returned error token
data/pypi/gsutil-4.47/gslib/vendored/boto/tests/mturk/create_hit_with_qualifications.py:13:11: invalid syntax
Checked 940 files, 258,075 lines, 10,418,306 bytes in 3.361 seconds.
That's 76,793 lines/sec, or 3,100,082 bytes/sec.
Failed to parse data/pypi/gsutil-4.47
Extracting files from ./data/pypi/openpyxl-3.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 187 files, 28,316 lines, 819,074 bytes in 0.189 seconds.
That's 150,086 lines/sec, or 4,341,411 bytes/sec.
Done
Extracting files from ./data/pypi/pysqlite-2.8.3.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 4,504 lines, 153,719 bytes in 0.024 seconds.
That's 184,839 lines/sec, or 6,308,467 bytes/sec.
Exception encountered in analyzing ./data/pypi/pysqlite-2.8.3.tar.gz:
'utf-8' codec can't decode byte 0xe4 in position 113: invalid continuation byte
Failed to parse data/pypi/pysqlite-2.8.3
Extracting files from ./data/pypi/librato-metrics-3.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,820 lines, 67,336 bytes in 0.014 seconds.
That's 128,115 lines/sec, or 4,739,992 bytes/sec.
Done
Extracting files from ./data/pypi/jupyter_core-4.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 7,124 lines, 252,999 bytes in 0.022 seconds.
That's 330,259 lines/sec, or 11,728,706 bytes/sec.
Done
Extracting files from ./data/pypi/tendo-0.2.15.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,403 lines, 48,968 bytes in 0.011 seconds.
That's 131,464 lines/sec, or 4,588,416 bytes/sec.
Done
Extracting files from ./data/pypi/PyAthenaJDBC-2.0.5.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,219 lines, 37,274 bytes in 0.010 seconds.
That's 125,340 lines/sec, or 3,832,577 bytes/sec.
Done
Extracting files from ./data/pypi/pmdarima-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 114 files, 13,960 lines, 494,264 bytes in 0.135 seconds.
That's 103,302 lines/sec, or 3,657,488 bytes/sec.
Done
Extracting files from ./data/pypi/unidiff-0.5.5.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 675 lines, 24,120 bytes in 0.005 seconds.
That's 138,186 lines/sec, or 4,937,847 bytes/sec.
Done
Extracting files from ./data/pypi/django-imagekit-4.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 3,573 lines, 120,183 bytes in 0.028 seconds.
That's 129,780 lines/sec, or 4,365,347 bytes/sec.
Done
Extracting files from ./data/pypi/Fiona-1.8.13.tar.gz... Done
Trying to parse all python files ...
Checked 93 files, 10,368 lines, 336,192 bytes in 0.111 seconds.
That's 93,671 lines/sec, or 3,037,380 bytes/sec.
Done
Extracting files from ./data/pypi/osc-lib-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 50 files, 9,349 lines, 324,843 bytes in 0.102 seconds.
That's 91,710 lines/sec, or 3,186,583 bytes/sec.
Done
Extracting files from ./data/pypi/django-slack-5.14.3.tar.gz... Done
Trying to parse all python files ...
Checked 18 files, 1,153 lines, 32,572 bytes in 0.007 seconds.
That's 158,040 lines/sec, or 4,464,604 bytes/sec.
Done
Extracting files from ./data/pypi/dist-keras-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,111 lines, 121,087 bytes in 0.019 seconds.
That's 163,233 lines/sec, or 6,353,370 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-datafiles-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 146 lines, 4,449 bytes in 0.001 seconds.
That's 117,021 lines/sec, or 3,565,920 bytes/sec.
Done
Extracting files from ./data/pypi/pep257-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 1,647 lines, 60,993 bytes in 0.034 seconds.
That's 48,682 lines/sec, or 1,802,816 bytes/sec.
Done
Extracting files from ./data/pypi/docxtpl-0.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 823 lines, 30,412 bytes in 0.007 seconds.
That's 111,597 lines/sec, or 4,123,793 bytes/sec.
Done
Extracting files from ./data/pypi/avro-python3-1.9.1.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 4,400 lines, 134,430 bytes in 0.027 seconds.
That's 163,508 lines/sec, or 4,995,528 bytes/sec.
Done
Extracting files from ./data/pypi/JsonForm-0.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 191 lines, 5,654 bytes in 0.002 seconds.
That's 81,997 lines/sec, or 2,427,287 bytes/sec.
Done
Extracting files from ./data/pypi/pyClamd-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 1,199 lines, 37,812 bytes in 0.007 seconds.
That's 183,145 lines/sec, or 5,775,703 bytes/sec.
Done
Extracting files from ./data/pypi/logilab-common-1.5.2.tar.gz... [Errno 13] Permission denied: 'data/pypi/logilab-common-1.5.2/test/data/write_protected_file.txt'
Extracting files from ./data/pypi/face_recognition_models-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 70 lines, 2,125 bytes in 0.001 seconds.
That's 80,638 lines/sec, or 2,447,925 bytes/sec.
Done
Extracting files from ./data/pypi/ipfshttpclient-0.4.12.tar.gz... Done
Trying to parse all python files ...
Checked 48 files, 7,969 lines, 237,753 bytes in 0.042 seconds.
That's 189,840 lines/sec, or 5,663,833 bytes/sec.
Done
Extracting files from ./data/pypi/intervals-0.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,871 lines, 54,565 bytes in 0.015 seconds.
That's 121,093 lines/sec, or 3,531,497 bytes/sec.
Done
Extracting files from ./data/pypi/categorical-distance-1.9.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 79 lines, 2,784 bytes in 0.001 seconds.
That's 65,783 lines/sec, or 2,318,234 bytes/sec.
Done
Extracting files from ./data/pypi/simplecosine-1.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 114 lines, 3,391 bytes in 0.001 seconds.
That's 79,945 lines/sec, or 2,378,011 bytes/sec.
Done
Extracting files from ./data/pypi/identify-1.4.11.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 7,255 lines, 349,928 bytes in 0.009 seconds.
Checked 39 files, 6,128 lines, 207,536 bytes in 0.039 seconds.
That's 157,573 lines/sec, or 5,336,503 bytes/sec.
Done
Extracting files from ./data/pypi/user-agents-2.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 573 lines, 24,233 bytes in 0.005 seconds.
That's 107,335 lines/sec, or 4,539,349 bytes/sec.
Done
Extracting files from ./data/pypi/nameko-2.12.0.tar.gz... Done
Trying to parse all python files ...
Checked 122 files, 21,843 lines, 665,123 bytes in 0.138 seconds.
That's 158,408 lines/sec, or 4,823,540 bytes/sec.
Done
Extracting files from ./data/pypi/centrosome-1.1.6.tar.gz... Done
Trying to parse all python files ...
Checked 22 files, 9,934 lines, 381,956 bytes in 0.120 seconds.
That's 82,670 lines/sec, or 3,178,593 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-FinderSync-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 817 lines, 25,307 bytes in 0.006 seconds.
That's 127,783 lines/sec, or 3,958,133 bytes/sec.
Done
Extracting files from ./data/pypi/pathspec-0.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 2,058 lines, 56,895 bytes in 0.011 seconds.
That's 182,523 lines/sec, or 5,045,989 bytes/sec.
Done
Extracting files from ./data/pypi/aiogithubapi-0.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 804 lines, 26,294 bytes in 0.007 seconds.
That's 111,941 lines/sec, or 3,660,914 bytes/sec.
Done
Extracting files from ./data/pypi/memory_profiler-0.57.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,635 lines, 87,425 bytes in 0.023 seconds.
That's 114,813 lines/sec, or 3,809,300 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.confluence-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 266 lines, 11,138 bytes in 0.002 seconds.
That's 113,245 lines/sec, or 4,741,794 bytes/sec.
Done
Extracting files from ./data/pypi/PyMeta3-0.5.1.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 4,077 lines, 139,426 bytes in 0.031 seconds.
That's 131,907 lines/sec, or 4,510,985 bytes/sec.
Done
Extracting files from ./data/pypi/ffmpeg-1.4.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 655 lines, 18,443 bytes in 0.005 seconds.
That's 120,642 lines/sec, or 3,396,959 bytes/sec.
Done
Extracting files from ./data/pypi/spark-sklearn-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 1,941 lines, 84,508 bytes in 0.011 seconds.
That's 173,878 lines/sec, or 7,570,369 bytes/sec.
Done
Extracting files from ./data/pypi/asset-0.6.13.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,578 lines, 60,421 bytes in 0.013 seconds.
That's 124,661 lines/sec, or 4,773,210 bytes/sec.
Done
Extracting files from ./data/pypi/mox3-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 5,058 lines, 170,793 bytes in 0.060 seconds.
That's 83,659 lines/sec, or 2,824,899 bytes/sec.
Done
Extracting files from ./data/pypi/google-cloud-webrisk-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 2,729 lines, 100,127 bytes in 0.013 seconds.
That's 212,598 lines/sec, or 7,800,206 bytes/sec.
Done
Extracting files from ./data/pypi/tribool-0.7.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 285 lines, 8,539 bytes in 0.002 seconds.
That's 122,779 lines/sec, or 3,678,632 bytes/sec.
Done
Extracting files from ./data/pypi/python-gitlab-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 11,869 lines, 399,073 bytes in 0.105 seconds.
That's 113,225 lines/sec, or 3,806,979 bytes/sec.
Done
Extracting files from ./data/pypi/envparse-0.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 292 lines, 9,625 bytes in 0.003 seconds.
That's 116,276 lines/sec, or 3,832,733 bytes/sec.
Done
Extracting files from ./data/pypi/Rx-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 221 files, 17,936 lines, 584,649 bytes in 0.152 seconds.
That's 117,880 lines/sec, or 3,842,477 bytes/sec.
Diffing ASTs for data/pypi/Rx-3.0.1/rx/core/observer/scheduledobserver.py ...
--- a
+++ b
@@ -150,7 +150,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Rx-3.0.1/rx/disposable/serialdisposable.py ...
--- a
+++ b
@@ -49,7 +49,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Rx-3.0.1/rx/internal/priorityqueue.py ...
--- a
+++ b
@@ -74,7 +74,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/catchscheduler.py ...
--- a
+++ b
@@ -111,7 +111,7 @@
ctx=Load(),
),
value=Name(id="scheduler", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -136,7 +136,7 @@
ctx=Load(),
),
value=Name(id="handler", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -156,7 +156,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -172,7 +172,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/currentthreadscheduler.py ...
--- a
+++ b
@@ -266,7 +266,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/eventloop/asyncioscheduler.py ...
--- a
+++ b
@@ -103,7 +103,7 @@
ctx=Load(),
),
value=Name(id="loop", ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/eventloopscheduler.py ...
--- a
+++ b
@@ -162,7 +162,7 @@
Name(id="default_thread_factory", ctx=Load()),
],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -182,7 +182,7 @@
ctx=Load(),
),
That's 104,502 lines/sec, or 3,064,425 bytes/sec.
Done
Extracting files from ./data/pypi/nose-exclude-0.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 509 lines, 16,084 bytes in 0.005 seconds.
That's 97,435 lines/sec, or 3,078,873 bytes/sec.
Done
Extracting files from ./data/pypi/PyAudio-0.2.11.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 2,883 lines, 96,273 bytes in 0.015 seconds.
That's 198,822 lines/sec, or 6,639,343 bytes/sec.
Done
Extracting files from ./data/pypi/PyYAML-5.3.tar.gz... Done
Trying to parse all python files ...
data/pypi/PyYAML-5.3/lib/yaml/constructor.py:159:29: invalid syntax
data/pypi/PyYAML-5.3/lib/yaml/reader.py:163:42: invalid syntax
data/pypi/PyYAML-5.3/lib/yaml/resolver.py:172:22: invalid syntax
data/pypi/PyYAML-5.3/lib/yaml/scanner.py:1421:34: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_appliance.py:70:21: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_canonical.py:10:19: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_constructor.py:13:10: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_emitter.py:21:15: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_errors.py:7:26: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_input_output.py:27:19: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_mark.py:20:19: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_reader.py:10:35: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_recursive.py:26:10: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_representer.py:24:27: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_resolver.py:17:19: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_structure.py:51:19: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_tokens.py:54:19: invalid syntax
data/pypi/PyYAML-5.3/tests/lib/test_yaml_ext.py:120:15: invalid syntax
Checked 79 files, 16,996 lines, 614,820 bytes in 0.161 seconds.
That's 105,391 lines/sec, or 3,812,457 bytes/sec.
Failed to parse data/pypi/PyYAML-5.3
Extracting files from ./data/pypi/tabula-py-2.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 1,669 lines, 57,962 bytes in 0.012 seconds.
That's 138,697 lines/sec, or 4,816,735 bytes/sec.
Done
Extracting files from ./data/pypi/ara-1.3.2.tar.gz... Done
Trying to parse all python files ...
Checked 68 files, 6,503 lines, 244,183 bytes in 0.072 seconds.
That's 90,330 lines/sec, or 3,391,834 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-repeat-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 360 lines, 13,863 bytes in 0.002 seconds.
That's 163,468 lines/sec, or 6,294,862 bytes/sec.
Done
Extracting files from ./data/pypi/localstack-client-0.18.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 181 lines, 6,643 bytes in 0.002 seconds.
That's 99,668 lines/sec, or 3,657,971 bytes/sec.
Done
Extracting files from ./data/pypi/web3-5.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 159 files, 24,136 lines, 811,231 bytes in 0.236 seconds.
That's 102,252 lines/sec, or 3,436,783 bytes/sec.
Diffing ASTs for data/pypi/web3-5.5.0/web3/datastructures.py ...
--- a
+++ b
@@ -964,7 +964,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
For(
target=Name(id="element", ctx=Store()),
Diffing ASTs for data/pypi/web3-5.5.0/web3/manager.py ...
--- a
+++ b
@@ -261,7 +261,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
If(
test=Compare(
@@ -298,7 +298,7 @@
args=[Name(id="middlewares", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
If(
test=Compare(
Diffing ASTs for data/pypi/web3-5.5.0/web3/providers/websocket.py ...
--- a
+++ b
@@ -270,7 +270,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Failed to parse data/pypi/web3-5.5.0
Extracting files from ./data/pypi/codecov-2.0.15.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 835 lines, 35,508 bytes in 0.008 seconds.
That's 106,306 lines/sec, or 4,520,605 bytes/sec.
Done
Extracting files from ./data/pypi/googlemaps-4.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 4,280 lines, 157,450 bytes in 0.024 seconds.
That's 179,883 lines/sec, or 6,617,431 bytes/sec.
Done
Extracting files from ./data/pypi/edx-lint-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 41 files, 2,901 lines, 92,329 bytes in 0.035 seconds.
That's 82,270 lines/sec, or 2,618,363 bytes/sec.
Done
Extracting files from ./data/pypi/aerospike-3.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 3,457 lines, 129,415 bytes in 0.011 seconds.
That's 320,641 lines/sec, or 12,003,402 bytes/sec.
Done
Extracting files from ./data/pypi/leather-0.3.3.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 2,776 lines, 79,584 bytes in 0.019 seconds.
That's 145,093 lines/sec, or 4,159,599 bytes/sec.
Done
Extracting files from ./data/pypi/pyobjc-framework-Collaboration-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 801 lines, 24,646 bytes in 0.008 seconds.
That's 98,218 lines/sec, or 3,022,067 bytes/sec.
Done
Extracting files from ./data/pypi/async-timeout-3.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 468 lines, 12,668 bytes in 0.006 seconds.
That's 72,217 lines/sec, or 1,954,801 bytes/sec.
Done
Extracting files from ./data/pypi/fixture-1.5.11.tar.gz... Done
Trying to parse all python files ...
Checked 56 files, 8,640 lines, 287,495 bytes in 0.094 seconds.
That's 91,589 lines/sec, or 3,047,609 bytes/sec.
Diffing ASTs for data/pypi/fixture-1.5.11/fixture/test/test_io.py ...
--- a
+++ b
@@ -37,7 +37,9 @@
),
Assign(
targets=[Name(id="french", ctx=Store())],
- value=Constant(value="tu pense qu'on peut m'utiliser comme ça?", kind=None),
+ value=Constant(
+ value="tu pense qu'on peut m'utiliser comme ça?", kind=None
+ ),
type_comment=None,
),
FunctionDef(
Failed to parse data/pypi/fixture-1.5.11
Extracting files from ./data/pypi/xdis-4.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 85 files, 10,906 lines, 365,682 bytes in 0.104 seconds.
That's 104,384 lines/sec, or 3,500,034 bytes/sec.
Exception encountered in analyzing ./data/pypi/xdis-4.2.2.tar.gz:
'utf-8' codec can't decode byte 0x80 in position 240: invalid start byte
Failed to parse data/pypi/xdis-4.2.2
Extracting files from ./data/pypi/dask-2.10.1.tar.gz... Done
Trying to parse all python files ...
Checked 206 files, 100,745 lines, 3,160,971 bytes in 2.296 seconds.
That's 43,882 lines/sec, or 1,376,836 bytes/sec.
Done
Extracting files from ./data/pypi/config-0.4.2.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,340 lines, 76,799 bytes in 0.015 seconds.
That's 155,944 lines/sec, or 5,118,108 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-storage-2.4.3.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 6,144 lines, 295,671 bytes in 0.051 seconds.
That's 120,879 lines/sec, or 5,817,119 bytes/sec.
Done
Extracting files from ./data/pypi/tornado-aws-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 1,274 lines, 45,952 bytes in 0.008 seconds.
That's 792,563 lines/sec, or 38,227,442 bytes/sec.
Done
Extracting files from ./data/pypi/libtmux-0.8.2.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,191 lines, 86,276 bytes in 0.025 seconds.
That's 129,344 lines/sec, or 3,497,118 bytes/sec.
Done
Extracting files from ./data/pypi/libusb1-1.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 6,633 lines, 243,045 bytes in 0.035 seconds.
That's 186,938 lines/sec, or 6,849,733 bytes/sec.
Done
Extracting files from ./data/pypi/gapic-google-cloud-error-reporting-v1beta1-0.15.3.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 988 lines, 43,635 bytes in 0.005 seconds.
That's 212,337 lines/sec, or 9,377,867 bytes/sec.
Done
Extracting files from ./data/pypi/graphene-django-2.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 65 files, 8,055 lines, 236,979 bytes in 0.055 seconds.
That's 145,514 lines/sec, or 4,281,053 bytes/sec.
Done
Extracting files from ./data/pypi/django-sendfile-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 436 lines, 14,669 bytes in 0.005 seconds.
That's 93,022 lines/sec, or 3,129,673 bytes/sec.
Done
Extracting files from ./data/pypi/accumulation_tree-0.6.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 963 lines, 35,601 bytes in 0.006 seconds.
That's 153,322 lines/sec, or 5,668,138 bytes/sec.
Done
Extracting files from ./data/pypi/graphene-2.1.8.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 4,650 lines, 146,677 bytes in 0.033 seconds.
That's 138,935 lines/sec, or 4,382,478 bytes/sec.
Done
Extracting files from ./data/pypi/gensim-3.8.1.tar.gz... Done
Trying to parse all python files ...
Checked 177 files, 71,108 lines, 2,829,990 bytes in 0.953 seconds.
That's 74,611 lines/sec, or 2,969,407 bytes/sec.
Done
Extracting files from ./data/pypi/pysendfile-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 936 lines, 29,324 bytes in 0.007 seconds.
That's 129,085 lines/sec, or 4,044,118 bytes/sec.
Done
Extracting files from ./data/pypi/django-taggit-serializer-0.1.7.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 180 lines, 5,451 bytes in 0.002 seconds.
That's 96,841 lines/sec, or 2,932,677 bytes/sec.
Done
Extracting files from ./data/pypi/azure-devops-6.0.0b2.tar.gz... Done
Trying to parse all python files ...
Checked 403 files, 194,680 lines, 9,216,459 bytes in 3.351 seconds.
That's 58,104 lines/sec, or 2,750,718 bytes/sec.
Exception encountered in analyzing ./data/pypi/azure-devops-6.0.0b2.tar.gz:
invalid character in identifier (<unknown>, line 1)
Failed to parse data/pypi/azure-devops-6.0.0b2
Extracting files from ./data/pypi/base64io-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 1,060 lines, 36,403 bytes in 0.008 seconds.
That's 138,806 lines/sec, or 4,766,945 bytes/sec.
Done
Extracting files from ./data/pypi/flask-redis-0.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 254 lines, 7,668 bytes in 0.003 seconds.
That's 87,908 lines/sec, or 2,653,843 bytes/sec.
Done
Extracting files from ./data/pypi/queuelib-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 994 lines, 29,503 bytes in 0.011 seconds.
That's 91,244 lines/sec, or 2,708,232 bytes/sec.
Done
Extracting files from ./data/pypi/tox-3.14.3.tar.gz... Done
Trying to parse all python files ...
Checked 94 files, 15,345 lines, 499,460 bytes in 0.119 seconds.
That's 128,483 lines/sec, or 4,181,962 bytes/sec.
Done
Extracting files from ./data/pypi/kafka-utils-2.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 77 files, 13,080 lines, 479,191 bytes in 0.110 seconds.
That's 119,330 lines/sec, or 4,371,712 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.service-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 28 files, 6,270 lines, 228,165 bytes in 0.070 seconds.
That's 89,251 lines/sec, or 3,247,822 bytes/sec.
Done
Extracting files from ./data/pypi/pycparser-2.19.tar.gz... Done
Trying to parse all python files ...
Checked 35 files, 14,689 lines, 682,246 bytes in 0.269 seconds.
That's 54,656 lines/sec, or 2,538,547 bytes/sec.
Done
Extracting files from ./data/pypi/grpcio-reflection-1.27.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 832 lines, 35,667 bytes in 0.006 seconds.
That's 149,835 lines/sec, or 6,423,282 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.reports-1.31.1.tar.gz... Done
Trying to parse all python files ...
Checked 37 files, 3,561 lines, 125,643 bytes in 0.020 seconds.
That's 176,529 lines/sec, or 6,228,474 bytes/sec.
Done
Extracting files from ./data/pypi/dbt-snowflake-0.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 420 lines, 14,414 bytes in 0.004 seconds.
That's 108,081 lines/sec, or 3,709,227 bytes/sec.
Done
Extracting files from ./data/pypi/azure-cli-interactive-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 423 lines, 12,862 bytes in 0.004 seconds.
That's 102,852 lines/sec, or 3,127,370 bytes/sec.
Done
Extracting files from ./data/pypi/ipaddr-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 3,199 lines, 119,711 bytes in 0.026 seconds.
That's 121,224 lines/sec, or 4,536,377 bytes/sec.
Done
Extracting files from ./data/pypi/bz2file-0.98.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,265 lines, 48,091 bytes in 0.011 seconds.
That's 110,122 lines/sec, or 4,186,469 bytes/sec.
Done
Extracting files from ./data/pypi/branca-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 3,468 lines, 123,789 bytes in 0.019 seconds.
That's 182,980 lines/sec, or 6,531,420 bytes/sec.
Done
Extracting files from ./data/pypi/ibm-cos-sdk-core-2.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 155 files, 58,629 lines, 2,306,965 bytes in 0.890 seconds.
That's 65,862 lines/sec, or 2,591,562 bytes/sec.
Done
Extracting files from ./data/pypi/pylibftdi-0.18.1.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 2,236 lines, 69,811 bytes in 0.016 seconds.
That's 138,513 lines/sec, or 4,324,578 bytes/sec.
Done
Extracting files from ./data/pypi/gin-config-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,389 lines, 126,014 bytes in 0.035 seconds.
That's 96,360 lines/sec, or 3,582,965 bytes/sec.
Done
Extracting files from ./data/pypi/pytricia-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 58 lines, 2,333 bytes in 0.001 seconds.
That's 91,010 lines/sec, or 3,660,797 bytes/sec.
Done
Extracting files from ./data/pypi/scout_apm-2.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 4,681 lines, 145,309 bytes in 0.035 seconds.
That's 132,148 lines/sec, or 4,102,187 bytes/sec.
Done
Extracting files from ./data/pypi/uproot-3.11.2.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 15,566 lines, 815,608 bytes in 0.268 seconds.
That's 57,995 lines/sec, or 3,038,776 bytes/sec.
Done
Extracting files from ./data/pypi/kiwisolver-1.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 74 lines, 2,331 bytes in 0.001 seconds.
That's 84,757 lines/sec, or 2,669,831 bytes/sec.
Done
Extracting files from ./data/pypi/PyPrind-2.11.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 711 lines, 21,793 bytes in 0.006 seconds.
That's 125,744 lines/sec, or 3,854,211 bytes/sec.
Done
Extracting files from ./data/pypi/azure-kusto-data-0.0.43.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 1,365 lines, 56,227 bytes in 0.013 seconds.
That's 105,400 lines/sec, or 4,341,632 bytes/sec.
Done
Extracting files from ./data/pypi/tornado-6.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 91 files, 42,385 lines, 1,532,398 bytes in 0.564 seconds.
That's 75,134 lines/sec, or 2,716,396 bytes/sec.
Done
Extracting files from ./data/pypi/aiormq-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,920 lines, 56,915 bytes in 0.013 seconds.
That's 152,958 lines/sec, or 4,534,157 bytes/sec.Done
Trying to parse all python files ...
Checked 20 files, 2,049 lines, 71,267 bytes in 0.048 seconds.
That's 42,652 lines/sec, or 1,483,503 bytes/sec.
Done
Extracting files from ./data/pypi/djangorestframework-filters-0.11.1.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 526 lines, 18,039 bytes in 0.007 seconds.
That's 77,930 lines/sec, or 2,672,591 bytes/sec.
Done
Extracting files from ./data/pypi/social-auth-core-3.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 296 files, 21,241 lines, 738,586 bytes in 0.204 seconds.
That's 104,350 lines/sec, or 3,628,445 bytes/sec.
Done
Extracting files from ./data/pypi/np_utils-0.5.12.1.tar.gz... Done
Trying to parse all python files ...
Checked 26 files, 5,683 lines, 215,243 bytes in 0.088 seconds.
That's 64,748 lines/sec, or 2,452,327 bytes/sec.
Done
Extracting files from ./data/pypi/alabaster-0.7.12.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 164 lines, 6,437 bytes in 0.002 seconds.
That's 90,736 lines/sec, or 3,561,369 bytes/sec.
Done
Extracting files from ./data/pypi/bayesian-optimization-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 898 lines, 25,928 bytes in 0.007 seconds.
That's 135,227 lines/sec, or 3,904,424 bytes/sec.
Done
Extracting files from ./data/pypi/pytd-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 3,004 lines, 96,458 bytes in 0.015 seconds.
That's 194,227 lines/sec, or 6,236,595 bytes/sec.
Done
Extracting files from ./data/pypi/faulthandler-3.2.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,249 lines, 42,136 bytes in 0.006 seconds.
That's 202,313 lines/sec, or 6,825,179 bytes/sec.
Done
Extracting files from ./data/pypi/pyppeteer-0.0.25.tar.gz... Done
Trying to parse all python files ...
Checked 53 files, 14,263 lines, 522,765 bytes in 0.173 seconds.
That's 82,238 lines/sec, or 3,014,184 bytes/sec.
Diffing ASTs for data/pypi/pyppeteer-0.0.25/pyppeteer/browser.py ...
--- a
+++ b
@@ -226,7 +226,7 @@
),
annotation=Name(id="List", ctx=Load()),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -362,7 +362,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
For(
target=Name(id="contextId", ctx=Store()),
@@ -418,7 +418,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/pyppeteer-0.0.25/pyppeteer/connection.py ...
--- a
+++ b
@@ -188,7 +188,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -238,7 +238,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -248,7 +248,7 @@
),
annotation=Name(id="CDPSession", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -362,7 +362,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -1034,7 +1034,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1044,7 +1044,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Name(id="method", ctx=Load()),
- simple=0,
+ simple=1,
),
Return(value=Name(id="callback", ctx=Load())),
],
@@ -2100,7 +2100,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2114,7 +2114,7 @@
ctx=Load(),
),
value=Name(id="connection", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -2160,7 +2160,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -2380,7 +2380,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2390,7 +2390,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Name(id="method", ctx=Load()),
- simple=0,
+ simple=1,
),
Try(
body=[
Diffing ASTs for data/pypi/pyppeteer-0.0.25/pyppeteer/coverage.py ...
--- a
+++ b
@@ -384,7 +384,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -396,7 +396,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -408,7 +408,7 @@
value=Call(
func=Name(id="list", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),Done
Trying to parse all python files ...
Checked 18 files, 3,255 lines, 130,269 bytes in 0.025 seconds.
That's 131,936 lines/sec, or 5,280,231 bytes/sec.
Done
Extracting files from ./data/pypi/twitter.common.process-0.3.11.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 790 lines, 23,760 bytes in 0.006 seconds.
That's 128,410 lines/sec, or 3,862,063 bytes/sec.
Done
Extracting files from ./data/pypi/gTTS-2.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,825 lines, 56,376 bytes in 0.026 seconds.
That's 70,158 lines/sec, or 2,167,252 bytes/sec.
Done
Extracting files from ./data/pypi/m3-cdecimal-2.3.tar.gz... Done
Trying to parse all python files ...
data/pypi/m3-cdecimal-2.3/python/ctx-deccheck2.py:886:37: invalid syntax
data/pypi/m3-cdecimal-2.3/python/deccheck2.py:1176:29: invalid syntax
data/pypi/m3-cdecimal-2.3/python/test_cdecimal2.py:596:22: invalid syntax
Checked 14 files, 17,829 lines, 630,066 bytes in 0.141 seconds.
That's 126,251 lines/sec, or 4,461,649 bytes/sec.
Failed to parse data/pypi/m3-cdecimal-2.3
Extracting files from ./data/pypi/dbt-0.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 32 files, 8,966 lines, 335,322 bytes in 0.093 seconds.
That's 96,496 lines/sec, or 3,608,891 bytes/sec.
Done
Extracting files from ./data/pypi/unittest-xml-reporting-2.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 1,311 lines, 44,700 bytes in 0.010 seconds.
That's 128,173 lines/sec, or 4,370,187 bytes/sec.
Done
Extracting files from ./data/pypi/PyQt5_sip-12.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 45 lines, 1,618 bytes in 0.001 seconds.
That's 64,484 lines/sec, or 2,318,546 bytes/sec.
Done
Extracting files from ./data/pypi/azure-kusto-ingest-0.0.43.tar.gz... Done
Trying to parse all python files ...
Checked 13 files, 969 lines, 36,547 bytes in 0.012 seconds.
That's 82,708 lines/sec, or 3,119,439 bytes/sec.
Done
Extracting files from ./data/pypi/django-encrypted-filefield-0.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 324 lines, 9,141 bytes in 0.003 seconds.
That's 98,948 lines/sec, or 2,791,622 bytes/sec.
Done
Extracting files from ./data/pypi/Geohash-1.0.tar.gz... Done
Trying to parse all python files ...
data/pypi/Geohash-1.0/test/testgeohash.py:10:11: invalid syntax
Checked 4 files, 186 lines, 7,114 bytes in 0.003 seconds.
That's 59,043 lines/sec, or 2,258,252 bytes/sec.
Failed to parse data/pypi/Geohash-1.0
Extracting files from ./data/pypi/atlassian-jwt-auth-5.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 60 files, 3,197 lines, 115,577 bytes in 0.028 seconds.
That's 116,060 lines/sec, or 4,195,756 bytes/sec.
Done
Extracting files from ./data/pypi/django-solo-1.1.3.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 378 lines, 13,084 bytes in 0.005 seconds.
That's 79,535 lines/sec, or 2,752,999 bytes/sec.
Done
Extracting files from ./data/pypi/bok_choy-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 12 files, 3,372 lines, 111,432 bytes in 0.015 seconds.
That's 220,815 lines/sec, or 7,297,107 bytes/sec.
Done
Extracting files from ./data/pypi/rfc6266-0.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 579 lines, 19,245 bytes in 0.004 seconds.
That's 150,325 lines/sec, or 4,996,557 bytes/sec.
Done
Extracting files from ./data/pypi/ipdb-0.12.3.tar.gz... Done
Trying to parse all python files ...
Checked 7 files, 351 lines, 9,950 bytes in 0.003 seconds.
That's 113,983 lines/sec, or 3,231,134 bytes/sec.
Done
Extracting files from ./data/pypi/pyperclip-1.7.0.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 1,160 lines, 39,328 bytes in 0.007 seconds.
That's 157,171 lines/sec, or 5,328,647 bytes/sec.
Done
Extracting files from ./data/pypi/scrapyd-1.2.1.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 1,657 lines, 55,964 bytes in 0.015 seconds.
That's 109,692 lines/sec, or 3,704,762 bytes/sec.
Done
Extracting files from ./data/pypi/mypy-0.761.tar.gz... Done
Trying to parse all python files ...
Checked 302 files, 106,005 lines, 4,323,780 bytes in 2.219 seconds.
That's 47,764 lines/sec, or 1,948,227 bytes/sec.
Done
Extracting files from ./data/pypi/redlock-py-1.0.8.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 368 lines, 12,423 bytes in 0.003 seconds.
That's 109,889 lines/sec, or 3,709,657 bytes/sec.
Done
Extracting files from ./data/pypi/python-openid-2.2.5.tar.gz... Done
Trying to parse all python files ...
Checked 103 files, 26,879 lines, 942,174 bytes in 0.092 seconds.
That's 292,845 lines/sec, or 10,264,909 bytes/sec.
Done
Extracting files from ./data/pypi/zeroconf-0.24.4.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 4,044 lines, 148,097 bytes in 0.051 seconds.
That's 79,646 lines/sec, or 2,916,755 bytes/sec.
Done
Extracting files from ./data/pypi/odfpy-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 98 files, 26,296 lines, 876,301 bytes in 0.302 seconds.
That's 86,970 lines/sec, or 2,898,222 bytes/sec.
Done
Extracting files from ./data/pypi/paho-mqtt-1.5.0.tar.gz... Done
Trying to parse all python files ...
Checked 31 files, 6,488 lines, 245,348 bytes in 0.075 seconds.
That's 86,053 lines/sec, or 3,254,163 bytes/sec.
Done
Extracting files from ./data/pypi/edx-proctoring-2.2.6.tar.gz... Done
Trying to parse all python files ...
Checked 64 files, 17,661 lines, 653,544 bytes in 0.152 seconds.
That's 116,489 lines/sec, or 4,310,681 bytes/sec.
Done
Extracting files from ./data/pypi/graphene_file_upload-1.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 10 files, 367 lines, 10,347 bytes in 0.003 seconds.
That's 104,986 lines/sec, or 2,959,928 bytes/sec.
Done
Extracting files from ./data/pypi/snowflake-connector-python-2.2.0.tar.gz... Done
Trying to parse all python files ...
Checked 62 files, 16,050 lines, 582,408 bytes in 0.144 seconds.
That's 111,673 lines/sec, or 4,052,281 bytes/sec.
Done
Extracting files from ./data/pypi/python-stdnum-1.13.tar.gz... Done
Trying to parse all python files ...
Checked 272 files, 21,564 lines, 729,605 bytes in 0.145 seconds.
That's 148,973 lines/sec, or 5,040,420 bytes/sec.
Done
Extracting files from ./data/pypi/Hypercorn-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 58 files, 6,419 lines, 222,382 bytes in 0.060 seconds.
That's 106,681 lines/sec, or 3,695,899 bytes/sec.
Diffing ASTs for data/pypi/Hypercorn-0.9.0/hypercorn/asyncio/lifespan.py ...
--- a
+++ b
@@ -136,7 +136,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Hypercorn-0.9.0/hypercorn/asyncio/statsd.py ...
--- a
+++ b
@@ -104,7 +104,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Hypercorn-0.9.0/hypercorn/asyncio/tcp_server.py ...
--- a
+++ b
@@ -288,7 +288,7 @@
),
annotation=Name(id="ProtocolWrapper", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -330,7 +330,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Hypercorn-0.9.0/hypercorn/asyncio/udp_server.py ...
--- a
+++ b
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -229,7 +229,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -245,7 +245,7 @@
value=Call(
func=Name(id="deque", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/mainloop/pygamescheduler.py ...
--- a
+++ b
@@ -138,7 +138,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/mainloop/qtscheduler.py ...
--- a
+++ b
@@ -130,7 +130,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/mainloop/wxscheduler.py ...
--- a
+++ b
@@ -237,7 +237,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/newthreadscheduler.py ...
--- a
+++ b
@@ -115,7 +115,7 @@
Name(id="default_thread_factory", ctx=Load()),
],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/scheduleditem.py ...
--- a
+++ b
@@ -74,7 +74,7 @@
),
annotation=Name(id="Scheduler", ctx=Load()),
value=Name(id="scheduler", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -88,7 +88,7 @@
ctx=Load(),
),
value=Name(id="state", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -102,7 +102,7 @@
ctx=Load(),
),
value=Name(id="action", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -112,7 +112,7 @@
),
annotation=Name(id="datetime", ctx=Load()),
value=Name(id="duetime", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -128,7 +128,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/threadpoolscheduler.py ...
--- a
+++ b
@@ -84,7 +84,7 @@
id="ThreadPoolExecutor", ctx=Load()
),
value=Name(id="executor", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -98,7 +98,7 @@
ctx=Load(),
),
value=Name(id="target", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -114,7 +114,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -258,7 +258,7 @@
)
],
),
- simple=0,
+ simple=1,
),
FunctionDef(
name="thread_factory",
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/trampoline.py ...
--- a
+++ b
@@ -47,7 +47,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=True, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -65,7 +65,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -77,7 +77,7 @@
value=Call(
func=Name(id="Lock", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -97,7 +97,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/scheduler/virtualtimescheduler.py ...
--- a
+++ b
@@ -141,7 +141,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -159,7 +159,7 @@
args=[],
keywords=[],
),
- simple=0,
@@ -1504,7 +1504,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1559,7 +1559,7 @@
)
],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1894,7 +1894,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1914,7 +1914,7 @@
attr="UNKNOWN",
ctx=Load(),
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1930,7 +1930,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1944,7 +1944,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1958,7 +1958,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1974,7 +1974,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1990,7 +1990,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2004,7 +2004,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2018,7 +2018,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2032,7 +2032,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2060,7 +2060,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2088,7 +2088,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/cache.py ...
--- a
+++ b
@@ -120,7 +120,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -136,7 +136,7 @@
value=Call(
func=Name(id="deque", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -146,7 +146,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Name(id="maxsize", ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -512,7 +512,7 @@
value=Call(
func=Name(id="deque", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/clipboard/in_memory.py ...
--- a
+++ b
@@ -103,7 +103,7 @@
value=Call(
func=Name(id="deque", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
If(
test=Compare(
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/clipboard/pyperclip.py ...
--- a
+++ b
@@ -59,7 +59,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
)
],
decorator_list=[],
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/contrib/regular_languages/compiler.py ...
--- a
+++ b
@@ -208,7 +208,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Assign(
targets=[Name(id="counter", ctx=Store())],
Diffing ASTs for data/pypi/prompt_toolkit-3.0.3/prompt_toolkit/contrib/ssh/server.py ...
--- a
+++ b
@@ -140,7 +140,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[ or 8,029,169 bytes/sec.
Failed to parse data/pypi/pybloom-1.1
Extracting files from ./data/pypi/tifffile-2019.7.26.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 23,602 lines, 859,980 bytes in 0.417 seconds.
That's 56,557 lines/sec, or 2,060,749 bytes/sec.
Done
Extracting files from ./data/pypi/pydantic-1.4.tar.gz... Done
Trying to parse all python files ...
Checked 23 files, 8,037 lines, 274,310 bytes in 0.141 seconds.
That's 57,068 lines/sec, or 1,947,782 bytes/sec.
Diffing ASTs for data/pypi/pydantic-1.4/pydantic/color.py ...
--- a
+++ b
@@ -302,7 +302,7 @@
],
ctx=Load(),
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -630,7 +630,7 @@
),
annotation=Name(id="RGBA", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -640,7 +640,7 @@
),
annotation=Name(id="ColorType", ctx=Load()),
value=None,
- simple=0,
+ simple=1,
),
If(
test=Call(
Diffing ASTs for data/pypi/pydantic-1.4/pydantic/error_wrappers.py ...
--- a
+++ b
@@ -393,7 +393,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/pydantic-1.4/pydantic/fields.py ...
--- a
+++ b
@@ -1097,7 +1097,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Name(id="name", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1111,7 +1111,7 @@
args=[Name(id="alias", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1127,7 +1127,7 @@
Name(id="name", ctx=Load()),
],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1137,7 +1137,7 @@
),
annotation=Name(id="Any", ctx=Load()),
value=Name(id="type_", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1147,7 +1147,7 @@
),
annotation=Name(id="Any", ctx=Load()),
value=Name(id="type_", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1174,7 +1174,7 @@
),
annotation=Name(id="Any", ctx=Load()),
value=Name(id="default", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1184,7 +1184,7 @@
),
annotation=Constant(value="BoolUndefined", kind=None),
value=Name(id="required", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -1215,7 +1215,7 @@
),
],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1225,7 +1225,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1235,7 +1235,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1257,7 +1257,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1271,7 +1271,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1281,7 +1281,7 @@
),
annotation=Constant(value="ValidatorsList", kind=None),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1297,7 +1297,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1313,7 +1313,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1323,7 +1323,7 @@
),
annotation=Name(id="bool", ctx=Load()),
value=Constant(value=False, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1333,7 +1333,7 @@
),
annotation=Name(id="int", ctx=Load()),
value=Name(id="SHAPE_SINGLETON", ctx=Load()),
- simple=0,
+ simple=1,Done
Trying to parse all python files ...
Checked 535 files, 32,257 lines, 1,207,237 bytes in 0.525 seconds.
That's 61,470 lines/sec, or 2,300,551 bytes/sec.
Done
Extracting files from ./data/pypi/dynaconf-2.2.2.tar.gz... Done
Trying to parse all python files ...
Checked 29 files, 4,484 lines, 145,845 bytes in 0.035 seconds.
That's 127,208 lines/sec, or 4,137,537 bytes/sec.
Done
Extracting files from ./data/pypi/libhoney-1.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 15 files, 2,180 lines, 81,454 bytes in 0.017 seconds.
That's 130,208 lines/sec, or 4,865,113 bytes/sec.
Done
Extracting files from ./data/pypi/browsermob-proxy-0.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 967 lines, 33,837 bytes in 0.007 seconds.
That's 134,337 lines/sec, or 4,700,671 bytes/sec.
Done
Extracting files from ./data/pypi/aiotask_context-0.6.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 165 lines, 4,726 bytes in 0.001 seconds.
That's 122,706 lines/sec, or 3,514,589 bytes/sec.
Done
Extracting files from ./data/pypi/EbookLib-0.17.1.tar.gz... Done
Trying to parse all python files ...
Checked 20 files, 3,352 lines, 110,346 bytes in 0.024 seconds.
That's 138,760 lines/sec, or 4,567,905 bytes/sec.
Done
Extracting files from ./data/pypi/glob2-0.7.tar.gz... Done
Trying to parse all python files ...
Checked 6 files, 745 lines, 25,995 bytes in 0.009 seconds.
That's 81,963 lines/sec, or 2,859,903 bytes/sec.
Done
Extracting files from ./data/pypi/flake8-isort-2.8.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 625 lines, 22,166 bytes in 0.008 seconds.
That's 82,876 lines/sec, or 2,939,235 bytes/sec.
Done
Extracting files from ./data/pypi/cql-1.4.0.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 18,422 lines, 693,034 bytes in 0.069 seconds.
That's 266,826 lines/sec, or 10,037,970 bytes/sec.
Done
Extracting files from ./data/pypi/allennlp-0.9.0.tar.gz... Done
Trying to parse all python files ...
Checked 818 files, 103,268 lines, 4,933,874 bytes in 1.994 seconds.
That's 51,802 lines/sec, or 2,474,945 bytes/sec.
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset.py ...
--- a
+++ b
@@ -127,7 +127,7 @@
args=[Name(id="instances", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset_readers/copynet_seq2seq.py ...
--- a
+++ b
@@ -342,7 +342,7 @@
)
],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset_readers/dataset_reader.py ...
--- a
+++ b
@@ -553,7 +553,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset_readers/language_modeling.py ...
--- a
+++ b
@@ -219,7 +219,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
For(
target=Tuple(
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset_readers/multiprocess_dataset_reader.py ...
--- a
+++ b
@@ -546,7 +546,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -560,7 +560,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -574,7 +574,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -588,7 +588,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset_readers/semantic_parsing/quarel.py ...
--- a
+++ b
@@ -763,7 +763,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset_readers/simple_language_modeling.py ...
--- a
+++ b
@@ -245,7 +245,7 @@
ctx=Load(),
),
value=Name(id="max_sequence_length", ctx=Load()),
- simple=0,
+ simple=1,
)
],
orelse=[
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/dataset_readers/universal_dependencies_multilang.py ...
--- a
+++ b
@@ -457,7 +457,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/fields/adjacency_field.py ...
--- a
+++ b
@@ -212,7 +212,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/allennlp-0.9.0/allennlp/data/fields/knowledge_graph_field.py ...
--- a
+++ b
@@ -409,7 +409,7 @@
ctx=Load(),
),
value=Name(id="token_indexers", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -442,7 +442,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -555,7 +555,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()), 58,017 bytes in 0.035 seconds.
That's 46,175 lines/sec, or 1,650,620 bytes/sec.
Done
Extracting files from ./data/pypi/cx_Freeze-6.1.tar.gz... Done
Trying to parse all python files ...
Checked 74 files, 5,642 lines, 213,781 bytes in 0.057 seconds.
That's 98,142 lines/sec, or 3,718,693 bytes/sec.
Done
Extracting files from ./data/pypi/astunparse-1.6.3.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 1,556 lines, 46,300 bytes in 0.015 seconds.
That's 101,411 lines/sec, or 3,017,579 bytes/sec.
Done
Extracting files from ./data/pypi/gspread-dataframe-3.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 265 lines, 8,952 bytes in 0.002 seconds.
That's 116,815 lines/sec, or 3,946,128 bytes/sec.
Done
Extracting files from ./data/pypi/Naked-0.1.31.tar.gz... Done
Trying to parse all python files ...
Checked 43 files, 5,666 lines, 248,792 bytes in 0.038 seconds.
That's 147,479 lines/sec, or 6,475,753 bytes/sec.
Done
Extracting files from ./data/pypi/WebTest-2.0.34.tar.gz... Done
Trying to parse all python files ...
Checked 25 files, 6,595 lines, 227,714 bytes in 0.057 seconds.
That's 115,932 lines/sec, or 4,002,941 bytes/sec.
Done
Extracting files from ./data/pypi/vertica-python-0.10.2.tar.gz... Done
Trying to parse all python files ...
Checked 78 files, 9,058 lines, 370,255 bytes in 0.065 seconds.
That's 138,470 lines/sec, or 5,660,101 bytes/sec.
Done
Extracting files from ./data/pypi/pyudorandom-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 101 lines, 2,264 bytes in 0.001 seconds.
That's 84,827 lines/sec, or 1,901,463 bytes/sec.
Done
Extracting files from ./data/pypi/pytest-cover-3.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 1 files, 123 lines, 3,913 bytes in 0.001 seconds.
That's 101,375 lines/sec, or 3,225,056 bytes/sec.
Done
Extracting files from ./data/pypi/graphql-core-3.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 261 files, 56,259 lines, 1,828,741 bytes in 0.628 seconds.
That's 89,595 lines/sec, or 2,912,348 bytes/sec.
Diffing ASTs for data/pypi/graphql-core-3.0.3/src/graphql/execution/execute.py ...
--- a
+++ b
@@ -815,7 +815,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/graphql-core-3.0.3/src/graphql/language/ast.py ...
--- a
+++ b
@@ -247,7 +247,7 @@
ctx=Load(),
),
value=Name(id="prev", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -261,7 +261,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -275,7 +275,7 @@
ctx=Load(),
),
value=Name(id="value", ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/graphql-core-3.0.3/src/graphql/language/visitor.py ...
--- a
+++ b
@@ -2053,7 +2053,7 @@
keywords=[],
),
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/graphql-core-3.0.3/src/graphql/pyutils/event_emitter.py ...
--- a
+++ b
@@ -113,7 +113,7 @@
args=[Name(id="list", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -393,7 +393,7 @@
)
],
),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/graphql-core-3.0.3/src/graphql/type/schema.py ...
--- a
+++ b
@@ -351,7 +351,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
)
],
orelse=[
@@ -1234,7 +1234,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1265,7 +1265,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Assign(
targets=[Name(id="setdefault", ctx=Store())],
Diffing ASTs for data/pypi/graphql-core-3.0.3/src/graphql/type/validate.py ...
--- a
+++ b
@@ -4433,7 +4433,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -4464,7 +4464,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -4486,7 +4486,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/graphql-core-3.0.3/src/graphql/utilities/separate_operations.py ...
--- a
+++ b
@@ -360,7 +360,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -384,7 +384,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -409,7 +409,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
--- a
+++ b
@@ -176,7 +176,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -596,7 +596,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -834,7 +834,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Quart-0.10.0/quart/datastructures.py ...
--- a
+++ b
@@ -1759,7 +1759,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
For(
target=Name(id="accept_option", ctx=Store()),
@@ -3100,7 +3100,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -3864,7 +3864,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -6255,7 +6255,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -7252,7 +7252,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Quart-0.10.0/quart/json/tag.py ...
--- a
+++ b
@@ -1427,7 +1427,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1441,7 +1441,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
For(
target=Name(id="tag_class", ctx=Store()),
Diffing ASTs for data/pypi/Quart-0.10.0/quart/routing.py ...
--- a
+++ b
@@ -1724,7 +1724,7 @@
],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -3694,7 +3694,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3708,7 +3708,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3722,7 +3722,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3744,7 +3744,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -3758,7 +3758,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Quart-0.10.0/quart/static.py ...
--- a
+++ b
@@ -192,7 +192,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -206,7 +206,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Quart-0.10.0/quart/testing.py ...
--- a
+++ b
@@ -195,7 +195,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -226,7 +226,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
@@ -1208,7 +1208,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Quart-0.10.0/quart/views.py ...
--- a
+++ b
@@ -292,7 +292,7 @@
),
annotation=Name(id="View", ctx=Load()),
value=Name(id="cls", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Quart-0.10.0/quart/wrappers/_base.py ...
--- a
+++ b
@@ -562,7 +562,7 @@
),
annotation=Name(id="Headers", ctx=Load()),
Done
Extracting files from ./data/pypi/elasticsearch-dsl-7.1.0.tar.gz... Done
Trying to parse all python files ...
Checked 21 files, 5,026 lines, 158,155 bytes in 0.055 seconds.
That's 91,740 lines/sec, or 2,886,805 bytes/sec.
Done
Extracting files from ./data/pypi/Flask-GraphQL-2.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 5 files, 350 lines, 11,112 bytes in 0.002 seconds.
That's 162,014 lines/sec, or 5,143,704 bytes/sec.
Done
Extracting files from ./data/pypi/django-admin-list-filter-dropdown-1.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 66 lines, 2,144 bytes in 0.001 seconds.
That's 67,419 lines/sec, or 2,190,109 bytes/sec.
Done
Extracting files from ./data/pypi/iso-639-0.4.5.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 335 lines, 10,989 bytes in 0.004 seconds.
That's 86,350 lines/sec, or 2,832,547 bytes/sec.
Done
Extracting files from ./data/pypi/gunicorn-20.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 151 files, 15,083 lines, 483,344 bytes in 0.133 seconds.
That's 113,158 lines/sec, or 3,626,218 bytes/sec.
Done
Extracting files from ./data/pypi/tap.py-3.0.tar.gz... Done
Trying to parse all python files ...
Checked 30 files, 3,069 lines, 97,462 bytes in 0.024 seconds.
That's 130,551 lines/sec, or 4,145,895 bytes/sec.
Done
Extracting files from ./data/pypi/posix_ipc-1.0.4.tar.gz... Done
Trying to parse all python files ...
Checked 24 files, 2,603 lines, 90,175 bytes in 0.019 seconds.
That's 135,680 lines/sec, or 4,700,329 bytes/sec.
Done
Extracting files from ./data/pypi/django-silk-4.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 52 files, 3,328 lines, 115,236 bytes in 0.031 seconds.
That's 106,213 lines/sec, or 3,677,759 bytes/sec.
Done
Extracting files from ./data/pypi/eight-1.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 321 lines, 12,351 bytes in 0.003 seconds.
That's 91,984 lines/sec, or 3,539,240 bytes/sec.
Done
Extracting files from ./data/pypi/spark_parser-1.8.9.tar.gz... Done
Trying to parse all python files ...
Checked 59 files, 5,403 lines, 167,705 bytes in 0.043 seconds.
That's 124,296 lines/sec, or 3,858,062 bytes/sec.
Done
Extracting files from ./data/pypi/django-ratelimit-2.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 9 files, 969 lines, 29,210 bytes in 0.008 seconds.
That's 118,089 lines/sec, or 3,559,741 bytes/sec.
Done
Extracting files from ./data/pypi/django-extra-fields-2.0.2.tar.gz... Done
Trying to parse all python files ...
Checked 8 files, 596 lines, 19,779 bytes in 0.004 seconds.
That's 140,890 lines/sec, or 4,675,598 bytes/sec.
Done
Extracting files from ./data/pypi/objgraph-3.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 2,229 lines, 74,242 bytes in 0.013 seconds.
That's 170,825 lines/sec, or 5,689,735 bytes/sec.
Done
Extracting files from ./data/pypi/oslo.messaging-11.0.0.tar.gz... Done
Trying to parse all python files ...
Checked 85 files, 22,872 lines, 888,658 bytes in 0.250 seconds.
That's 91,366 lines/sec, or 3,549,899 bytes/sec.
Done
Extracting files from ./data/pypi/databricks_api-0.3.0.tar.gz... Done
Trying to parse all python files ...
Checked 4 files, 70 lines, 15,373 bytes in 0.001 seconds.
That's 53,121 lines/sec, or 11,666,191 bytes/sec.
Done
Extracting files from ./data/pypi/wsgi-request-logger-0.4.6.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 226 lines, 7,586 bytes in 0.002 seconds.
That's 106,759 lines/sec, or 3,583,511 bytes/sec.
Done
Extracting files from ./data/pypi/trimesh-3.5.19.tar.gz... Done
Trying to parse all python files ...
Checked 113 files, 44,250 lines, 1,378,319 bytes in 0.415 seconds.
That's 106,629 lines/sec, or 3,321,320 bytes/sec.
Done
Extracting files from ./data/pypi/pyqtgraph-0.10.0.tar.gz... Done
Trying to parse all python files ...
Checked 347 files, 61,536 lines, 2,424,779 bytes in 1.242 seconds.
That's 49,537 lines/sec, or 1,951,962 bytes/sec.
Done
Extracting files from ./data/pypi/python-bioformats-1.5.2.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 4,891 lines, 184,135 bytes in 0.039 seconds.
That's 124,259 lines/sec, or 4,678,079 bytes/sec.
Done
Extracting files from ./data/pypi/django-summernote-0.8.11.6.tar.gz... Done
Trying to parse all python files ...
Checked 14 files, 889 lines, 28,165 bytes in 0.008 seconds.
That's 113,921 lines/sec, or 3,609,195 bytes/sec.
Done
Extracting files from ./data/pypi/scikit-optimize-0.7.1.tar.gz... Done
Trying to parse all python files ...
Checked 38 files, 9,184 lines, 336,889 bytes in 0.071 seconds.
That's 129,663 lines/sec, or 4,756,313 bytes/sec.
Done
Extracting files from ./data/pypi/django-filer-1.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 99 files, 6,753 lines, 247,499 bytes in 0.093 seconds.
That's 72,781 lines/sec, or 2,667,429 bytes/sec.
Done
Extracting files from ./data/pypi/polling-0.3.1.tar.gz... Done
Trying to parse all python files ...
Checked 2 files, 145 lines, 6,286 bytes in 0.001 seconds.
That's 128,905 lines/sec, or 5,588,257 bytes/sec.
Done
Extracting files from ./data/pypi/sip-5.1.1.tar.gz... Done
Trying to parse all python files ...
Checked 34 files, 4,129 lines, 156,074 bytes in 0.026 seconds.
That's 161,383 lines/sec, or 6,100,173 bytes/sec.
Done
Extracting files from ./data/pypi/scipy-1.4.1.tar.gz... Done
Trying to parse all python files ...
Checked 743 files, 347,759 lines, 12,146,043 bytes in 7.885 seconds.
That's 44,103 lines/sec, or 1,540,357 bytes/sec.
Diffing ASTs for data/pypi/scipy-1.4.1/scipy/io/matlab/tests/test_mio.py ...
--- a
+++ b
@@ -12351,7 +12351,7 @@
values=[
Call(
func=Name(id="u", ctx=Load()),
- args=[Constant(value="Schrödinger", kind=None)],
+ args=[Constant(value="Schrödinger", kind=None)],
keywords=[],
)
],
Failed to parse data/pypi/scipy-1.4.1
Extracting files from ./data/pypi/pyhocon-0.3.54.tar.gz... Done
Trying to parse all python files ...
Checked 11 files, 4,701 lines, 158,795 bytes in 0.033 seconds.
That's 143,776 lines/sec, or 4,856,603 bytes/sec.
Done
Extracting files from ./data/pypi/unicorn-1.0.1.tar.gz... Done
Trying to parse all python files ...
Checked 72 files, 12,495 lines, 347,276 bytes in 0.097 seconds.
That's 128,379 lines/sec, or 3,568,067 bytes/sec.
Done
Extracting files from ./data/pypi/lml-0.0.9.tar.gz... Done
Trying to parse all python files ...
Checked 17 files, 1,500 lines, 43,014 bytes in 0.009 seconds.
That's 160,476 lines/sec, or 4,601,806 bytes/sec.
Done
Extracting files from ./data/pypi/gcsfs-0.6.0.tar.gz... Done
Trying to parse all python files ...
Checked 19 files, 4,766 lines, 159,133 bytes in 0.032 seconds.
That's 150,989 lines/sec, or 5,041,408 bytes/sec.
Done
Extracting files from ./data/pypi/altgraph-0.17.tar.gz... Done
Trying to parse all python files ...
Checked 16 files, 4,246 lines, 129,283 bytes in 0.035 seconds.
That's 122,434 lines/sec, or 3,727,895 bytes/sec.
Done
Extracting files from ./data/pypi/coverage-5.0.3.tar.gz... Done
Trying to parse all python files ...
Checked 130 files, 32,008 lines, 1,121,802 bytes in 0.272 seconds.
That's 117,523 lines/sec, or 4,118,899 bytes/sec.
Done
Extracting files from ./data/pypi/geopy-1.21.0.tar.gz... Done
Trying to parse all python files ...
Checked 77 files, 14,207 lines, 482,943 bytes in 0.104 seconds.
That's 136,070 lines/sec, or 4,625,472 bytes/sec.
Done
Extracting files from ./data/pypi/Arpeggio-1.9.2.tar.gz... Done
Trying to parse all python files ...
Checked 54 files, 5,028 lines, 162,520 bytes in 0.037 seconds.
That's 136,594 lines/sec, or 4,415,114 bytes/sec.
Done
Extracting files from ./data/pypi/slacker-0.13.0.tar.gz... Done
Trying to parse all python files ...
Checked 3 files, 1,282 lines, 44,051 bytes in 0.026 seconds.
That's 48,912 lines/sec, or 1,680,675 bytes/sec.
Done
Extracting files from ./data/pypi/edx-organizations-2.2.0.tar.gz... Done
Trying to parse all python files ...
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/subject/replaysubject.py ...
--- a
+++ b
@@ -383,7 +383,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/subject/subject.py ...
--- a
+++ b
@@ -107,7 +107,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -121,7 +121,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/Rx-3.0.1/rx/testing/coldobservable.py ...
--- a
+++ b
@@ -75,7 +75,7 @@
),
annotation=Name(id="VirtualTimeScheduler", ctx=Load()),
value=Name(id="scheduler", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -100,7 +100,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/testing/hotobservable.py ...
--- a
+++ b
@@ -83,7 +83,7 @@
),
annotation=Name(id="VirtualTimeScheduler", ctx=Load()),
value=Name(id="scheduler", ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -108,7 +108,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -128,7 +128,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[Name(id="observable", ctx=Store())],
Diffing ASTs for data/pypi/Rx-3.0.1/rx/testing/mockdisposable.py ...
--- a
+++ b
@@ -41,7 +41,7 @@
),
annotation=Name(id="VirtualTimeScheduler", ctx=Load()),
value=Name(id="scheduler", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -61,7 +61,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
Diffing ASTs for data/pypi/Rx-3.0.1/rx/testing/mockobserver.py ...
--- a
+++ b
@@ -59,7 +59,7 @@
),
annotation=Name(id="VirtualTimeScheduler", ctx=Load()),
value=Name(id="scheduler", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -73,7 +73,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Failed to parse data/pypi/Rx-3.0.1
Extracting files from ./data/pypi/dbt-core-0.15.2.tar.gz... Done
Trying to parse all python files ...
Checked 128 files, 24,136 lines, 766,941 bytes in 0.272 seconds.
That's 88,791 lines/sec, or 2,821,418 bytes/sec.
Diffing ASTs for data/pypi/dbt-core-0.15.2/dbt/adapters/base/connections.py ...
--- a
+++ b
@@ -121,7 +121,7 @@
ctx=Load(),
),
value=Dict(keys=[], values=[]),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -147,7 +147,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/dbt-core-0.15.2/dbt/adapters/base/impl.py ...
--- a
+++ b
@@ -1408,7 +1408,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/dbt-core-0.15.2/dbt/adapters/base/meta.py ...
--- a
+++ b
@@ -721,7 +721,7 @@
args=[Name(id="available", ctx=Load())],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -743,7 +743,7 @@
ctx=Load(),
),
value=Name(id="replacements", ctx=Load()),
- simple=0,
+ simple=1,
),
Return(value=Name(id="cls", ctx=Load())),
],
Diffing ASTs for data/pypi/dbt-core-0.15.2/dbt/adapters/base/plugin.py ...
--- a
+++ b
@@ -103,7 +103,7 @@
ctx=Load(),
),
value=Name(id="adapter", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -117,7 +117,7 @@
ctx=Load(),
),
value=Name(id="credentials", ctx=Load()),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -127,7 +127,7 @@
),
annotation=Name(id="str", ctx=Load()),
value=Name(id="include_path", ctx=Load()),
- simple=0,
+ simple=1,
That's 157,223 lines/sec, or 5,6
Checked 38 files, 1,8
@@ -1Done
Trying to parse all
Assign(
targets=[
@@ -1518,7 +1518,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1530,7 +1530,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -1540,7 +1540,7 @@
),
annotation=Name(id="List", ctx=Load()),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
Diffing ASTs for data/pypi/pyppeteer-0.0.25/pyppeteer/frame_manager.py ...
--- a
+++ b
@@ -221,7 +221,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -235,7 +235,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -259,7 +259,7 @@
value=Call(
func=Name(id="dict", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -2570,7 +2570,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -2621,7 +2621,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -2648,7 +2648,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
AnnAssign(
target=Attribute(
@@ -2664,7 +2664,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
If(
test=Attribute(
Diffing ASTs for data/pypi/pyppeteer-0.0.25/pyppeteer/input.py ...
--- a
+++ b
@@ -106,7 +106,7 @@
value=Call(
func=Name(id="set", ctx=Load()), args=[], keywords=[]
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs for data/pypi/pyppeteer-0.0.25/pyppeteer/launcher.py ...
--- a
+++ b
@@ -272,7 +272,7 @@
ctx=Load(),
),
value=List(elts=[], ctx=Load()),
- simple=0,
+ simple=1,
),
Assign(
targets=[
@@ -541,7 +541,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Expr(
value=Call(
@@ -1441,7 +1441,7 @@
ctx=Load(),
),
value=Constant(value=None, kind=None),
- simple=0,
+ simple=1,
),
Assign(
targets=[Name(id="options", ctx=Store())],
Diffing ASTs for data/pypi/pyppeteer-0.0.25/pyppeteer/multimap.py ...
--- a
+++ b
@@ -70,7 +70,7 @@
args=[],
keywords=[],
),
- simple=0,
+ simple=1,
),
],
decorator_list=[],
Diffing ASTs f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment