poetry-plugin-openfund


Namepoetry-plugin-openfund JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummaryOpenfund plugin that updates dependencies and bumps their versions in pyproject.toml file
upload_time2024-11-18 04:35:15
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": "poetry-plugin-openfund",
    "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/84/b5/5e3f18e9e57c77c5854f9fba645248c9627caafb6307e5f8945f87879c4b/poetry_plugin_openfund-0.0.4.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.4",
    "project_urls": null,
    "split_keywords": [
        "packaging",
        " dependency",
        " openfund",
        " update",
        " upgrade"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e3f145afa1fb4265115edbd63db11198145f08f97d02c6dcdb5333cde7b831aa",
                "md5": "5eeb8ff1656a06e3793bede1e9e7c122",
                "sha256": "57967b390be29c4017547646a16d34baca4a0f9abbeaf18ea4dd79415cd73048"
            },
            "downloads": -1,
            "filename": "poetry_plugin_openfund-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5eeb8ff1656a06e3793bede1e9e7c122",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 5946,
            "upload_time": "2024-11-18T04:35:14",
            "upload_time_iso_8601": "2024-11-18T04:35:14.849959Z",
            "url": "https://files.pythonhosted.org/packages/e3/f1/45afa1fb4265115edbd63db11198145f08f97d02c6dcdb5333cde7b831aa/poetry_plugin_openfund-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "84b55e3f18e9e57c77c5854f9fba645248c9627caafb6307e5f8945f87879c4b",
                "md5": "b38d215d09752f226995eb76c38965d2",
                "sha256": "ddd4d31fbb4aaadd7fffb944403ac314b1a7d32df541338379491f1ae943fd1a"
            },
            "downloads": -1,
            "filename": "poetry_plugin_openfund-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "b38d215d09752f226995eb76c38965d2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 4882,
            "upload_time": "2024-11-18T04:35:15",
            "upload_time_iso_8601": "2024-11-18T04:35:15.897423Z",
            "url": "https://files.pythonhosted.org/packages/84/b5/5e3f18e9e57c77c5854f9fba645248c9627caafb6307e5f8945f87879c4b/poetry_plugin_openfund-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 04:35:15",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "poetry-plugin-openfund"
}
        
Elapsed time: 0.57545s