{"id":21517289,"url":"https://github.com/farhanmustar/ale-python-linter","last_synced_at":"2025-07-26T12:11:55.122Z","repository":{"id":129717485,"uuid":"323928028","full_name":"farhanmustar/ale-python-linter","owner":"farhanmustar","description":"Python linter for vim-ale.","archived":false,"fork":false,"pushed_at":"2020-12-23T23:39:56.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T16:32:17.639Z","etag":null,"topics":["ale","linter","python","python-linter","python2","python3","vim","vim-plugin","vim-plugins"],"latest_commit_sha":null,"homepage":"","language":"Vim script","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farhanmustar.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-23T14:48:08.000Z","updated_at":"2021-01-22T12:17:16.000Z","dependencies_parsed_at":"2023-04-12T06:22:37.790Z","dependency_job_id":null,"html_url":"https://github.com/farhanmustar/ale-python-linter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/farhanmustar/ale-python-linter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhanmustar%2Fale-python-linter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhanmustar%2Fale-python-linter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhanmustar%2Fale-python-linter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhanmustar%2Fale-python-linter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farhanmustar","download_url":"https://codeload.github.com/farhanmustar/ale-python-linter/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farhanmustar%2Fale-python-linter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267164078,"owners_count":24045757,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ale","linter","python","python-linter","python2","python3","vim","vim-plugin","vim-plugins"],"created_at":"2024-11-24T00:40:48.332Z","updated_at":"2025-07-26T12:11:55.044Z","avatar_url":"https://github.com/farhanmustar.png","language":"Vim script","readme":"# Ale Python Linter\nA python linter plugin for [ dense-analysis/ale ](https://github.com/dense-analysis/ale/).\nPorted from [vim-syntastic/syntastic](https://github.com/vim-syntastic/syntastic).\n\n- Simple python linter using the [`compile`](https://docs.python.org/3/library/functions.html#compile) function.\n- Works on both python2 and python3.\n\n## Installation\nThis plugin require ```dense-analysis/ale```. Follow ale installation process [here](https://github.com/dense-analysis/ale/#3-installation).\n\nInstallation using [Vundle.vim](https://github.com/VundleVim/Vundle.vim).\n```vim\nPlugin 'farhanmustar/ale-python-linter'\n```\n\nInstallation using [vim-plug](https://github.com/junegunn/vim-plug).\n```vim\nPlug 'farhanmustar/ale-python-linter'\n```\n\nEnable python linter by adding these lines in ```~/.vimrc```.\n```vim\nlet g:ale_linters = {\n\\   'python': ['python'],\n\\}\n```\n\n## Configuration\nBy default this plugin will use ```python``` keyword to execute linter script.  \nTherefore, to use this plugin we need to makesure python is executable by vim.\n\nExecute this command in vim to check:\n```vim\n:echo executable('python')\n```\n\nAlternatively user can configure to use ```python2``` or ```python3``` keyword by adding this to ```~/.vimrc```:\n```vim\nlet g:ale_python_python_executable = 'python2'\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarhanmustar%2Fale-python-linter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarhanmustar%2Fale-python-linter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarhanmustar%2Fale-python-linter/lists"}