# Poetry Plugin: Locked Build
This package is a plugin that allows the building of wheel files with locked packages from `poetry.lock`.
## Installation
The easiest way to install the `lockedbuild` plugin is via the `self add` command of Poetry.
```bash
poetry self add poetry-plugin-lockedbuild
```
If you used `pipx` to install Poetry you can add the plugin via the `pipx inject` command.
```bash
pipx inject poetry poetry-plugin-lockedbuild
```
Otherwise, if you used `pip` to install Poetry you can add the plugin packages via the `pip install` command.
```bash
pip install poetry-plugin-lockedbuild
```
## Usage
The plugin provides an `lockedbuild` command to build a wheel file with locked packages.
```bash
poetry lockedbuild
```
### Available options
* `--with`: The optional dependency groups to include when exporting.
Raw data
{
"_id": null,
"home_page": "https://github.com/thesnapdragon/poetry-plugin-lockedbuild",
"name": "poetry-plugin-lockedbuild",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "python,poetry,poetry-plugin",
"author": "Milan Unicsovics",
"author_email": "u.milan@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/03/a9/fd244349781f58b7428c8685ed84e7c307f834abefe8e90eca59f21a52ae/poetry_plugin_lockedbuild-0.10.1.tar.gz",
"platform": null,
"description": "# Poetry Plugin: Locked Build\n\nThis package is a plugin that allows the building of wheel files with locked packages from `poetry.lock`.\n\n## Installation\n\nThe easiest way to install the `lockedbuild` plugin is via the `self add` command of Poetry.\n\n```bash\npoetry self add poetry-plugin-lockedbuild\n```\n\nIf you used `pipx` to install Poetry you can add the plugin via the `pipx inject` command.\n\n```bash\npipx inject poetry poetry-plugin-lockedbuild\n```\n\nOtherwise, if you used `pip` to install Poetry you can add the plugin packages via the `pip install` command.\n\n```bash\npip install poetry-plugin-lockedbuild\n```\n\n\n## Usage\n\nThe plugin provides an `lockedbuild` command to build a wheel file with locked packages.\n\n```bash\npoetry lockedbuild\n```\n\n### Available options\n\n* `--with`: The optional dependency groups to include when exporting.\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Poetry plugin to add support for building wheel files with locked packages from the poetry.lock",
"version": "0.10.1",
"project_urls": {
"Homepage": "https://github.com/thesnapdragon/poetry-plugin-lockedbuild",
"Repository": "https://github.com/thesnapdragon/poetry-plugin-lockedbuild"
},
"split_keywords": [
"python",
"poetry",
"poetry-plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2a847c8f84531910f838d892bdc0dd94b72fef90ebe2eb912ec5f00784d37f4f",
"md5": "10dfcf5a3f69ecd8bad5494730250a41",
"sha256": "41e8f1a7059363fdd5fc21498a99b3b3131c14688ba6495fccdccb034a8b9684"
},
"downloads": -1,
"filename": "poetry_plugin_lockedbuild-0.10.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "10dfcf5a3f69ecd8bad5494730250a41",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 5214,
"upload_time": "2023-11-01T15:36:34",
"upload_time_iso_8601": "2023-11-01T15:36:34.649929Z",
"url": "https://files.pythonhosted.org/packages/2a/84/7c8f84531910f838d892bdc0dd94b72fef90ebe2eb912ec5f00784d37f4f/poetry_plugin_lockedbuild-0.10.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "03a9fd244349781f58b7428c8685ed84e7c307f834abefe8e90eca59f21a52ae",
"md5": "7ce8e42a749b2a6b71d8f3827560cc12",
"sha256": "5458d54d783bad892bc97dfb1f3a2d16bdd599af587346a8a01b2485ada11565"
},
"downloads": -1,
"filename": "poetry_plugin_lockedbuild-0.10.1.tar.gz",
"has_sig": false,
"md5_digest": "7ce8e42a749b2a6b71d8f3827560cc12",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 19782,
"upload_time": "2023-11-01T15:36:35",
"upload_time_iso_8601": "2023-11-01T15:36:35.930689Z",
"url": "https://files.pythonhosted.org/packages/03/a9/fd244349781f58b7428c8685ed84e7c307f834abefe8e90eca59f21a52ae/poetry_plugin_lockedbuild-0.10.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-11-01 15:36:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "thesnapdragon",
"github_project": "poetry-plugin-lockedbuild",
"github_not_found": true,
"lcname": "poetry-plugin-lockedbuild"
}