best-sort


Namebest-sort JSON
Version 0.0.11 PyPI version JSON
download
home_page
SummaryA package to find the best sorting algorithm for given data.
upload_time2023-04-28 03:23:08
maintainer
docs_urlNone
author
requires_python>=3.11
license
keywords sorting algorithm sorting best algorithm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # best_sort

A package to find the best sorting algorithm for given data.

Official Package at https://pypi.org/project/best-sort/

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "best-sort",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": "",
    "keywords": "sorting algorithm,sorting,best algorithm",
    "author": "",
    "author_email": "Joey Wheeler <joewheeler2048@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/6a/d6/c76d0817c217eb8b11c324960e283d454dd48fb9a4d79ab6a5f573a94a8a/best-sort-0.0.11.tar.gz",
    "platform": null,
    "description": "# best_sort\n\nA package to find the best sorting algorithm for given data.\n\nOfficial Package at https://pypi.org/project/best-sort/\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "A package to find the best sorting algorithm for given data.",
    "version": "0.0.11",
    "split_keywords": [
        "sorting algorithm",
        "sorting",
        "best algorithm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2872bf647b7787b948faaaf3763cfdb52ab8858ebb4aac2d5d27da5fbe08f3b0",
                "md5": "afbdaeba41dfbea92ea2463c90568b69",
                "sha256": "940788bc0ecb746bddcc1f30dd9ae2973694eb9d27bc62787a1b27ccd390caeb"
            },
            "downloads": -1,
            "filename": "best_sort-0.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "afbdaeba41dfbea92ea2463c90568b69",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6322,
            "upload_time": "2023-04-28T03:23:06",
            "upload_time_iso_8601": "2023-04-28T03:23:06.985874Z",
            "url": "https://files.pythonhosted.org/packages/28/72/bf647b7787b948faaaf3763cfdb52ab8858ebb4aac2d5d27da5fbe08f3b0/best_sort-0.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ad6c76d0817c217eb8b11c324960e283d454dd48fb9a4d79ab6a5f573a94a8a",
                "md5": "243a023ba258e3432566ff32f8f65fff",
                "sha256": "6fa13e2c8f754a8afa99ffc77a94cb72e37c8e10d3284d2a04d2080939b680a7"
            },
            "downloads": -1,
            "filename": "best-sort-0.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "243a023ba258e3432566ff32f8f65fff",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 4107,
            "upload_time": "2023-04-28T03:23:08",
            "upload_time_iso_8601": "2023-04-28T03:23:08.552600Z",
            "url": "https://files.pythonhosted.org/packages/6a/d6/c76d0817c217eb8b11c324960e283d454dd48fb9a4d79ab6a5f573a94a8a/best-sort-0.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-28 03:23:08",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "best-sort"
}
        
Elapsed time: 0.05882s