pdm-scriptcomplete


Namepdm-scriptcomplete JSON
Version 0.0.2 PyPI version JSON
download
home_page
SummaryA PDM plugin that enables tab completion for pdm scripts
upload_time2023-08-27 20:02:57
maintainer
docs_urlNone
authorAnton Bauer
requires_python>=3.9
licenseMIT
keywords pdm pdm-scriptcomplete
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PDM Script Complete

This [PDM](https://github.com/pdm-project/pdm) plugin enables tab completion for pdm scripts.

## Installation
### PDM
PDM needs to be installed prior to installing the plugin. Please follow the instructions from the official [PDM README](https://github.com/pdm-project/pdm/README.md).

### The plugin
You can install the plugin with [PDM](https://github.com/pdm-project/pdm):
```commandline
pdm self add pdm-scriptcomplete
```

As a local-only plugin:

```toml
# pyproject.toml
[tool.pdm]
plugins = ["pdm-scriptcomplete"]
```

```commandline
pdm install --plugins
```

## Usage

```commandline
pdm script <ENTER>
```
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "pdm-scriptcomplete",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "pdm pdm-scriptcomplete",
    "author": "Anton Bauer",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/c7/24/eac2a6d97349f8f7680d83e3c55e02573fea0b814f50359547aebd4d72b7/pdm_scriptcomplete-0.0.2.tar.gz",
    "platform": null,
    "description": "# PDM Script Complete\n\nThis [PDM](https://github.com/pdm-project/pdm) plugin enables tab completion for pdm scripts.\n\n## Installation\n### PDM\nPDM needs to be installed prior to installing the plugin. Please follow the instructions from the official [PDM README](https://github.com/pdm-project/pdm/README.md).\n\n### The plugin\nYou can install the plugin with [PDM](https://github.com/pdm-project/pdm):\n```commandline\npdm self add pdm-scriptcomplete\n```\n\nAs a local-only plugin:\n\n```toml\n# pyproject.toml\n[tool.pdm]\nplugins = [\"pdm-scriptcomplete\"]\n```\n\n```commandline\npdm install --plugins\n```\n\n## Usage\n\n```commandline\npdm script <ENTER>\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A PDM plugin that enables tab completion for pdm scripts",
    "version": "0.0.2",
    "project_urls": {
        "Homepage": "https://pypi.org/project/pdm-scriptcomplete/",
        "Repository": "https://github.com/g-wagen/pdm-scriptcomplete.git"
    },
    "split_keywords": [
        "pdm",
        "pdm-scriptcomplete"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5925823cae32cef671b6848b364a58090587a4520acdba4b1db260230a77e35",
                "md5": "4ccf9c0687bd37102e3c57fd73a5a25d",
                "sha256": "25298657d394f854979920143ddbb1797c7992f4c0fe8e5afd87ecc724d77b6a"
            },
            "downloads": -1,
            "filename": "pdm_scriptcomplete-0.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ccf9c0687bd37102e3c57fd73a5a25d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 2375,
            "upload_time": "2023-08-27T20:02:56",
            "upload_time_iso_8601": "2023-08-27T20:02:56.445843Z",
            "url": "https://files.pythonhosted.org/packages/a5/92/5823cae32cef671b6848b364a58090587a4520acdba4b1db260230a77e35/pdm_scriptcomplete-0.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c724eac2a6d97349f8f7680d83e3c55e02573fea0b814f50359547aebd4d72b7",
                "md5": "b57730024c808e39c5a514f7734d86cb",
                "sha256": "45ed6548e67a21e02f9a2b97a94f8f030a39e21af4f7ccc3bc8dfa609d0e06ea"
            },
            "downloads": -1,
            "filename": "pdm_scriptcomplete-0.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b57730024c808e39c5a514f7734d86cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2176,
            "upload_time": "2023-08-27T20:02:57",
            "upload_time_iso_8601": "2023-08-27T20:02:57.976606Z",
            "url": "https://files.pythonhosted.org/packages/c7/24/eac2a6d97349f8f7680d83e3c55e02573fea0b814f50359547aebd4d72b7/pdm_scriptcomplete-0.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-27 20:02:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "g-wagen",
    "github_project": "pdm-scriptcomplete",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pdm-scriptcomplete"
}
        
Elapsed time: 0.11643s