xarg-python


Namexarg-python JSON
Version 1.8.0 PyPI version JSON
download
home_pagehttps://github.com/bondbox/xarg-python/
SummarySimple command-line tool based on argparse.
upload_time2025-01-21 07:16:23
maintainerNone
docs_urlNone
authorMingzhe Zou
requires_pythonNone
licenseMIT
keywords command command-line argparse argcomplete completion xarg colorama colorlog termainal
VCS
bugtrack_url
requirements argcomplete colorama colorlog filelock openpyxl tabulate wcwidth xlrd xlwt
Travis-CI No Travis.
coveralls test coverage No coveralls.
            xarg
====

Simple command-line tool based on `argparse`.

Language
--------

- **[简体中文](docs/zh/README.md)**

Features
--------

- **Quickly create command line programs based on `Python`**
- **Built in logger module and management options**
- **Manage completion via [xargcomplete](docs/xargcomplete.md)**

Requires
--------

- `Python` >= 3.8

Build
-----

Fast build and install via [xpip](https://github.com/bondbox/xpip-python):

```shell
xpip-build setup --clean --all --install
```

or build via shell:

```shell
rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bondbox/xarg-python/",
    "name": "xarg-python",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "command, command-line, argparse, argcomplete, completion, xarg, colorama, colorlog, termainal",
    "author": "Mingzhe Zou",
    "author_email": "zoumingzhe@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/6b/0d/47f82e0b113c0729914c52b6bc466d137bebdd713ac2abb2bcc170d6e39d/xarg_python-1.8.0.tar.gz",
    "platform": "any",
    "description": "xarg\n====\n\nSimple command-line tool based on `argparse`.\n\nLanguage\n--------\n\n- **[\u7b80\u4f53\u4e2d\u6587](docs/zh/README.md)**\n\nFeatures\n--------\n\n- **Quickly create command line programs based on `Python`**\n- **Built in logger module and management options**\n- **Manage completion via [xargcomplete](docs/xargcomplete.md)**\n\nRequires\n--------\n\n- `Python` >= 3.8\n\nBuild\n-----\n\nFast build and install via [xpip](https://github.com/bondbox/xpip-python):\n\n```shell\nxpip-build setup --clean --all --install\n```\n\nor build via shell:\n\n```shell\nrm -rf \"build\" \"dist\" \"*.egg-info\"\npython setup.py check sdist bdist_wheel --universal\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple command-line tool based on argparse.",
    "version": "1.8.0",
    "project_urls": {
        "Bug Tracker": "https://github.com/bondbox/xarg-python/issues",
        "Documentation": "https://github.com/bondbox/xarg-python/",
        "Homepage": "https://github.com/bondbox/xarg-python/",
        "Source Code": "https://github.com/bondbox/xarg-python/"
    },
    "split_keywords": [
        "command",
        " command-line",
        " argparse",
        " argcomplete",
        " completion",
        " xarg",
        " colorama",
        " colorlog",
        " termainal"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e273c894ca3d62a2b7cb248859e0fc222db5e8370ad1f169be87aba2affe9488",
                "md5": "d2a90fbf00f9190d5fec96560ac133ce",
                "sha256": "d9ebd6ab2f1cc964eb52d3286fd56d1d9e529f4b95ba071f7c21765dff0af649"
            },
            "downloads": -1,
            "filename": "xarg_python-1.8.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d2a90fbf00f9190d5fec96560ac133ce",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 36382,
            "upload_time": "2025-01-21T07:16:26",
            "upload_time_iso_8601": "2025-01-21T07:16:26.536975Z",
            "url": "https://files.pythonhosted.org/packages/e2/73/c894ca3d62a2b7cb248859e0fc222db5e8370ad1f169be87aba2affe9488/xarg_python-1.8.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6b0d47f82e0b113c0729914c52b6bc466d137bebdd713ac2abb2bcc170d6e39d",
                "md5": "b0a97e4048699ba4c336a7eb776932cf",
                "sha256": "11f20e13b839ec7d0362fbd8fb6f64d0f749fecfbe68bc9df737fc563ed83c70"
            },
            "downloads": -1,
            "filename": "xarg_python-1.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b0a97e4048699ba4c336a7eb776932cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 30667,
            "upload_time": "2025-01-21T07:16:23",
            "upload_time_iso_8601": "2025-01-21T07:16:23.807390Z",
            "url": "https://files.pythonhosted.org/packages/6b/0d/47f82e0b113c0729914c52b6bc466d137bebdd713ac2abb2bcc170d6e39d/xarg_python-1.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 07:16:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bondbox",
    "github_project": "xarg-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "argcomplete",
            "specs": [
                [
                    ">=",
                    "3.2.1"
                ]
            ]
        },
        {
            "name": "colorama",
            "specs": []
        },
        {
            "name": "colorlog",
            "specs": []
        },
        {
            "name": "filelock",
            "specs": []
        },
        {
            "name": "openpyxl",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        },
        {
            "name": "wcwidth",
            "specs": []
        },
        {
            "name": "xlrd",
            "specs": []
        },
        {
            "name": "xlwt",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "xarg-python"
}
        
Elapsed time: 0.40441s