{"id":13807366,"url":"https://github.com/hugovk/top-pypi-packages","last_synced_at":"2026-04-02T21:15:57.372Z","repository":{"id":29231835,"uuid":"116806538","full_name":"hugovk/top-pypi-packages","owner":"hugovk","description":"A regular dump of the most-downloaded packages from PyPI","archived":false,"fork":false,"pushed_at":"2025-04-01T06:35:03.000Z","size":48072,"stargazers_count":229,"open_issues_count":1,"forks_count":15,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-04-04T02:41:58.357Z","etag":null,"topics":["data","dump","json","pypi","python"],"latest_commit_sha":null,"homepage":"https://hugovk.github.io/top-pypi-packages","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hugovk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-01-09T11:18:36.000Z","updated_at":"2025-04-01T06:35:06.000Z","dependencies_parsed_at":"2023-02-19T10:31:08.142Z","dependency_job_id":"6dad297f-aa87-4751-be21-261449974828","html_url":"https://github.com/hugovk/top-pypi-packages","commit_stats":{"total_commits":250,"total_committers":7,"mean_commits":"35.714285714285715","dds":0.364,"last_synced_commit":"e3cb02750f38c48dcaad8f457bc4a438ee761e7a"},"previous_names":[],"tags_count":58,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Ftop-pypi-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Ftop-pypi-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Ftop-pypi-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hugovk%2Ftop-pypi-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hugovk","download_url":"https://codeload.github.com/hugovk/top-pypi-packages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248641960,"owners_count":21138309,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data","dump","json","pypi","python"],"created_at":"2024-08-04T01:01:24.717Z","updated_at":"2026-04-02T21:15:57.362Z","avatar_url":"https://github.com/hugovk.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Top PyPI Packages\n\n[![DOI](https://zenodo.org/badge/116806538.svg)](https://zenodo.org/badge/latestdoi/116806538)\n\nA monthly dump of the 15,000 most-downloaded packages from PyPI:\n\n* https://hugovk.dev/top-pypi-packages/top-pypi-packages.min.json\n\nUnminified:\n\n* https://hugovk.dev/top-pypi-packages/top-pypi-packages.json\n\n**Note:** It now takes too much quota to collect data for 365 days.\nThose files were last updated on 2021-04-01 and have been removed.\nOld versions can be found in [releases](https://github.com/hugovk/top-pypi-packages/releases).\n\n## Server setup notes\n\nFrom cron, it runs pypinfo to dump JSON and commit back to this repo.\n\n### Install jq and zip\n\nFor example on Ubuntu 22.04:\n\n```bash\nsudo apt-get install jq zip\n```\n\n### Install and set up pypinfo\n\nFollow https://github.com/ofek/pypinfo to sign up for BigQuery, install and authenticate.\n\n```bash\npip3 install \"pypinfo\u003e=13.0.0\"\npypinfo --help\npypinfo --auth path/to/your_credentials.json\n```\n\n### Set up this repo\n\n```bash\ngit clone git@github.com:hugovk/top-pypi-packages.git\ncd top-pypi-packages\ngit config user.name \"Deploy Bot\"\ngit config user.email \"deploybot@example.com\"\ngit config user.name\ngit config user.email\n```\n\n* Create SSH key on server: https://www.digitalocean.com/community/tutorials/how-to-use-ssh-keys-with-digitalocean-droplets\n* Add your SSH key to the ssh-agent:\nhttps://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/#adding-your-ssh-key-to-the-ssh-agent\n* Add deploy key with write access at https://github.com/hugovk/top-pypi-packages/settings/keys/new\n\n\n### Run from cron\n\n```bash\ncrontab -e\n# First of the month\n30 17 1 * * ( eval \"$(ssh-agent -s)\"; ssh-add ~/.ssh/id_rsa-top-pypi-packages; /home/botuser/github/top-pypi-packages/top-pypi-packages.sh ) \u003e /tmp/top-pypi-packages.log 2\u003e\u00261\n```\n\n# Thanks\n\nThanks to DigitalOcean for supporting open-source software.\n\n\u003cp\u003e\n  \u003ca href=\"https://m.do.co/c/431978e0c3e9\"\u003e\n    \u003cimg alt=\"Powered by DigitalOcean\" src=\"https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/PoweredByDO/DO_Powered_by_Badge_blue.svg\" width=\"201px\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugovk%2Ftop-pypi-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhugovk%2Ftop-pypi-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhugovk%2Ftop-pypi-packages/lists"}