poetry-patches


Namepoetry-patches JSON
Version 0.1.6 PyPI version JSON
download
home_pagehttps://github.com/csirmazbendeguz/poetry-patches
SummaryA patches plugin for Poetry.
upload_time2024-03-20 04:36:40
maintainerNone
docs_urlNone
authorBendegúz Csirmaz
requires_python<4.0,>=3.11
licenseMIT
keywords poetry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # poetry-patches

A patches plugin for Poetry.

## Installation

To install this plugin, run:

```sh
pipx inject poetry poetry-patches
```

Check the [docs](https://python-poetry.org/docs/plugins/#using-plugins) for more info.

## Usage

Add `[tool.poetry-patches]` to `pyproject.toml`.

```toml
[tool.poetry-patches]
django = ["patches/django/mypatch.diff"]
```

## Commands

- `poetry patches apply`
- `poetry patches revert`

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/csirmazbendeguz/poetry-patches",
    "name": "poetry-patches",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "poetry",
    "author": "Bendeg\u00faz Csirmaz",
    "author_email": "csirmazbendeguz@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/50/4d970575a12271abfc54543ed07df401f7165dc1bc1d1401ac8699169441/poetry_patches-0.1.6.tar.gz",
    "platform": null,
    "description": "# poetry-patches\n\nA patches plugin for Poetry.\n\n## Installation\n\nTo install this plugin, run:\n\n```sh\npipx inject poetry poetry-patches\n```\n\nCheck the [docs](https://python-poetry.org/docs/plugins/#using-plugins) for more info.\n\n## Usage\n\nAdd `[tool.poetry-patches]` to `pyproject.toml`.\n\n```toml\n[tool.poetry-patches]\ndjango = [\"patches/django/mypatch.diff\"]\n```\n\n## Commands\n\n- `poetry patches apply`\n- `poetry patches revert`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A patches plugin for Poetry.",
    "version": "0.1.6",
    "project_urls": {
        "Homepage": "https://github.com/csirmazbendeguz/poetry-patches",
        "Repository": "https://github.com/csirmazbendeguz/poetry-patches"
    },
    "split_keywords": [
        "poetry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6f4ecde55804fd77e21826b28ae415a874f5e173f56f5057c84edb1aaf0627b3",
                "md5": "0653649ce17e01b03fa33bda32b57aa7",
                "sha256": "687ec859d6c46a84914ac083253c1bcfbcf58a7af60c7fa8f2408d88a8c4c915"
            },
            "downloads": -1,
            "filename": "poetry_patches-0.1.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0653649ce17e01b03fa33bda32b57aa7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 6870,
            "upload_time": "2024-03-20T04:36:38",
            "upload_time_iso_8601": "2024-03-20T04:36:38.636988Z",
            "url": "https://files.pythonhosted.org/packages/6f/4e/cde55804fd77e21826b28ae415a874f5e173f56f5057c84edb1aaf0627b3/poetry_patches-0.1.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd504d970575a12271abfc54543ed07df401f7165dc1bc1d1401ac8699169441",
                "md5": "e87e4aa35ce2c4825831aeb8f5176fd9",
                "sha256": "0fe0c21d484644181e27b255ab1b9d8b3997544ae57e708c4b48bc41193b8497"
            },
            "downloads": -1,
            "filename": "poetry_patches-0.1.6.tar.gz",
            "has_sig": false,
            "md5_digest": "e87e4aa35ce2c4825831aeb8f5176fd9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 4866,
            "upload_time": "2024-03-20T04:36:40",
            "upload_time_iso_8601": "2024-03-20T04:36:40.357882Z",
            "url": "https://files.pythonhosted.org/packages/dd/50/4d970575a12271abfc54543ed07df401f7165dc1bc1d1401ac8699169441/poetry_patches-0.1.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 04:36:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "csirmazbendeguz",
    "github_project": "poetry-patches",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "poetry-patches"
}
        
Elapsed time: 0.20712s