poetry-plugin-up


Namepoetry-plugin-up JSON
Version 0.7.1 PyPI version JSON
download
home_pagehttps://github.com/MousaZeidBaker/poetry-plugin-up
SummaryPoetry plugin that updates dependencies and bumps their versions in pyproject.toml file
upload_time2023-11-06 20:58:32
maintainer
docs_urlNone
authorMousa Zeid Baker
requires_python>=3.8,<4.0
licenseMIT
keywords packaging dependency poetry update upgrade
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Poetry Plugin: up

![release](https://github.com/MousaZeidBaker/poetry-plugin-up/actions/workflows/release.yaml/badge.svg)
![test](https://github.com/MousaZeidBaker/poetry-plugin-up/actions/workflows/test.yaml/badge.svg)
[![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)
![python_version](https://img.shields.io/badge/Python-%3E=3.8-blue)
![poetry_version](https://img.shields.io/badge/Poetry-%3E=1.6-blue)

This package is a plugin that updates dependencies and bumps their versions in
`pyproject.toml` file. The version constraints are respected, unless the
`--latest` flag is passed, in which case dependencies are updated to latest
available compatible versions.

This plugin provides similar features as the existing `update` command with
additional features.


## Installation

The easiest way to install the `up` plugin is via the `self add` command of
Poetry.

```shell
poetry self add poetry-plugin-up
```

If you used `pipx` to install Poetry you can add the plugin via the `pipx
inject` command.

```shell
pipx inject poetry poetry-plugin-up
```

Otherwise, if you used `pip` to install Poetry you can add the plugin packages
via the `pip install` command.

```shell
pip install poetry-plugin-up
```


## Usage

The plugin provides an `up` command to update dependencies

```shell
poetry up --help
```

Update dependencies

```shell
poetry up
```

Update dependencies to latest available compatible versions

```shell
poetry up --latest
```

Update the `foo` and `bar` packages

```shell
poetry up foo bar
```

Update packages only in the `main` group

```shell
poetry up --only main
```

Update packages but ignore the `dev` group

```shell
poetry up --without dev
```


## Contributing

Contributions are welcome! See the [Contributing Guide](https://github.com/MousaZeidBaker/poetry-plugin-up/blob/master/CONTRIBUTING.md).


## Issues

If you encounter any problems, please file an
[issue](https://github.com/MousaZeidBaker/poetry-plugin-up/issues) along with a
detailed description.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MousaZeidBaker/poetry-plugin-up",
    "name": "poetry-plugin-up",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "packaging,dependency,poetry,update,upgrade",
    "author": "Mousa Zeid Baker",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/34/46/ee72ac9db376660c92a51fe708d9fb5e574218d89b0cc9db28be0f54dbae/poetry_plugin_up-0.7.1.tar.gz",
    "platform": null,
    "description": "# Poetry Plugin: up\n\n![release](https://github.com/MousaZeidBaker/poetry-plugin-up/actions/workflows/release.yaml/badge.svg)\n![test](https://github.com/MousaZeidBaker/poetry-plugin-up/actions/workflows/test.yaml/badge.svg)\n[![License](https://img.shields.io/badge/License-MIT-yellow)](LICENSE)\n![python_version](https://img.shields.io/badge/Python-%3E=3.8-blue)\n![poetry_version](https://img.shields.io/badge/Poetry-%3E=1.6-blue)\n\nThis package is a plugin that updates dependencies and bumps their versions in\n`pyproject.toml` file. The version constraints are respected, unless the\n`--latest` flag is passed, in which case dependencies are updated to latest\navailable compatible versions.\n\nThis plugin provides similar features as the existing `update` command with\nadditional features.\n\n\n## Installation\n\nThe easiest way to install the `up` plugin is via the `self add` command of\nPoetry.\n\n```shell\npoetry self add poetry-plugin-up\n```\n\nIf you used `pipx` to install Poetry you can add the plugin via the `pipx\ninject` command.\n\n```shell\npipx inject poetry poetry-plugin-up\n```\n\nOtherwise, if you used `pip` to install Poetry you can add the plugin packages\nvia the `pip install` command.\n\n```shell\npip install poetry-plugin-up\n```\n\n\n## Usage\n\nThe plugin provides an `up` command to update dependencies\n\n```shell\npoetry up --help\n```\n\nUpdate dependencies\n\n```shell\npoetry up\n```\n\nUpdate dependencies to latest available compatible versions\n\n```shell\npoetry up --latest\n```\n\nUpdate the `foo` and `bar` packages\n\n```shell\npoetry up foo bar\n```\n\nUpdate packages only in the `main` group\n\n```shell\npoetry up --only main\n```\n\nUpdate packages but ignore the `dev` group\n\n```shell\npoetry up --without dev\n```\n\n\n## Contributing\n\nContributions are welcome! See the [Contributing Guide](https://github.com/MousaZeidBaker/poetry-plugin-up/blob/master/CONTRIBUTING.md).\n\n\n## Issues\n\nIf you encounter any problems, please file an\n[issue](https://github.com/MousaZeidBaker/poetry-plugin-up/issues) along with a\ndetailed description.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Poetry plugin that updates dependencies and bumps their versions in pyproject.toml file",
    "version": "0.7.1",
    "project_urls": {
        "Homepage": "https://github.com/MousaZeidBaker/poetry-plugin-up",
        "Repository": "https://github.com/MousaZeidBaker/poetry-plugin-up"
    },
    "split_keywords": [
        "packaging",
        "dependency",
        "poetry",
        "update",
        "upgrade"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "53a35b89230d5767b6c32b14c1ff96459989650021054de9f92fb7605780f7c3",
                "md5": "76eb971c2c79bb5559ed8b0407c6f67b",
                "sha256": "57081db52ec8cd8d086a61ec87c101d0da3dac5aa8286b797afe2535098d435e"
            },
            "downloads": -1,
            "filename": "poetry_plugin_up-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "76eb971c2c79bb5559ed8b0407c6f67b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 5855,
            "upload_time": "2023-11-06T20:58:31",
            "upload_time_iso_8601": "2023-11-06T20:58:31.529170Z",
            "url": "https://files.pythonhosted.org/packages/53/a3/5b89230d5767b6c32b14c1ff96459989650021054de9f92fb7605780f7c3/poetry_plugin_up-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3446ee72ac9db376660c92a51fe708d9fb5e574218d89b0cc9db28be0f54dbae",
                "md5": "75457ef92760cdd2e109446d92388de3",
                "sha256": "ffd7368cab41b6e0b3194d74ece077273725e1d883efcb4befc60189c157c812"
            },
            "downloads": -1,
            "filename": "poetry_plugin_up-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "75457ef92760cdd2e109446d92388de3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 4781,
            "upload_time": "2023-11-06T20:58:32",
            "upload_time_iso_8601": "2023-11-06T20:58:32.951523Z",
            "url": "https://files.pythonhosted.org/packages/34/46/ee72ac9db376660c92a51fe708d9fb5e574218d89b0cc9db28be0f54dbae/poetry_plugin_up-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-06 20:58:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MousaZeidBaker",
    "github_project": "poetry-plugin-up",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "poetry-plugin-up"
}
        
Elapsed time: 0.22167s