{"id":20985150,"url":"https://github.com/dlenski/top500","last_synced_at":"2025-05-14T17:31:37.307Z","repository":{"id":35349779,"uuid":"39612244","full_name":"dlenski/top500","owner":"dlenski","description":"Scrape+plot TOP500 data for Wikipedia graphs","archived":false,"fork":false,"pushed_at":"2023-08-21T07:33:44.000Z","size":4922,"stargazers_count":10,"open_issues_count":2,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-03T08:10:17.130Z","etag":null,"topics":["data-visualization","matplotlib","top500","wikipedia"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlenski.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-07-24T04:47:57.000Z","updated_at":"2024-03-15T14:24:53.000Z","dependencies_parsed_at":"2022-09-17T11:23:10.881Z","dependency_job_id":null,"html_url":"https://github.com/dlenski/top500","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenski%2Ftop500","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenski%2Ftop500/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenski%2Ftop500/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlenski%2Ftop500/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlenski","download_url":"https://codeload.github.com/dlenski/top500/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225303898,"owners_count":17453029,"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-visualization","matplotlib","top500","wikipedia"],"created_at":"2024-11-19T05:55:33.680Z","updated_at":"2024-11-19T05:55:34.291Z","avatar_url":"https://github.com/dlenski.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# What is this?\n\nThese are the Python scripts that I've been using to create these two area charts of [TOP500](https://wikipedia.org/wiki/TOP500) supercomputers for use on Wikipedia:\n\nhttps://commons.wikimedia.org/wiki/File:Processor_families_in_TOP500_supercomputers.svg\n\n![procfam](https://upload.wikimedia.org/wikipedia/commons/e/ef/Processor_families_in_TOP500_supercomputers.svg)\n\nhttps://commons.wikimedia.org/wiki/File:Countries_with_TOP500_supercomputers.svg\n\n![countries](https://upload.wikimedia.org/wikipedia/commons/a/a6/Countries_with_TOP500_supercomputers.svg)\n\n# Requirements\n\nRequires Python 3.5+ and a valid user account on top500.org. First, create a file called `top500.ini` in\nthe source directory containing your username and password for the site:\n\n```\n[DEFAULT]\nusername = MyUsername\npassword = \"MyPassword123!\"\n```\n\n# Running\n\nYou can skip `top500.py` if you want to use the cached/already-downloaded biannual lists\nin `TOP500_history.csv`:\n\n```\n$ pip3 install -r requirements.txt\n$ ./get-country-lists.sh    # Fetch country name mapping (country-{en,fr,es}.csv)\n$ ./top500.py               # Download and combine latest biannual spreadsheets from top500.org\n$ ./top500_plot.py          # Create PNG- and SVG-format plots using TOP500_history.csv\n```\n\n# License\n\nGPLv3 or later\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlenski%2Ftop500","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlenski%2Ftop500","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlenski%2Ftop500/lists"}