{"id":16150466,"url":"https://github.com/nathom/fast-python-indent","last_synced_at":"2026-01-21T16:03:30.524Z","repository":{"id":107001531,"uuid":"358515540","full_name":"nathom/fast-python-indent","owner":"nathom","description":"A very fast python indent config for vim","archived":false,"fork":false,"pushed_at":"2021-09-25T00:12:26.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T22:31:27.807Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vim script","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/nathom.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":"2021-04-16T07:36:06.000Z","updated_at":"2021-09-25T00:12:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"06c6f5aa-0daf-4c81-a393-670f3cbd7c72","html_url":"https://github.com/nathom/fast-python-indent","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nathom/fast-python-indent","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Ffast-python-indent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Ffast-python-indent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Ffast-python-indent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Ffast-python-indent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nathom","download_url":"https://codeload.github.com/nathom/fast-python-indent/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nathom%2Ffast-python-indent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28635926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T15:01:31.228Z","status":"ssl_error","status_checked_at":"2026-01-21T14:42:58.942Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-10T00:49:31.850Z","updated_at":"2026-01-21T16:03:30.505Z","avatar_url":"https://github.com/nathom.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fast-python-indent\n\nAn indent file for vim.\n\nThe indent files included with vim, and the other ones that I have tried,\nare very slow. When `profile`ing, they are consistently marked as the slowest\nfunctions.\n\nHere's the result of a `profile` of running `1000o\u003cesc\u003e` at the end of a large Python\nfile with default indenting, and then with `fast-python-indent`:\n\n\n```vim\n\" Built-in indent file\nFUNCTIONS SORTED ON TOTAL TIME\ncount  total (s)   self (s)  function\n 1000   9.867825   9.862754  GetPythonIndent()\n\" ...\n\n\" fast-python-indent\nFUNCTIONS SORTED ON TOTAL TIME\ncount  total (s)   self (s)  function\n    1   0.023404   0.000086  \u003cSNR\u003e108_VimCloseCallback()\n    1   0.023303   0.000057  \u003cSNR\u003e108_VimExitCallback()\n    1   0.023204   0.000164  \u003cSNR\u003e103_ExitCallback()\n    1   0.022936   0.000099  \u003cSNR\u003e102_HandleExit()\n 1000   0.022573             GetPythonIndent()\n\" ...\n```\n\n`fast-python-indent` is over 437x faster! \n\nThis file will correctly indent the vast majority of lines, but it is not\nguaranteed to be PEP8 compliant.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathom%2Ffast-python-indent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnathom%2Ffast-python-indent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnathom%2Ffast-python-indent/lists"}