{"id":20333859,"url":"https://github.com/bbilly1/requirementscheck","last_synced_at":"2025-04-11T21:50:38.503Z","repository":{"id":260996618,"uuid":"882933812","full_name":"bbilly1/requirementscheck","owner":"bbilly1","description":"Python CLI to check your requirements.txt files for updates","archived":false,"fork":false,"pushed_at":"2025-02-25T03:35:04.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T23:06:46.351Z","etag":null,"topics":["package-management","python","requirements"],"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/bbilly1.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":"2024-11-04T04:21:41.000Z","updated_at":"2025-02-25T15:49:34.000Z","dependencies_parsed_at":"2024-11-04T05:26:57.279Z","dependency_job_id":"b21f419f-76ca-4388-9f79-ad4e4d96f99f","html_url":"https://github.com/bbilly1/requirementscheck","commit_stats":null,"previous_names":["bbilly1/requirementscheck"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbilly1%2Frequirementscheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbilly1%2Frequirementscheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbilly1%2Frequirementscheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bbilly1%2Frequirementscheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bbilly1","download_url":"https://codeload.github.com/bbilly1/requirementscheck/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248487733,"owners_count":21112188,"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":["package-management","python","requirements"],"created_at":"2024-11-14T20:33:32.637Z","updated_at":"2025-04-11T21:50:38.494Z","avatar_url":"https://github.com/bbilly1.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Version Check\n\nCore Functionality:\n- Look for requirements*.txt files in your working directory and check for updates.\n- Prompt to confirm each update with an upstream url.\n\n## Install\n\nRequirementsCheck is available on [pypi.org/project/RequirementsCheck/](https://pypi.org/project/RequirementsCheck/). Install into your environment with pip:\n\n```\npip install requirementscheck\n```\n\nAdd it to your `requirements.txt` file, pin the release, and use requirementscheck to update requirementscheck in your `requirements.txt` file.\n\n## Run\n\nFrom your Python project root folder run:\n```\nrequirementscheck\n```\n\nto look for requirements files and update your dependencies based on your prompts.\n\nAdditionally, this takes to optional arguments:\n\n- `--confirm | --no-confirm`: Ask for confirmation with link to upstream package before applying update, default `True`.\n- `--pin | --no-pin`: Pin a dependency to the latest version if found to be not pinned, default `False`.\n- `-h | --help`: Print help text and exit.\n\n## Ignore\n\nYou can ignore certain lines in your requirements file by appending a comment `# rc:ignore` to the line, indicating for requirementscheck to ignore that line.\n\n## Build\n\nRun tests:\n```\npython -m unittest src/requirementscheck/test_requirementscheck.py\n```\n\n1. Update the version in setup.py\n2. Git Tag\n3. Push tag\n4. Create release on GH\n5. Build and update package to pypi:\n\n    ```bash\n    python -m build\n    python -m twine upload dist/*\n    ```\n\n## Additional\nNewest docs on GitHub: [bbilly1/requirementscheck](https://github.com/bbilly1/requirementscheck).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbilly1%2Frequirementscheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbbilly1%2Frequirementscheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbbilly1%2Frequirementscheck/lists"}