{"id":34021261,"url":"https://github.com/mhristodor/pyreq-merger","last_synced_at":"2026-04-10T10:32:22.250Z","repository":{"id":197790140,"uuid":"697226201","full_name":"mhristodor/pyreq-merger","owner":"mhristodor","description":"Minimal tool used for merging 2 requirement files into a single one by either upgrading or downgrading the package versions.","archived":false,"fork":false,"pushed_at":"2023-10-21T14:01:42.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-15T06:27:59.442Z","etag":null,"topics":["python","requirements","tool"],"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/mhristodor.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}},"created_at":"2023-09-27T09:58:25.000Z","updated_at":"2023-10-02T14:18:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"4974eaa9-d085-4f64-a6e2-9d6dfc1a8417","html_url":"https://github.com/mhristodor/pyreq-merger","commit_stats":null,"previous_names":["mhristodor/pyreq-merger"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/mhristodor/pyreq-merger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhristodor%2Fpyreq-merger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhristodor%2Fpyreq-merger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhristodor%2Fpyreq-merger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhristodor%2Fpyreq-merger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhristodor","download_url":"https://codeload.github.com/mhristodor/pyreq-merger/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhristodor%2Fpyreq-merger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31638452,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: 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":["python","requirements","tool"],"created_at":"2025-12-13T15:50:22.784Z","updated_at":"2026-04-10T10:32:22.226Z","avatar_url":"https://github.com/mhristodor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pyreq-merger\n\nMinimal tool used for merging 2 requirement files into a single one by either upgrading or downgrading the package versions.\n\n#### Installation\n\nUsing pip inside the project directory: `pip install .`\nUsing pip: `pip install pyreq-merger` \n\n#### Usage Example\n\n`pyreq file1 file2 --method downgrade --output mynewreq.txt` \n\nOutput is a new requirement file with the specified name in the current working directory.\n\n#### Notes \n\nFor a full list of available parameters use `pyreq -h` \n\n```pyreq -h\nusage: pyreq [-h] [-v] [-m {upgrade,downgrade}] [-o OUTPUT] first_req_file second_req_file\n\nMerge 2 requirement files into a single file, using the specified method.\n\npositional arguments:\n  first_req_file        First file containing requirements\n  second_req_file       Second file containing requirements\n\noptions:\n  -h, --help            show this help message and exit\n  -v, --version         Displays version then quit\n  -m {upgrade,downgrade}, --method {upgrade,downgrade}\n                        Merge method, choose from: 'upgrade' or 'downgrade. (default: upgrade)\n  -o OUTPUT, --output OUTPUT\n                        Output file containing merged requirements. (default: merged_requirements.txt)\n\nMade by https://github.com/mhristodor.```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhristodor%2Fpyreq-merger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhristodor%2Fpyreq-merger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhristodor%2Fpyreq-merger/lists"}