i-will


Namei-will JSON
Version 0.1.1 PyPI version JSON
download
home_page
SummaryUse commands with "me"
upload_time2024-03-14 13:50:16
maintainer
docs_urlNone
authorilotoki0804
requires_python>=3.8,<4.0
licenseMIT
keywords cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # I

Execute commands with respect for English grammar

## How to install

```console
pip install i-will
```

## How to use

To use, attach `I`, `I will`, or `please` in front of the command and switch the order of the second and first argument of the command. For example, `pip list` can be used as `I list pip` or `please list pip`.

```console
I list pip                 # executes: `pip list`
I will run cargo           # executes: `cargo run`
please install pip i-will  # executes: `pip install i-will`
XXX please will run cargo  # This will cause error.
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "i-will",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4.0",
    "maintainer_email": "",
    "keywords": "CLI",
    "author": "ilotoki0804",
    "author_email": "ilotoki0804@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/09/ad/a8622d1d94fc62d71fa48ccd33fbd1d9359977911efe8cdd5ad78f10d157/i_will-0.1.1.tar.gz",
    "platform": null,
    "description": "# I\n\nExecute commands with respect for English grammar\n\n## How to install\n\n```console\npip install i-will\n```\n\n## How to use\n\nTo use, attach `I`, `I will`, or `please` in front of the command and switch the order of the second and first argument of the command. For example, `pip list` can be used as `I list pip` or `please list pip`.\n\n```console\nI list pip                 # executes: `pip list`\nI will run cargo           # executes: `cargo run`\nplease install pip i-will  # executes: `pip install i-will`\nXXX please will run cargo  # This will cause error.\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Use commands with \"me\"",
    "version": "0.1.1",
    "project_urls": {
        "Changelog": "https://github.com/ilotoki0804/I#relese-note",
        "Issues": "https://github.com/ilotoki0804/I/issues",
        "Repository": "https://github.com/ilotoki0804/I"
    },
    "split_keywords": [
        "cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e85f3a47c0c924e3ca0c643d8a6ed039b79d75593ff70295f06f67eda695ca2",
                "md5": "f28449723c62c5210efbde0ac91ea70b",
                "sha256": "126e88a2d797445c1d2449a00b51e5c7c88f09fa77a853643396e43e1cb42274"
            },
            "downloads": -1,
            "filename": "i_will-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f28449723c62c5210efbde0ac91ea70b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4.0",
            "size": 1926,
            "upload_time": "2024-03-14T13:50:15",
            "upload_time_iso_8601": "2024-03-14T13:50:15.043267Z",
            "url": "https://files.pythonhosted.org/packages/1e/85/f3a47c0c924e3ca0c643d8a6ed039b79d75593ff70295f06f67eda695ca2/i_will-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09ada8622d1d94fc62d71fa48ccd33fbd1d9359977911efe8cdd5ad78f10d157",
                "md5": "059c0552bf4204577da7ab8d1aa69e92",
                "sha256": "5eff0efc78c1b6ec8731b94e0738a2fcb3889da43940bc362ac507ae814d078f"
            },
            "downloads": -1,
            "filename": "i_will-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "059c0552bf4204577da7ab8d1aa69e92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4.0",
            "size": 1633,
            "upload_time": "2024-03-14T13:50:16",
            "upload_time_iso_8601": "2024-03-14T13:50:16.703557Z",
            "url": "https://files.pythonhosted.org/packages/09/ad/a8622d1d94fc62d71fa48ccd33fbd1d9359977911efe8cdd5ad78f10d157/i_will-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 13:50:16",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ilotoki0804",
    "github_project": "I#relese-note",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "i-will"
}
        
Elapsed time: 1.18229s