Skip to content

Commit 2393d9d

Browse files
committed
Update top-pypi-packages filename
To stay within quota, it now has just under 30 days of data, so the filename has been updated. Both will be available for a while. See hugovk/top-pypi-packages#46.
1 parent 3368408 commit 2393d9d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

part-2.ipynb

+5-5
Original file line numberDiff line numberDiff line change
@@ -614,22 +614,22 @@
614614
"name": "stdout",
615615
"output_type": "stream",
616616
"text": [
617-
"--2023-11-27 14:25:40-- https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json\n",
617+
"--2023-11-27 14:25:40-- https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json\n",
618618
"Resolving hugovk.github.io (hugovk.github.io)... 185.199.109.153, 185.199.108.153, 185.199.111.153, ...\n",
619619
"Connecting to hugovk.github.io (hugovk.github.io)|185.199.109.153|:443... connected.\n",
620620
"HTTP request sent, awaiting response... 200 OK\n",
621621
"Length: 411246 (402K) [application/json]\n",
622-
"Saving to: ‘top-pypi-packages-30-days.min.json.1’\n",
622+
"Saving to: ‘top-pypi-packages.min.json.1’\n",
623623
"\n",
624624
"top-pypi-packages-3 100%[===================>] 401,61K 1,14MB/s in 0,3s \n",
625625
"\n",
626-
"2023-11-27 14:25:40 (1,14 MB/s) - ‘top-pypi-packages-30-days.min.json.1’ saved [411246/411246]\n",
626+
"2023-11-27 14:25:40 (1,14 MB/s) - ‘top-pypi-packages.min.json.1’ saved [411246/411246]\n",
627627
"\n"
628628
]
629629
}
630630
],
631631
"source": [
632-
"! wget https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json"
632+
"! wget https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json"
633633
]
634634
},
635635
{
@@ -659,7 +659,7 @@
659659
}
660660
],
661661
"source": [
662-
"package_names = [ex[\"project\"] for ex in srsly.read_json(\"top-pypi-packages-30-days.min.json\")[\"rows\"]]\n",
662+
"package_names = [ex[\"project\"] for ex in srsly.read_json(\"top-pypi-packages.min.json\")[\"rows\"]]\n",
663663
"package_names[:10]"
664664
]
665665
},

0 commit comments

Comments
 (0)