openfund-plugin-up


Nameopenfund-plugin-up JSON
Version 0.0.2 PyPI version JSON
download
home_pageNone
SummaryOpenfund plugin that updates dependencies and bumps their versions in pyproject.toml file
upload_time2024-11-18 03:58:35
maintainerNone
docs_urlNone
authoryang99love
requires_python<4.0,>=3.8
licenseMIT
keywords packaging dependency openfund 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)
[![pypi_v](https://img.shields.io/pypi/v/poetry-plugin-up)](https://pypi.org/project/poetry-plugin-up)
[![pypi_dm](https://img.shields.io/pypi/dm/poetry-plugin-up)](https://pypi.org/project/poetry-plugin-up)

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": null,
    "name": "openfund-plugin-up",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "packaging, dependency, openfund, update, upgrade",
    "author": "yang99love",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/47/17/eca553fa10e5eaa6a32a66bc3fc006fb7d3eda871a3c85c4a56852ec74a0/openfund_plugin_up-0.0.2.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[![pypi_v](https://img.shields.io/pypi/v/poetry-plugin-up)](https://pypi.org/project/poetry-plugin-up)\n[![pypi_dm](https://img.shields.io/pypi/dm/poetry-plugin-up)](https://pypi.org/project/poetry-plugin-up)\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": "Openfund plugin that updates dependencies and bumps their versions in pyproject.toml file",
    "version": "0.0.2",
    "project_urls": null,
    "split_keywords": [
        "packaging",
        " dependency",
        " openfund",
        " update",
        " upgrade"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "421c8dd6e7c0baecb9d66ca20febef37478af87acf2970683f6b2e9fc3d7ebd4",
                "md5": "93f00594d1e5549e2deb2965fe5f0ad3",
                "sha256": "84dc97e023ca96343d5a010ef39d557e77136b7fcb57a25bab418e55d9bc4423"
            },
            "downloads": -1,
            "filename": "openfund_plugin_up-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "93f00594d1e5549e2deb2965fe5f0ad3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 5914,
            "upload_time": "2024-11-18T03:58:33",
            "upload_time_iso_8601": "2024-11-18T03:58:33.688306Z",
            "url": "https://files.pythonhosted.org/packages/42/1c/8dd6e7c0baecb9d66ca20febef37478af87acf2970683f6b2e9fc3d7ebd4/openfund_plugin_up-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4717eca553fa10e5eaa6a32a66bc3fc006fb7d3eda871a3c85c4a56852ec74a0",
                "md5": "a18e6d2f9004cdc4bc801d6c28db7374",
                "sha256": "ce55774f9ae3c651ae8cd6ae97406cf8ee867d42a4d2f0b06f64b9eff4cea7ef"
            },
            "downloads": -1,
            "filename": "openfund_plugin_up-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "a18e6d2f9004cdc4bc801d6c28db7374",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 4884,
            "upload_time": "2024-11-18T03:58:35",
            "upload_time_iso_8601": "2024-11-18T03:58:35.843471Z",
            "url": "https://files.pythonhosted.org/packages/47/17/eca553fa10e5eaa6a32a66bc3fc006fb7d3eda871a3c85c4a56852ec74a0/openfund_plugin_up-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 03:58:35",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "openfund-plugin-up"
}
        
Elapsed time: 0.43761s