{"id":23002992,"url":"https://github.com/educationwarehouse/edwh-pipcompile-plugin","last_synced_at":"2025-04-02T14:22:17.236Z","repository":{"id":152540592,"uuid":"626374774","full_name":"educationwarehouse/edwh-pipcompile-plugin","owner":"educationwarehouse","description":"Plugin that integrates `pip-tools` with `edwh`","archived":false,"fork":false,"pushed_at":"2025-02-13T16:58:20.000Z","size":104,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-15T22:17:16.911Z","etag":null,"topics":["edwh","invoke","pip","python"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/edwh-pipcompile-plugin/","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/educationwarehouse.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2023-04-11T10:45:41.000Z","updated_at":"2025-02-13T16:58:27.000Z","dependencies_parsed_at":"2025-02-08T05:34:40.902Z","dependency_job_id":null,"html_url":"https://github.com/educationwarehouse/edwh-pipcompile-plugin","commit_stats":null,"previous_names":[],"tags_count":21,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-pipcompile-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-pipcompile-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-pipcompile-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/educationwarehouse%2Fedwh-pipcompile-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/educationwarehouse","download_url":"https://codeload.github.com/educationwarehouse/edwh-pipcompile-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246828695,"owners_count":20840511,"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":["edwh","invoke","pip","python"],"created_at":"2024-12-15T07:13:10.227Z","updated_at":"2025-04-02T14:22:17.212Z","avatar_url":"https://github.com/educationwarehouse.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# edwh-pipcompile-plugin\n\n[![PyPI - Version](https://img.shields.io/pypi/v/edwh-pipcompile-plugin.svg)](https://pypi.org/project/edwh-pipcompile-plugin)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/edwh-pipcompile-plugin.svg)](https://pypi.org/project/edwh-pipcompile-plugin)\n\n-----\n\n**Table of Contents**\n\n- [Installation](#installation)\n- [License](#license)\n- [Changelog](#changelog)\n\n## Installation\n\n```console\npip install edwh-pipcompile-plugin\n```\n\nBut probably you want to install the whole edwh package:\n\n```console\npipx install edwh[pip]\n# or\npipx install edwh[plugins,omgeving]\n```\n\n## Usage\n\nTo see all available subcommands or get help for a specific command, you can use:\n\n```bash\nedwh help pip\nedwh help pip.compile\n```\n\nYou can use `pip.compile` (and `pip.upgrade`, etc.) in multiple ways.\nYou can run it on a specific file: `ew pip.compile \u003cmyfile.in\u003e`. This will result in a `myfile.txt`.\nYou can run it on a directory: `ew pip.compile \u003cmydirectory\u003e` or `ew pip.compile .`.\nThis will transform all `.in` files into `.out` files (with the same name):\n\n- `mydirectory/first.in` -\u003e `mydirectory/first.txt`\n- `mydirectory/second.in` -\u003e `mydirectory/second.txt`\n\nYou can also add `--combine` to combine multiple `.in` files into a single `.txt` file (\ncalled `\u003cdirectory\u003e/requirements.txt`).\n\nIf you want to modify this behavior, you can do so via `pyproject.toml`:\n```toml\n[tool.edwh.pipcompile.directory]\ninput = [\"first.in\", \"../second.in\"] # will ignore other .in files;\n# transformed to directory/first.in and ./second.in\noutput = \"output.txt\" # directory/output.txt\n```\n\nWhere 'directory' is the name of a specific folder. \nYou can use the special symbol `__cwd__` to target the project folder.\n\n## License\n\n`edwh-pipcompile-plugin` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.\n\n## Changelog\n\n[See CHANGELOG.md](CHANGELOG.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feducationwarehouse%2Fedwh-pipcompile-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feducationwarehouse%2Fedwh-pipcompile-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feducationwarehouse%2Fedwh-pipcompile-plugin/lists"}