{"id":5792454,"name":"marian-code/python-lint-annotate","ecosystem":"actions","description":"Zero-configuration GitHub Action to maintain code quality with push and PR annotations.","homepage":"https://github.com/marketplace/actions/python-lint-annotate-maintain-code-quality-with-annotated-prs-and-pushes","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/marian-code/python-lint-annotate","keywords_array":["actions","annotations","code-quality","code-quality-analyzer","github-actions","linter","linting","pull-requests","python"],"namespace":"marian-code","versions_count":16,"first_release_published_at":"2019-12-01T16:14:28.000Z","latest_release_published_at":"2021-02-11T18:06:47.000Z","latest_release_number":"v2.5.0","last_synced_at":"2026-03-14T16:18:01.718Z","created_at":"2023-01-03T21:57:18.648Z","updated_at":"2026-03-14T16:18:01.718Z","registry_url":"https://github.com/marian-code/python-lint-annotate","install_command":null,"documentation_url":null,"metadata":{"name":"Python-lint-annotate: maintain code quality with annotated PRs and pushes","description":"Zero-configuration GitHub Action to maintain code quality with push and PR annotations.","branding":{"icon":"alert-triangle","color":"yellow"},"inputs":{"python-root-list":{"description":"A list of all paths to test","required":false,"default":"."},"use-pylint":{"description":"Use Pylint","required":false,"default":true},"use-pycodestyle":{"description":"Use pycodestyle","required":false,"default":true},"use-flake8":{"description":"Use Flake8","required":false,"default":true},"use-black":{"description":"Use Black","required":false,"default":true},"use-mypy":{"description":"Use mypy","required":false,"default":true},"use-isort":{"description":"Use isort","required":false,"default":true},"use-vulture":{"description":"Use vulture","required":false,"default":true},"use-pydocstyle":{"description":"Use pydocstyle","required":false,"default":true},"extra-pylint-options":{"description":"Extra options: pylint $(extra-pylint-options) $(python-root-list)","required":false,"default":""},"extra-pycodestyle-options":{"description":"Extra options: pycodestyle $(extra-pycodestyle-options) $(python-root-list)","required":false,"default":""},"extra-flake8-options":{"description":"Extra options: flake8 $(extra-flake8-options) $(python-root-list)","required":false,"default":""},"extra-black-options":{"description":"Extra options: black --check $(extra-black-options) $(python-root-list)","required":false,"default":""},"extra-mypy-options":{"description":"Extra options: mypy $(extra-mypy-options) $(python-root-list)","required":false,"default":""},"extra-isort-options":{"description":"Extra options: isort -rc $(extra-isort-options) $(python-root-list) -c --diff ","required":false,"default":""},"extra-vulture-options":{"description":"Extra options: vulture $(extra-vulture-options) $(python-root-list)","required":false,"default":""},"extra-pydocstyle-options":{"description":"Extra options: pydocstyle $(extra-pydocstyle-options) $(python-root-list)","required":false,"default":""},"python-version":{"description":"Set desired python version with this keyword","required":false,"default":"3.8"},"use-external-python":{"description":"false (default): Install a new Python for this action; true: use the python installation in the previous steps","type":"boolean","required":false,"default":false}},"runs":{"using":"composite","steps":[{"name":"Setup python","if":"${{ ! inputs.use-external-python }}","uses":"actions/setup-python@v5","with":{"python-version":"${{ inputs.python-version }}","architecture":"x64","cache":"pip"}},{"run":"python --version","shell":"bash"},{"name":"Windows install dependencies","if":"${{ runner.os == 'Windows' }}","run":"pip install -r ${{ github.action_path }}\\requirements.txt --ignore-installed\necho \"path_sep=\" \u003e\u003e $GITHUB_ENV\n","shell":"pwsh"},{"name":"Posix install dependencies","if":"${{ runner.os != 'Windows' }}","run":"pip install -r ${{ github.action_path }}/requirements.txt --ignore-installed","shell":"bash"},{"name":"Lint on Windows","if":"${{ runner.os == 'Windows' }}","run":"${{ github.action_path }}\\entrypoint.sh '${{ inputs.python-root-list }}' ${{ inputs.use-pylint }} ${{ inputs.use-pycodestyle }} ${{ inputs.use-flake8 }} ${{ inputs.use-black }} ${{ inputs.use-mypy }} ${{ inputs.use-isort }} ${{ inputs.use-vulture }} ${{ inputs.use-pydocstyle }} '${{ inputs.extra-pylint-options }}' '${{ inputs.extra-pycodestyle-options }}' '${{ inputs.extra-flake8-options }}' '${{ inputs.extra-black-options }}' '${{ inputs.extra-mypy-options }}' '${{ inputs.extra-isort-options }}' '${{ inputs.extra-vulture-options }}' '${{ inputs.extra-pydocstyle-options }}'\n","shell":"pwsh"},{"name":"Lint on Linux","if":"${{ runner.os == 'Linux' }}","run":"${{ github.action_path }}/entrypoint.sh '${{ inputs.python-root-list }}' ${{ inputs.use-pylint }} ${{ inputs.use-pycodestyle }} ${{ inputs.use-flake8 }} ${{ inputs.use-black }} ${{ inputs.use-mypy }} ${{ inputs.use-isort }} ${{ inputs.use-vulture }} ${{ inputs.use-pydocstyle }} '${{ inputs.extra-pylint-options }}' '${{ inputs.extra-pycodestyle-options }}' '${{ inputs.extra-flake8-options }}' '${{ inputs.extra-black-options }}' '${{ inputs.extra-mypy-options }}' '${{ inputs.extra-isort-options }}' '${{ inputs.extra-vulture-options }}' '${{ inputs.extra-pydocstyle-options }}'\n","shell":"bash"}]},"default_branch":"master","path":null},"repo_metadata":{"id":37419484,"uuid":"335946380","full_name":"marian-code/python-lint-annotate","owner":"marian-code","description":"Zero-configuration GitHub Action to maintain code quality with push and PR annotations.","archived":false,"fork":true,"pushed_at":"2024-12-03T22:46:58.000Z","size":201,"stargazers_count":21,"open_issues_count":3,"forks_count":10,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-03T23:20:10.851Z","etag":null,"topics":["actions","annotations","code-quality","code-quality-analyzer","github-actions","linter","linting","pull-requests","python"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/python-lint-annotate-maintain-code-quality-with-annotated-prs-and-pushes","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"rahul-deepsource/pyaction","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/marian-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-04T12:24:40.000Z","updated_at":"2024-12-03T22:10:31.000Z","dependencies_parsed_at":"2023-01-04T12:15:04.065Z","dependency_job_id":null,"html_url":"https://github.com/marian-code/python-lint-annotate","commit_stats":{"total_commits":183,"total_committers":6,"mean_commits":30.5,"dds":"0.31693989071038253","last_synced_commit":"33c09aad023fd055523fe55a766b3d0b36eeffa6"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marian-code","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228013339,"owners_count":17856174,"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"},"owner_record":{"login":"marian-code","name":null,"uuid":"26881798","kind":"user","description":"","email":"","website":"https://stackoverflow.com/users/10255036/majo","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/26881798?v=4","repositories_count":5,"last_synced_at":"2023-03-05T00:49:09.641Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/marian-code","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-15T03:14:58.204Z","updated_at":"2023-03-05T00:49:09.649Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marian-code","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marian-code/repositories"},"tags":[{"name":"v4","sha":"ffe24b32a33241b668ab6d34150d7d8e1ad744ec","kind":"tag","published_at":"2024-04-03T19:28:45.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v4","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v4","dependencies_parsed_at":"2024-04-05T04:17:08.979Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v4/manifests"},{"name":"v3","sha":"33c09aad023fd055523fe55a766b3d0b36eeffa6","kind":"commit","published_at":"2022-06-16T08:29:24.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v3","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v3","dependencies_parsed_at":"2023-06-01T10:27:19.948Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v3/manifests"},{"name":"v2","sha":"5c31ef0d4cd3212d65855afb890c920e538b921b","kind":"tag","published_at":"2021-05-27T11:06:45.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v2","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v2","dependencies_parsed_at":"2023-06-01T10:27:20.924Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2/manifests"},{"name":"v2.5.0","sha":"7c7f1e944879ca0a3b0fd3e198f2e5002e8fa9b8","kind":"tag","published_at":"2021-02-11T18:06:47.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v2.5.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v2.5.0","dependencies_parsed_at":"2023-06-01T10:27:24.128Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.5.0/manifests"},{"name":"v2.4.0","sha":"c52425da07f811651f5823ab1cd4d7c595de5c12","kind":"tag","published_at":"2021-02-11T14:55:49.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v2.4.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v2.4.0","dependencies_parsed_at":"2023-06-01T10:27:25.270Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.4.0/manifests"},{"name":"v2.3.0","sha":"c57c2bf6a1a58e7cb11fb365a2818d3f8f051568","kind":"tag","published_at":"2021-02-06T17:30:44.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v2.3.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v2.3.0","dependencies_parsed_at":"2023-06-01T10:27:27.143Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"5cf26ad9ccdf0d1438e718fc3b05730c589f7b7a","kind":"tag","published_at":"2021-02-06T11:26:06.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v2.2.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v2.2.0","dependencies_parsed_at":"2023-06-01T10:27:28.278Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.2.0/manifests"},{"name":"v2.1.0","sha":"21fbf8de5eb4ca6ae983485b88eb95e5f06b7f97","kind":"tag","published_at":"2021-02-06T11:17:02.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v2.1.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v2.1.0","dependencies_parsed_at":"2023-06-01T10:27:31.460Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"d533f15bdb660cbfa26c2714d5840c266350aab0","kind":"tag","published_at":"2021-02-06T10:50:32.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v2.0.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v2.0.0","dependencies_parsed_at":"2023-06-01T10:27:31.912Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v2.0.0/manifests"},{"name":"1.4.1","sha":"9071389c6482762ea0132c23d431a8fe4aa7d0a1","kind":"commit","published_at":"2020-08-29T06:07:46.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/1.4.1","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/1.4.1","dependencies_parsed_at":"2023-06-01T10:27:32.324Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/1.4.1/manifests"},{"name":"1.4.0","sha":"8982c0f34db37dd9e8cfec18207cf959e8e4a2cf","kind":"commit","published_at":"2020-08-29T05:56:50.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/1.4.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/1.4.0","dependencies_parsed_at":"2023-06-01T10:27:33.680Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/1.4.0/manifests"},{"name":"v1.3.0","sha":"32032eca67291cd71f88d79e61bc4b904ee03265","kind":"commit","published_at":"2020-08-23T01:30:38.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v1.3.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v1.3.0","dependencies_parsed_at":"2023-06-01T10:27:38.233Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"8c5084c879c3cc34d99577e0c20016a65ee8597b","kind":"commit","published_at":"2020-08-08T21:02:00.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v1.2.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v1.2.0","dependencies_parsed_at":"2023-06-01T10:27:40.559Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.2.0/manifests"},{"name":"v.1.2.0","sha":"be90fc7f2d08db5bc18d0763e7d2a8a198d24fb7","kind":"commit","published_at":"2020-08-08T14:44:51.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v.1.2.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v.1.2.0","dependencies_parsed_at":"2023-06-01T10:27:48.051Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v.1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v.1.2.0/manifests"},{"name":"v1.1.0","sha":"d0a3d5762aa67d39858adc6e3b95d719d9db9553","kind":"commit","published_at":"2019-12-28T17:46:38.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v1.1.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v1.1.0","dependencies_parsed_at":"2023-06-01T10:27:49.178Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"fd57586787aa0a73b2ce4e809f6b74332d17ea11","kind":"commit","published_at":"2019-12-01T16:14:28.000Z","download_url":"https://codeload.github.com/marian-code/python-lint-annotate/tar.gz/v1.0.0","html_url":"https://github.com/marian-code/python-lint-annotate/releases/tag/v1.0.0","dependencies_parsed_at":"2023-06-01T10:27:51.231Z","dependency_job_id":null,"tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2024-12-03T23:21:10.363Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":14,"rankings":{"downloads":null,"dependent_repos_count":10.701948977974965,"dependent_packages_count":0.0,"stargazers_count":7.196957692917129,"forks_count":6.182855331960069,"docker_downloads_count":null,"average":6.020440500713041},"purl":"pkg:githubactions/marian-code/python-lint-annotate","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/marian-code/python-lint-annotate","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/actions/marian-code/python-lint-annotate","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/marian-code/python-lint-annotate/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2024-12-03T23:21:09.604Z","issues_count":5,"pull_requests_count":15,"avg_time_to_close_issue":490603.6666666667,"avg_time_to_close_pull_request":1703828.5,"issues_closed_count":3,"pull_requests_closed_count":14,"pull_request_authors_count":5,"issue_authors_count":2,"avg_comments_per_issue":0.4,"avg_comments_per_pull_request":1.8666666666666667,"merged_pull_requests_count":14,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":5,"past_year_pull_requests_count":9,"past_year_avg_time_to_close_issue":490603.6666666667,"past_year_avg_time_to_close_pull_request":2530433.0,"past_year_issues_closed_count":3,"past_year_pull_requests_closed_count":9,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.4,"past_year_avg_comments_per_pull_request":2.111111111111111,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":9,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/marian-code%2Fpython-lint-annotate/issues","maintainers":[{"login":"marian-code","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marian-code"}],"active_maintainers":[{"login":"marian-code","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/marian-code"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/marian-code%2Fpython-lint-annotate/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/marian-code%2Fpython-lint-annotate/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/marian-code%2Fpython-lint-annotate/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/marian-code%2Fpython-lint-annotate/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/marian-code%2Fpython-lint-annotate/codemeta","maintainers":[]}