CSwitch


NameCSwitch JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/jenilchudgar/PySwitchCase
SummaryThe Switch In Python.
upload_time2023-05-20 07:27:58
maintainer
docs_urlNone
authorJenilChudgar
requires_python>=3.0
license
keywords switch_case switch python new case
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The Switch Case construct is a programming structure that allows developers to execute different blocks of code based on the value of a given expression or variable. Although Python does not have a built-in switch statement like some other programming languages (e.g., C++ or Java), there are several ways to achieve similar functionality using alternative approaches.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jenilchudgar/PySwitchCase",
    "name": "CSwitch",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": "",
    "keywords": "switch_case,switch,python,new,case",
    "author": "JenilChudgar",
    "author_email": "jenilchudgar@gmail.com",
    "download_url": "",
    "platform": null,
    "description": "The Switch Case construct is a programming structure that allows developers to execute different blocks of code based on the value of a given expression or variable. Although Python does not have a built-in switch statement like some other programming languages (e.g., C++ or Java), there are several ways to achieve similar functionality using alternative approaches.\r\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "The Switch In Python.",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/jenilchudgar/PySwitchCase"
    },
    "split_keywords": [
        "switch_case",
        "switch",
        "python",
        "new",
        "case"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b3bf84220586899360beadadf9ed417a4b3a8937b4abc3b48647b2e705405269",
                "md5": "3d9fa50e7ca91b8cc69a18cff7cbb106",
                "sha256": "c00889970061f37b2dda4cdefff61182382a1088eb5d4fd60780d86f7358960b"
            },
            "downloads": -1,
            "filename": "CSwitch-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d9fa50e7ca91b8cc69a18cff7cbb106",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 2261,
            "upload_time": "2023-05-20T07:27:58",
            "upload_time_iso_8601": "2023-05-20T07:27:58.777661Z",
            "url": "https://files.pythonhosted.org/packages/b3/bf/84220586899360beadadf9ed417a4b3a8937b4abc3b48647b2e705405269/CSwitch-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-20 07:27:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jenilchudgar",
    "github_project": "PySwitchCase",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cswitch"
}
        
Elapsed time: 0.07431s