cmdOptions


NamecmdOptions JSON
Version 0.0.5 PyPI version JSON
download
home_page
SummaryA package making it easier to create small command-line option pickers
upload_time2023-08-21 02:52:02
maintainer
docs_urlNone
author
requires_python>=3.7
licenseMIT
keywords command line command-line options simple
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # cmdOptions (Command-Line Options)
A package making it easier to create small command-line option selectors.

See on [PyPi](https://pypi.org/project/cmdOptions/).
<br>See on [GitHub](https://github.com/EricWoll/Command-Line-Options).

## Packages to Install
- None

## Installation
This package uses pip for installation.
```
pip install cmdOptions
```

## Example of Use
For a barebones example see [This Barebones Repo](https://github.com/EricWoll/cmdOptions-Example).
<br>For a more integrated example see [This Integrated Repo](https://github.com/EricWoll/shoppingCart_cmdOptions).
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cmdOptions",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "command line,command-line,options,simple",
    "author": "",
    "author_email": "SteelHeart696 <steelheart696@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/77/13/2f08542132780482c8dedb7a3a4315516a680029a0c119acc1bc099a0b18/cmdoptions-0.0.5.tar.gz",
    "platform": null,
    "description": "# cmdOptions (Command-Line Options)\nA package making it easier to create small command-line option selectors.\n\nSee on [PyPi](https://pypi.org/project/cmdOptions/).\n<br>See on [GitHub](https://github.com/EricWoll/Command-Line-Options).\n\n## Packages to Install\n- None\n\n## Installation\nThis package uses pip for installation.\n```\npip install cmdOptions\n```\n\n## Example of Use\nFor a barebones example see [This Barebones Repo](https://github.com/EricWoll/cmdOptions-Example).\n<br>For a more integrated example see [This Integrated Repo](https://github.com/EricWoll/shoppingCart_cmdOptions).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A package making it easier to create small command-line option pickers",
    "version": "0.0.5",
    "project_urls": {
        "Bug Tracker": "https://github.com/EricWoll/Command-Line-Options/issues",
        "Homepage": "https://github.com/EricWoll/Command-Line-Options"
    },
    "split_keywords": [
        "command line",
        "command-line",
        "options",
        "simple"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f425dc553a05e63c5575d51b6060ebdd742671171c3153718ac15ca5e5f56b15",
                "md5": "9a7cba5015ab0143226dec547f00705e",
                "sha256": "f0483d02e3998b3ea3dc0ab72dc7e2ca00b23da5cfcdf91a48c9cce42f42304f"
            },
            "downloads": -1,
            "filename": "cmdoptions-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9a7cba5015ab0143226dec547f00705e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4001,
            "upload_time": "2023-08-21T02:52:01",
            "upload_time_iso_8601": "2023-08-21T02:52:01.068873Z",
            "url": "https://files.pythonhosted.org/packages/f4/25/dc553a05e63c5575d51b6060ebdd742671171c3153718ac15ca5e5f56b15/cmdoptions-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "77132f08542132780482c8dedb7a3a4315516a680029a0c119acc1bc099a0b18",
                "md5": "8c0b521dd0c63cd12cf4a6193271e891",
                "sha256": "63d83102092c5165b3ecc8712eb03c60cff6c7a5efb8b740746524abfd0e0eeb"
            },
            "downloads": -1,
            "filename": "cmdoptions-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "8c0b521dd0c63cd12cf4a6193271e891",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3631,
            "upload_time": "2023-08-21T02:52:02",
            "upload_time_iso_8601": "2023-08-21T02:52:02.754978Z",
            "url": "https://files.pythonhosted.org/packages/77/13/2f08542132780482c8dedb7a3a4315516a680029a0c119acc1bc099a0b18/cmdoptions-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-21 02:52:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "EricWoll",
    "github_project": "Command-Line-Options",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cmdoptions"
}
        
Elapsed time: 0.10202s