poetry-plugin-i


Namepoetry-plugin-i JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/waketzheng/poetry-dotenv-i
SummaryPoetry plugin to support `poetry i` as shortcut of `poetry install`
upload_time2024-09-28 08:07:36
maintainerNone
docs_urlNone
authorWaket Zheng
requires_python<4.0,>=3.8
licenseNone
keywords poetry poetry-plugin plugin shortcut install
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Poetry Plugin I

[![CI](https://github.com/waketzheng/poetry-plugin-i/actions/workflows/ci.yml/badge.svg)](https://github.com/waketzheng/poetry-plugin-i/actions/workflows/ci.yml)

A [Poetry](https://python-poetry.org/) plugin that support `poetry i` as shortcut of `poetry install`"

Supports Python 3.8+[^1]


## Install

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

```bash
poetry self add poetry-plugin-i
```

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

```bash
pipx inject poetry-plugin-i
```

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

```bash
pip install poetry-plugin-i
```

## Usage

```bash
poetry i
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/waketzheng/poetry-dotenv-i",
    "name": "poetry-plugin-i",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": "poetry, poetry-plugin, plugin, shortcut, install",
    "author": "Waket Zheng",
    "author_email": "waketzheng@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/89/7f/f5361acae0f1093525a9e206f745baf81f0e6dd9acde9798e2df0b79291c/poetry_plugin_i-0.1.0.tar.gz",
    "platform": null,
    "description": "# Poetry Plugin I\n\n[![CI](https://github.com/waketzheng/poetry-plugin-i/actions/workflows/ci.yml/badge.svg)](https://github.com/waketzheng/poetry-plugin-i/actions/workflows/ci.yml)\n\nA [Poetry](https://python-poetry.org/) plugin that support `poetry i` as shortcut of `poetry install`\"\n\nSupports Python 3.8+[^1]\n\n\n## Install\n\nThe easiest way to install this plugin is via the `self add` command of Poetry.\n\n```bash\npoetry self add poetry-plugin-i\n```\n\nIf you used `pipx` to install Poetry you can add the plugin via the `pipx inject` command.\n\n```bash\npipx inject poetry-plugin-i\n```\n\nOtherwise, if you used `pip` to install Poetry you can add the plugin packages via the `pip install` command.\n\n```bash\npip install poetry-plugin-i\n```\n\n## Usage\n\n```bash\npoetry i\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Poetry plugin to support `poetry i` as shortcut of `poetry install`",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/waketzheng/poetry-dotenv-i",
        "Repository": "https://github.com/waketzheng/poetry-dotenv-i"
    },
    "split_keywords": [
        "poetry",
        " poetry-plugin",
        " plugin",
        " shortcut",
        " install"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e99d87201b94b2d5224bc7181457f3417e42b9a62ff70344541cdf0ee9d10b2",
                "md5": "b20f3af6ee90f72080f7a9b0c064fb2e",
                "sha256": "c46db0d331ed2898d6185bab59c83c66ba688207e2d104d92a4fa2798ff81eae"
            },
            "downloads": -1,
            "filename": "poetry_plugin_i-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b20f3af6ee90f72080f7a9b0c064fb2e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 3020,
            "upload_time": "2024-09-28T08:07:35",
            "upload_time_iso_8601": "2024-09-28T08:07:35.008864Z",
            "url": "https://files.pythonhosted.org/packages/9e/99/d87201b94b2d5224bc7181457f3417e42b9a62ff70344541cdf0ee9d10b2/poetry_plugin_i-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "897ff5361acae0f1093525a9e206f745baf81f0e6dd9acde9798e2df0b79291c",
                "md5": "445be5f050be57dc92f9d9922ea21c6a",
                "sha256": "78730cf60eafbe1b5af65b8dcee9ff6addba2206c2cc64f9a787f37a8dd530a4"
            },
            "downloads": -1,
            "filename": "poetry_plugin_i-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "445be5f050be57dc92f9d9922ea21c6a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 2169,
            "upload_time": "2024-09-28T08:07:36",
            "upload_time_iso_8601": "2024-09-28T08:07:36.865257Z",
            "url": "https://files.pythonhosted.org/packages/89/7f/f5361acae0f1093525a9e206f745baf81f0e6dd9acde9798e2df0b79291c/poetry_plugin_i-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-28 08:07:36",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "waketzheng",
    "github_project": "poetry-dotenv-i",
    "github_not_found": true,
    "lcname": "poetry-plugin-i"
}
        
Elapsed time: 1.39731s