{"id":17456605,"url":"https://github.com/martinthoma/check-pip-compile","last_synced_at":"2025-04-24T01:40:57.140Z","repository":{"id":44608672,"uuid":"297743068","full_name":"MartinThoma/check-pip-compile","owner":"MartinThoma","description":"Check if pip-compile needs to be run","archived":false,"fork":false,"pushed_at":"2022-02-04T21:12:59.000Z","size":17,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T05:41:12.373Z","etag":null,"topics":["pip-compile","pre-commit","pre-commit-hook","python-dependencies"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MartinThoma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-22T18:52:28.000Z","updated_at":"2024-07-10T08:48:30.000Z","dependencies_parsed_at":"2022-09-17T14:31:17.484Z","dependency_job_id":null,"html_url":"https://github.com/MartinThoma/check-pip-compile","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinThoma%2Fcheck-pip-compile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinThoma%2Fcheck-pip-compile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinThoma%2Fcheck-pip-compile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MartinThoma%2Fcheck-pip-compile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MartinThoma","download_url":"https://codeload.github.com/MartinThoma/check-pip-compile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250545472,"owners_count":21448213,"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":["pip-compile","pre-commit","pre-commit-hook","python-dependencies"],"created_at":"2024-10-18T02:48:04.104Z","updated_at":"2025-04-24T01:40:57.112Z","avatar_url":"https://github.com/MartinThoma.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![PyPI version](https://badge.fury.io/py/check-pip-compile.svg)](https://badge.fury.io/py/check-pip-compile)\n[![Code on Github](https://img.shields.io/badge/Code-GitHub-brightgreen)](https://github.com/MartinThoma/check-pip-compile)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n# check_pip_compile\n\nAutomatically verify if you need to run [pip-compile](https://pypi.org/project/pip-tools/).\n\n## Usage\n\nYou can use it as a [pre-commit](https://pre-commit.com/) hook:\n\n```yaml\n-   repo: https://github.com/MartinThoma/check-pip-compile\n    rev: 0.1.0\n    hooks:\n    -   id: check-pip-compile\n        args: ['.']  # it's recommended to specify the files you want\n```\n\nor via command line:\n\n```\n$ check_pip_compile .\nRun 'pip-compile requirements-dev.in' (2020-09-22 22:47:11.551971), as requirements-dev.txt (2020-09-02 09:53:58.287945) might be outdated\nRun 'pip-compile setup.py', as no corresponding txt file exists\n\n$ check_pip_compile setup.py requirements-lint.in\nRun 'pip-compile setup.py', as no corresponding txt file exists\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinthoma%2Fcheck-pip-compile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmartinthoma%2Fcheck-pip-compile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmartinthoma%2Fcheck-pip-compile/lists"}