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/28/b8/427a129b515c164ebc9ca12d119ce1f16fdb1e1de648ea8ea50b2414a69c/xarg-python-1.6.3.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.6.3",
"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": "cb0ea1e56e21e8fa5db4282794a9a02e020d36476efe615732aa5e681fd20366",
"md5": "0d5fcf4ffcce1556282159163e767e92",
"sha256": "ce569af3a9b54eff9fe86ea08b6a06b14c99e617a7b4a5e40f512746cc2e7fcc"
},
"downloads": -1,
"filename": "xarg_python-1.6.3-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "0d5fcf4ffcce1556282159163e767e92",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 25406,
"upload_time": "2024-10-25T09:31:51",
"upload_time_iso_8601": "2024-10-25T09:31:51.106836Z",
"url": "https://files.pythonhosted.org/packages/cb/0e/a1e56e21e8fa5db4282794a9a02e020d36476efe615732aa5e681fd20366/xarg_python-1.6.3-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "28b8427a129b515c164ebc9ca12d119ce1f16fdb1e1de648ea8ea50b2414a69c",
"md5": "1dd4ba7442724478571d06fa6c25b1e5",
"sha256": "0ddae3348c7a193dd788dcf21262e298cb50e7531f95e83d3a8a2b135fccb7eb"
},
"downloads": -1,
"filename": "xarg-python-1.6.3.tar.gz",
"has_sig": false,
"md5_digest": "1dd4ba7442724478571d06fa6c25b1e5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 22153,
"upload_time": "2024-10-25T09:31:48",
"upload_time_iso_8601": "2024-10-25T09:31:48.896778Z",
"url": "https://files.pythonhosted.org/packages/28/b8/427a129b515c164ebc9ca12d119ce1f16fdb1e1de648ea8ea50b2414a69c/xarg-python-1.6.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-25 09:31:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "bondbox",
"github_project": "xarg-python",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "xarg-python"
}