asher-hello-cli


Nameasher-hello-cli JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA simple CLI hello example using argparse.
upload_time2025-08-14 02:06:22
maintainerNone
docs_urlNone
authorAsher
requires_python>=3.12
licenseMIT
keywords cli hello example
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ## hello-cli

A tiny example CLI built with Python’s `argparse`. It exposes a `hello` command that greets one or more names with a couple of optional flags.

### Install (development)

```bash
poetry install
```

### Usage

Run via Poetry:

```bash
poetry run hello Alice Bob
poetry run hello -s -f Alice
```

Options:

- `-s, --shout`: Upper‑case the greeting
- `-f, --flirty`: Add a friendly compliment

### Install with pipx (optional)

```bash
pipx install .
hello --help
```

Reinstall after changes:

```bash
pipx reinstall .
```

### Project details

- Entry point: `hello` (configured in `pyproject.toml` under `[tool.poetry.scripts]`)
- Source: `src/hello/main.py`

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "asher-hello-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "cli, hello, example",
    "author": "Asher",
    "author_email": "jasherleslie@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/89/32/1873fae0595e6f16f97078bd9c9785ebe5ac45b80e512b5f8c30a4e3409d/asher_hello_cli-0.1.1.tar.gz",
    "platform": null,
    "description": "## hello-cli\n\nA tiny example CLI built with Python\u2019s `argparse`. It exposes a `hello` command that greets one or more names with a couple of optional flags.\n\n### Install (development)\n\n```bash\npoetry install\n```\n\n### Usage\n\nRun via Poetry:\n\n```bash\npoetry run hello Alice Bob\npoetry run hello -s -f Alice\n```\n\nOptions:\n\n- `-s, --shout`: Upper\u2011case the greeting\n- `-f, --flirty`: Add a friendly compliment\n\n### Install with pipx (optional)\n\n```bash\npipx install .\nhello --help\n```\n\nReinstall after changes:\n\n```bash\npipx reinstall .\n```\n\n### Project details\n\n- Entry point: `hello` (configured in `pyproject.toml` under `[tool.poetry.scripts]`)\n- Source: `src/hello/main.py`\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple CLI hello example using argparse.",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "cli",
        " hello",
        " example"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb7e0d6dbf9a027f4152db4ab1bbaf83e71755f3b57618daab907d143746bc3f",
                "md5": "404af985fe868920937dfe97cc6d8272",
                "sha256": "cb61a3b958baa8f07b53256d9e021b7bce7c0ddcbeac9a1a25655db0c5536e22"
            },
            "downloads": -1,
            "filename": "asher_hello_cli-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "404af985fe868920937dfe97cc6d8272",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 2328,
            "upload_time": "2025-08-14T02:06:21",
            "upload_time_iso_8601": "2025-08-14T02:06:21.031471Z",
            "url": "https://files.pythonhosted.org/packages/cb/7e/0d6dbf9a027f4152db4ab1bbaf83e71755f3b57618daab907d143746bc3f/asher_hello_cli-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "89321873fae0595e6f16f97078bd9c9785ebe5ac45b80e512b5f8c30a4e3409d",
                "md5": "352e5e159d0eaf95fcb4b0592e81214a",
                "sha256": "b30fb6e0bffa31c1526d52ca36ad6ae8c1c56c290228fd4c921c407447673b4b"
            },
            "downloads": -1,
            "filename": "asher_hello_cli-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "352e5e159d0eaf95fcb4b0592e81214a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 1460,
            "upload_time": "2025-08-14T02:06:22",
            "upload_time_iso_8601": "2025-08-14T02:06:22.261165Z",
            "url": "https://files.pythonhosted.org/packages/89/32/1873fae0595e6f16f97078bd9c9785ebe5ac45b80e512b5f8c30a4e3409d/asher_hello_cli-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-14 02:06:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "asher-hello-cli"
}
        
Elapsed time: 1.59588s