{"id":23592566,"url":"https://github.com/dzhovi/repositories-reasoner","last_synced_at":"2025-05-07T19:22:58.690Z","repository":{"id":268892910,"uuid":"903838784","full_name":"dzhovi/repositories-reasoner","owner":"dzhovi","description":"Repositories reasoner is a command line application that can give some insights about a given github repository using llm","archived":false,"fork":false,"pushed_at":"2025-04-30T04:20:24.000Z","size":42,"stargazers_count":4,"open_issues_count":13,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-30T05:25:22.531Z","etag":null,"topics":["github","llm"],"latest_commit_sha":null,"homepage":"","language":"Python","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/dzhovi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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,"zenodo":null}},"created_at":"2024-12-15T17:27:42.000Z","updated_at":"2025-02-02T21:52:30.000Z","dependencies_parsed_at":"2025-03-12T00:24:27.156Z","dependency_job_id":"984c41aa-8b16-453e-be7c-f47c01e7af22","html_url":"https://github.com/dzhovi/repositories-reasoner","commit_stats":null,"previous_names":["dzhovi/repositories-reasoner"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzhovi%2Frepositories-reasoner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzhovi%2Frepositories-reasoner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzhovi%2Frepositories-reasoner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzhovi%2Frepositories-reasoner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzhovi","download_url":"https://codeload.github.com/dzhovi/repositories-reasoner/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252941684,"owners_count":21828916,"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":["github","llm"],"created_at":"2024-12-27T08:14:31.722Z","updated_at":"2025-05-07T19:22:58.682Z","avatar_url":"https://github.com/dzhovi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repositories Reasoner\n\n[![CI](https://github.com/dzhovi/repositories-reasoner/actions/workflows/ci.yml/badge.svg)](https://github.com/dzhovi/repositories-reasoner/actions/workflows/ci.yml)\n[![PyPI version](https://badge.fury.io/py/repo-reasoner.svg)](https://pypi.org/project/repo-reasoner/)\n[![Coverage Status](https://coveralls.io/repos/github/dzhovi/repositories-reasoner/badge.svg)](https://coveralls.io/github/dzhovi/repositories-reasoner)[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/dzhovi/repositories-reasoner/blob/main/LICENSE.txt)\n[![Known Vulnerabilities](https://snyk.io/test/github/dzhovi/repositories-reasoner/badge.svg)](https://snyk.io/test/github/dzhovi/repositories-reasoner)\n\nRepositories Reasoner is a command-line application that facilitates llm\ncapabilities to reason about different aspects\nof repository.\nPrimary task that can be solved using repositories reasoner is to determine\nwhether repository maintained or not.\n\n**Motivation**. During the work on [CaM](https://github.com/yegor256/cam)\nproject,\nwhere we're building datasets with open source Java programs,\nwe [discovered](https://github.com/yegor256/cam/issues/297)\nthe need for filtering out repositories that not maintained. This repository\nis portable command-line tool that filters those repositories.\n\n## How to use\n\nFirst, install it from [PyPI](https://pypi.org/project/repo-reasoner/0.0.7/)\nlike that:\n\n```bash\npip install repo-reasoner\n```\n\nthen, execute:\n\n```bash\nrepo-reasoner is-maintained --repository=author/repository_name --key=your_gigachat_api_key\n```\n\nFor `--repository` you should provide a name of **existing** Github reposioty,\nin a format `author/repository_name`. The result would be printed into stdout.\nIf `repo-reasoner` thinks that a given repository is maintained, it will answer `yes`,\nand `no` otherwise.\nIf you feel missed, try `--help` and tool will explain to you what you should do.\n\n## Limitations\n\nIn current implementation, you have no other options but gigachat as a llm.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzhovi%2Frepositories-reasoner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzhovi%2Frepositories-reasoner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzhovi%2Frepositories-reasoner/lists"}