xarg-python


Namexarg-python JSON
Version 1.5 PyPI version JSON
download
home_pagehttps://github.com/bondbox/xarg-python/
SummarySimple command-line tool based on argparse.
upload_time2024-04-23 15:23:25
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 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/4c/eb/04a8eba575868bc99c8a12a7fc4155fe913cef26689bd7080cfd645eca65/xarg-python-1.5.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\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Simple command-line tool based on argparse.",
    "version": "1.5",
    "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": "c2aa239a620354a532569f7c0e931f325c6e338768243afbd1b18423a97fb8d3",
                "md5": "75910ccdf7c7e99725d06dbe517a3f81",
                "sha256": "d96c77c5cc82dffdb328de67be43b3da5619e72809f2e4e44fcb2b740c5a9306"
            },
            "downloads": -1,
            "filename": "xarg_python-1.5-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "75910ccdf7c7e99725d06dbe517a3f81",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 22495,
            "upload_time": "2024-04-23T15:23:23",
            "upload_time_iso_8601": "2024-04-23T15:23:23.825639Z",
            "url": "https://files.pythonhosted.org/packages/c2/aa/239a620354a532569f7c0e931f325c6e338768243afbd1b18423a97fb8d3/xarg_python-1.5-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ceb04a8eba575868bc99c8a12a7fc4155fe913cef26689bd7080cfd645eca65",
                "md5": "8e0205c7a0859135141dca3c185622f7",
                "sha256": "3a235013e777984fd97a8b8d2deb11c2851d33196df97bf1f3f893f0f5d61eae"
            },
            "downloads": -1,
            "filename": "xarg-python-1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8e0205c7a0859135141dca3c185622f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 19857,
            "upload_time": "2024-04-23T15:23:25",
            "upload_time_iso_8601": "2024-04-23T15:23:25.998475Z",
            "url": "https://files.pythonhosted.org/packages/4c/eb/04a8eba575868bc99c8a12a7fc4155fe913cef26689bd7080cfd645eca65/xarg-python-1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 15:23:25",
    "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": []
        },
        {
            "name": "colorama",
            "specs": []
        },
        {
            "name": "colorlog",
            "specs": []
        },
        {
            "name": "openpyxl",
            "specs": []
        },
        {
            "name": "tabulate",
            "specs": []
        },
        {
            "name": "wcwidth",
            "specs": []
        },
        {
            "name": "xlrd",
            "specs": []
        },
        {
            "name": "xlwt",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "xarg-python"
}
        
Elapsed time: 0.24499s