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/67/e9/4e08cd2939411383dbc075a64986b1f624395ecef62e8a3cdfcb0394a423/xarg_python-1.7.1.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.7.1",
"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": "9973d667ac22a43e4305fc2db8e3ecfc270d985939093a9c0fddfd872253c545",
"md5": "3e3f26268c6064584902e22707b6c58a",
"sha256": "065a415f78969a001a184e2d7f73ce8f5ea11f69133ed681fb967147894953d3"
},
"downloads": -1,
"filename": "xarg_python-1.7.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "3e3f26268c6064584902e22707b6c58a",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 27207,
"upload_time": "2024-12-05T09:25:45",
"upload_time_iso_8601": "2024-12-05T09:25:45.521956Z",
"url": "https://files.pythonhosted.org/packages/99/73/d667ac22a43e4305fc2db8e3ecfc270d985939093a9c0fddfd872253c545/xarg_python-1.7.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "67e94e08cd2939411383dbc075a64986b1f624395ecef62e8a3cdfcb0394a423",
"md5": "d51bca262d062992f5c9ea1519538ac9",
"sha256": "e2b606c5134b3ea10d63d4f46874c2a2d8d127b6a5cacaa3b453dc839e22dd8a"
},
"downloads": -1,
"filename": "xarg_python-1.7.1.tar.gz",
"has_sig": false,
"md5_digest": "d51bca262d062992f5c9ea1519538ac9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 24001,
"upload_time": "2024-12-05T09:25:42",
"upload_time_iso_8601": "2024-12-05T09:25:42.966648Z",
"url": "https://files.pythonhosted.org/packages/67/e9/4e08cd2939411383dbc075a64986b1f624395ecef62e8a3cdfcb0394a423/xarg_python-1.7.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-05 09:25:42",
"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"
}