{"id":19793055,"url":"https://github.com/divkix/poetry-export-requirements-action","last_synced_at":"2025-07-06T01:03:36.661Z","repository":{"id":38001139,"uuid":"502569249","full_name":"Divkix/poetry-export-requirements-action","owner":"Divkix","description":"GitHub action to export requirements.txt file from pyproject.toml file 📝","archived":false,"fork":false,"pushed_at":"2024-04-07T09:59:23.000Z","size":20,"stargazers_count":5,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-10T23:21:08.344Z","etag":null,"topics":["github-actions","poetry","pyproject-toml","python","python-poetry","requirements-txt-pip"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/poetry-export-requirements-txt-file","language":null,"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/Divkix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"ko_fi":"divkix","github":"divkix"}},"created_at":"2022-06-12T09:16:07.000Z","updated_at":"2024-07-29T18:49:02.000Z","dependencies_parsed_at":"2024-04-07T10:46:44.645Z","dependency_job_id":null,"html_url":"https://github.com/Divkix/poetry-export-requirements-action","commit_stats":null,"previous_names":["divideprojects/poetry-export-requirements-action"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/Divkix/poetry-export-requirements-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divkix%2Fpoetry-export-requirements-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divkix%2Fpoetry-export-requirements-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divkix%2Fpoetry-export-requirements-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divkix%2Fpoetry-export-requirements-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Divkix","download_url":"https://codeload.github.com/Divkix/poetry-export-requirements-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Divkix%2Fpoetry-export-requirements-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263833413,"owners_count":23517372,"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":["github-actions","poetry","pyproject-toml","python","python-poetry","requirements-txt-pip"],"created_at":"2024-11-12T07:08:45.165Z","updated_at":"2025-07-06T01:03:36.553Z","avatar_url":"https://github.com/Divkix.png","language":null,"funding_links":["https://ko-fi.com/divkix","https://github.com/sponsors/divkix"],"categories":[],"sub_categories":[],"readme":"# Poetry export requirements.txt file\n\nThis action prints exports the pyproject.toml and poetry.lock file to the requirements.txt file.\n\n## Inputs\n\n| Name           | Required | Description                                                          | Default          |\n| -------------- | -------- | -------------------------------------------------------------------- | ---------------- |\n| without-hashes | false    | If you want to use '--without-hashes' option when exporting the file | true             |\n| outfile-name   | false    | Custom name for exported file                                        | requirements.txt |\n\n## Outputs\n`custom-file-name`: Name of the output file\n\nThe current working directory will have a `requirements.txt` file generated from the pyproject.toml and poetry.lock files.\n\n## Example usage\n\n```yaml\nname: poetry export requirements.txt\n\non:\n  pull_request:\n  push:\n    branches: [main]\n\njobs:\n  export-requirements-txt:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v3\n    - uses: divideprojects/poetry-export-requirements-action@v1\n      with:\n        without-hashes: true\n        outfile-name: requirements.txt\n```\n\nMake sure to use `actions/checkout@3` as the first action in your pipeline.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivkix%2Fpoetry-export-requirements-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivkix%2Fpoetry-export-requirements-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivkix%2Fpoetry-export-requirements-action/lists"}