argparse-enh


Nameargparse-enh JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryAdds additional functionality to Argparse python library
upload_time2023-09-15 08:18:32
maintainer
docs_urlNone
author
requires_python>=3.7
license
keywords argparse-api argparse-gui argparse-shell argparse-dumper argparse-bash argparse-tcsh argparse-zsh argparse-sh
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ARGPARSE ENHANCEMENTS

## Description

This library adds the following additional functionalities to Python's argparse.

* Argparse-API: Use the argparse script as a importable module in another Python script.
* Argparse-Dumper: Use Python's argparse as the argument parser in other shell scripts.
* Argparse-GUI: Automatically create a GUI interface for the argparse script using Streamlit.

Please refer the documentation for more details.

## Installation

    pip install argparse-enh

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "argparse-enh",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "argparse-api,argparse-gui,argparse-shell,argparse-dumper,argparse-bash,argparse-tcsh,argparse-zsh,argparse-sh",
    "author": "",
    "author_email": "Vijaya Krishna Kasula <krishna.vijay4444@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bf/e2/daa56361ada7ec411505bcd2c8383a06d3ef19a7c9b15b544671c527d47a/argparse-enh-0.0.3.tar.gz",
    "platform": null,
    "description": "# ARGPARSE ENHANCEMENTS\n\n## Description\n\nThis library adds the following additional functionalities to Python's argparse.\n\n* Argparse-API: Use the argparse script as a importable module in another Python script.\n* Argparse-Dumper: Use Python's argparse as the argument parser in other shell scripts.\n* Argparse-GUI: Automatically create a GUI interface for the argparse script using Streamlit.\n\nPlease refer the documentation for more details.\n\n## Installation\n\n    pip install argparse-enh\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Adds additional functionality to Argparse python library",
    "version": "0.0.3",
    "project_urls": {
        "Docs": "https://argparse-enh.readthedocs.io/en/latest/",
        "Issues": "https://gitlab.com/argparse-enh/argparse-enh/-/issues",
        "Source Code": "https://gitlab.com/argparse-enh/argparse-enh"
    },
    "split_keywords": [
        "argparse-api",
        "argparse-gui",
        "argparse-shell",
        "argparse-dumper",
        "argparse-bash",
        "argparse-tcsh",
        "argparse-zsh",
        "argparse-sh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0b62384d456b05059a63430861109197b32c1f2ce99469ee0b84be9bdb5c9198",
                "md5": "899ad68531300eda342d18e59e97fdc0",
                "sha256": "5ea8c96db0bfa5756d4d365e65998a23783a41a75306d8bec99560aaf4f3c093"
            },
            "downloads": -1,
            "filename": "argparse_enh-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "899ad68531300eda342d18e59e97fdc0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 5627,
            "upload_time": "2023-09-15T08:18:30",
            "upload_time_iso_8601": "2023-09-15T08:18:30.790790Z",
            "url": "https://files.pythonhosted.org/packages/0b/62/384d456b05059a63430861109197b32c1f2ce99469ee0b84be9bdb5c9198/argparse_enh-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bfe2daa56361ada7ec411505bcd2c8383a06d3ef19a7c9b15b544671c527d47a",
                "md5": "1b25c326b5ff0db3db5583907960272f",
                "sha256": "ae52b2bd09ae3aef51af3057bc1edcea59a640a612fc7af9fd4a681dbd60b49e"
            },
            "downloads": -1,
            "filename": "argparse-enh-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "1b25c326b5ff0db3db5583907960272f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4760,
            "upload_time": "2023-09-15T08:18:32",
            "upload_time_iso_8601": "2023-09-15T08:18:32.700874Z",
            "url": "https://files.pythonhosted.org/packages/bf/e2/daa56361ada7ec411505bcd2c8383a06d3ef19a7c9b15b544671c527d47a/argparse-enh-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-15 08:18:32",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "argparse-enh",
    "gitlab_project": "argparse-enh",
    "lcname": "argparse-enh"
}
        
Elapsed time: 1.84893s