# Poetry Docker Plugin
[![License: LGPL v3](https://img.shields.io/badge/License-MIT-blue.svg)](https://mit-license.org)
![PyPI](https://img.shields.io/pypi/v/poetry-docker-plugin?color=gree&label=pypi%20package)
![PyPI](https://img.shields.io/pypi/pyversions/poetry-docker-plugin?color=gree)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[Poetry](https://python-poetry.org) docker plugin is an extension for configuring and building docker images directly from the comfort of your `pyproject.toml` configuration.
The key features are:
* Easy and similar to Dockerfile syntax support.
* Easily generate dockerfiles, build them and push them to any registry.
* Multiple docker image support. You can declare and build multiple images from a single project.
* Supports configuration variables on image declaration that can be set at runtime.
* Multi-platform build support.
---
**Documentation**: <a href="https://vagmcs.github.io/poetry-docker-plugin" target="_blank">https://vagmcs.github.io/poetry-docker-plugin </a>
---
## Installation
In order to install the plugin you need to have installed a poetry version `>=1.2.0` and type:
```bash
poetry self add poetry-docker-plugin
```
## License
This project is licensed under the terms of the MIT license.
Raw data
{
"_id": null,
"home_page": "https://github.com/vagmcs/poetry-docker-plugin",
"name": "poetry-docker-plugin",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "poetry, packaging, docker",
"author": "Evangelos Michelioudakis",
"author_email": "vagmcs@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/d6/a6/c1c61b9598de48557c553aa8bb472b411d80872dc0a9fdc8cf6d09ebb3c2/poetry_docker_plugin-0.5.3.tar.gz",
"platform": null,
"description": "# Poetry Docker Plugin\n\n[![License: LGPL v3](https://img.shields.io/badge/License-MIT-blue.svg)](https://mit-license.org)\n![PyPI](https://img.shields.io/pypi/v/poetry-docker-plugin?color=gree&label=pypi%20package)\n![PyPI](https://img.shields.io/pypi/pyversions/poetry-docker-plugin?color=gree)\n[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)\n\n[Poetry](https://python-poetry.org) docker plugin is an extension for configuring and building docker images directly from the comfort of your `pyproject.toml` configuration.\n\nThe key features are:\n\n* Easy and similar to Dockerfile syntax support.\n* Easily generate dockerfiles, build them and push them to any registry.\n* Multiple docker image support. You can declare and build multiple images from a single project.\n* Supports configuration variables on image declaration that can be set at runtime.\n* Multi-platform build support.\n\n---\n\n**Documentation**: <a href=\"https://vagmcs.github.io/poetry-docker-plugin\" target=\"_blank\">https://vagmcs.github.io/poetry-docker-plugin </a>\n\n---\n\n## Installation\n\nIn order to install the plugin you need to have installed a poetry version `>=1.2.0` and type:\n\n```bash\npoetry self add poetry-docker-plugin\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.",
"bugtrack_url": null,
"license": "MIT",
"summary": "A poetry plugin for configure and build docker images.",
"version": "0.5.3",
"project_urls": {
"Documentation": "https://github.com/vagmcs/poetry-docker-plugin",
"Homepage": "https://github.com/vagmcs/poetry-docker-plugin",
"Repository": "https://github.com/vagmcs/poetry-docker-plugin"
},
"split_keywords": [
"poetry",
" packaging",
" docker"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7cd402d0b874084f03f8052776e1dfbe61d0a7d0dd03af164a7418c50ae7b786",
"md5": "61316fcacb468a777764ca9d0ca02c3a",
"sha256": "d07cade3fdbfb8f1f5fa56367663574f503439c1f85b3aad8d4badaef10e3d50"
},
"downloads": -1,
"filename": "poetry_docker_plugin-0.5.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "61316fcacb468a777764ca9d0ca02c3a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 10191,
"upload_time": "2024-11-02T11:09:41",
"upload_time_iso_8601": "2024-11-02T11:09:41.006084Z",
"url": "https://files.pythonhosted.org/packages/7c/d4/02d0b874084f03f8052776e1dfbe61d0a7d0dd03af164a7418c50ae7b786/poetry_docker_plugin-0.5.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d6a6c1c61b9598de48557c553aa8bb472b411d80872dc0a9fdc8cf6d09ebb3c2",
"md5": "948f027afc869a52caaf4b87a2736dc7",
"sha256": "dc09c3efd17ef9309343ed0c61e2d1ef1fa4ac67d35288dc226ff1b811ad20a7"
},
"downloads": -1,
"filename": "poetry_docker_plugin-0.5.3.tar.gz",
"has_sig": false,
"md5_digest": "948f027afc869a52caaf4b87a2736dc7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 10171,
"upload_time": "2024-11-02T11:09:42",
"upload_time_iso_8601": "2024-11-02T11:09:42.671366Z",
"url": "https://files.pythonhosted.org/packages/d6/a6/c1c61b9598de48557c553aa8bb472b411d80872dc0a9fdc8cf6d09ebb3c2/poetry_docker_plugin-0.5.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-02 11:09:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "vagmcs",
"github_project": "poetry-docker-plugin",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "poetry-docker-plugin"
}