nextPermutation


NamenextPermutation JSON
Version 0.0.1 PyPI version JSON
download
home_page
SummaryA Python library to generate the next permutation for an array.
upload_time2024-03-19 17:14:59
maintainer
docs_urlNone
authorIshita Shokeen
requires_python
license
keywords python dsa problem-solving
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "nextPermutation",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,dsa,problem-solving",
    "author": "Ishita Shokeen",
    "author_email": "ishitashokeen9@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d2/3c/985a1e591ba35645ef294070e72ac9190a7ac6430235f2ef45e991380869/nextPermutation-0.0.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "",
    "summary": "A Python library to generate the next permutation for an array.",
    "version": "0.0.1",
    "project_urls": null,
    "split_keywords": [
        "python",
        "dsa",
        "problem-solving"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "afddbb711395e418d350938daec719e7e3f3253d677d2683d35866818b38ab91",
                "md5": "a98840efbfaf84decf1ff8b5898f26ae",
                "sha256": "61e38112839fee98de5946d0235f36b14cfd33543164716c9291965b8f6d8967"
            },
            "downloads": -1,
            "filename": "nextPermutation-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a98840efbfaf84decf1ff8b5898f26ae",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 1865,
            "upload_time": "2024-03-19T17:14:30",
            "upload_time_iso_8601": "2024-03-19T17:14:30.456962Z",
            "url": "https://files.pythonhosted.org/packages/af/dd/bb711395e418d350938daec719e7e3f3253d677d2683d35866818b38ab91/nextPermutation-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d23c985a1e591ba35645ef294070e72ac9190a7ac6430235f2ef45e991380869",
                "md5": "cae52e64a505caa7690448c9bb3fedf0",
                "sha256": "7a55f2e4fe7bd637e80431a6b1fcedfcb14c20fa793f3b73da1485d94bcdc6f8"
            },
            "downloads": -1,
            "filename": "nextPermutation-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "cae52e64a505caa7690448c9bb3fedf0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1475,
            "upload_time": "2024-03-19T17:14:59",
            "upload_time_iso_8601": "2024-03-19T17:14:59.443688Z",
            "url": "https://files.pythonhosted.org/packages/d2/3c/985a1e591ba35645ef294070e72ac9190a7ac6430235f2ef45e991380869/nextPermutation-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-19 17:14:59",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "nextpermutation"
}
        
Elapsed time: 0.22422s