{"id":18897765,"url":"https://github.com/zurutech/reqompyler","last_synced_at":"2025-10-15T15:28:26.783Z","repository":{"id":48765199,"uuid":"240248425","full_name":"zurutech/reqompyler","owner":"zurutech","description":"Use pip-tools (https://github.com/jazzband/pip-tools) to compile a requirements.in folder into proper pinned dependencies.","archived":false,"fork":false,"pushed_at":"2022-12-26T21:30:33.000Z","size":511,"stargazers_count":4,"open_issues_count":9,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-24T22:15:37.011Z","etag":null,"topics":["dependencies","pip-tools","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zurutech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-13T11:51:12.000Z","updated_at":"2020-09-04T17:53:11.000Z","dependencies_parsed_at":"2023-01-31T01:45:46.978Z","dependency_job_id":null,"html_url":"https://github.com/zurutech/reqompyler","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zurutech/reqompyler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurutech%2Freqompyler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurutech%2Freqompyler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurutech%2Freqompyler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurutech%2Freqompyler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zurutech","download_url":"https://codeload.github.com/zurutech/reqompyler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zurutech%2Freqompyler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279086811,"owners_count":26100243,"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","status":"online","status_checked_at":"2025-10-15T02:00:07.814Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["dependencies","pip-tools","python"],"created_at":"2024-11-08T08:39:30.406Z","updated_at":"2025-10-15T15:28:26.749Z","avatar_url":"https://github.com/zurutech.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Reqompyler\n\n![Python - Version](https://img.shields.io/pypi/pyversions/reqompyler.svg)\n[![PyPy - Version](https://badge.fury.io/py/reqompyler.svg)](https://pypi.org/project/reqompyler/)\n![PyPI - License](https://img.shields.io/pypi/l/reqompyler.svg)\n[![Reqompyler - Badge](https://img.shields.io/badge/package-reqompyler-brightgreen.svg)](https://pypi.org/project/reqompyler/)\n[![Updates](https://pyup.io/repos/github/zurutech/reqompyler/shield.svg)](https://pyup.io/repos/github/zurutech/reqompyler/)\n[![Build Status](https://travis-ci.org/zurutech/reqompyler.svg?branch=master)](https://travis-ci.org/zurutech/reqompyler)\n[![Documentation Status](https://readthedocs.org/projects/reqompyler/badge/?version=latest)](https://reqompyler.readthedocs.io/en/latest/?badge=latest)\n[![codecov](https://codecov.io/gh/zurutech/reqompyler/branch/master/graph/badge.svg)](https://codecov.io/gh/zurutech/reqompyler)\n[![CodeFactor](https://www.codefactor.io/repository/github/zurutech/reqompyler/badge)](https://www.codefactor.io/repository/github/zurutech/reqompyler)\n![Contributions](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)\n[![Black - Badge](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v1.4%20adopted-ff69b4.svg)](CODE_OF_CONDUCT.md)\n\n## Table of Contents\n\n- [Table of Contents](#table-of-contents)\n- [Description](#description)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Credits](#credits)\n\n## Description\n\nUse [pip-tools](https://github.com/jazzband/pip-tools) to compile a requirements.in folder into proper pinned dependencies.\n\n## Installation\n\n```console\npip install reqompyler\n```\n\n## Usage\n\n```console\n$ reqompyler --help\n\nUsage: reqompyler [OPTIONS]\n\n  Console script for reqompyler.\n\nOptions:\n  -i, --in PATH      Path to requirements.in folder  [default:\n                     ./requirements.in]\n  -o, --output PATH  Path to pinned requirements folder  [default:\n                     ./requirements]\n  --tld PATH         Ideally the top-level-directory of the package (ie, were\n                     there is a setup.py). If not None will be used to export\n                     a copy of your dev.txt as requirements.txt  [default: .]\n  --ignore TEXT      Requirements.in file (without extension) to ignore,\n                     if they are required by another they will be used but no dedicated\n                     .txt file will be generated.  [default: linting]\n  --help             Show this message and exit.\n\n```\n\n## Credits\n\nThis package was created with [Cookiecutter] and the [zurutech/cookie-monster] project template.\n\n[Cookiecutter]: https://github.com/audreyr/cookiecutter\n[zurutech/cookie-monster]: https://github.com/zurutech/cookie-monster\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzurutech%2Freqompyler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzurutech%2Freqompyler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzurutech%2Freqompyler/lists"}