siwp2005-billy-sorting-algorithms


Namesiwp2005-billy-sorting-algorithms JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/mjayy77/Siwp-2005-billy-sort.git
SummaryA collection of sorting algorithms
upload_time2024-06-16 06:19:18
maintainerNone
docs_urlNone
authorBilly
requires_pythonNone
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # siwp2005-billy-sort

## Description
*This package can be used to sort lists of numbers.*

## Features
*The package includes several common sorting algorithms, such as bubble sort, insertion sort, and quick sort.*

## Installation

To install the package, run the following command:

.. code-block:: sh

    pip install siwp2005_billy_sorting_algorithms


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mjayy77/Siwp-2005-billy-sort.git",
    "name": "siwp2005-billy-sorting-algorithms",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Billy",
    "author_email": "billymj77@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/6c/57/37370c5e531c45066e81db8d98875c15f1bd38221f3aa2fe11da3d3c2108/siwp2005_billy_sorting_algorithms-1.0.tar.gz",
    "platform": null,
    "description": "# siwp2005-billy-sort\r\n\r\n## Description\r\n*This package can be used to sort lists of numbers.*\r\n\r\n## Features\r\n*The package includes several common sorting algorithms, such as bubble sort, insertion sort, and quick sort.*\r\n\r\n## Installation\r\n\r\nTo install the package, run the following command:\r\n\r\n.. code-block:: sh\r\n\r\n    pip install siwp2005_billy_sorting_algorithms\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A collection of sorting algorithms",
    "version": "1.0",
    "project_urls": {
        "Homepage": "https://github.com/mjayy77/Siwp-2005-billy-sort.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8eda887c16e4ae0c581cef312ef0e8cb9e8abdfaeacc13f0c760b46eeae96aad",
                "md5": "17eca5660a38cc74fa1ea05d52082037",
                "sha256": "5329778397c2d033bc1766b8dd395672992745d361c7474c3e87220efcdeac29"
            },
            "downloads": -1,
            "filename": "siwp2005_billy_sorting_algorithms-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "17eca5660a38cc74fa1ea05d52082037",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3671,
            "upload_time": "2024-06-16T06:19:15",
            "upload_time_iso_8601": "2024-06-16T06:19:15.473851Z",
            "url": "https://files.pythonhosted.org/packages/8e/da/887c16e4ae0c581cef312ef0e8cb9e8abdfaeacc13f0c760b46eeae96aad/siwp2005_billy_sorting_algorithms-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6c5737370c5e531c45066e81db8d98875c15f1bd38221f3aa2fe11da3d3c2108",
                "md5": "bf8e1cf1bb981464fb008964d5dfecd7",
                "sha256": "df7d38f6dad74f03dbcc34af079b6970bca72224533ee686c77bba4387407b4a"
            },
            "downloads": -1,
            "filename": "siwp2005_billy_sorting_algorithms-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bf8e1cf1bb981464fb008964d5dfecd7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2751,
            "upload_time": "2024-06-16T06:19:18",
            "upload_time_iso_8601": "2024-06-16T06:19:18.095936Z",
            "url": "https://files.pythonhosted.org/packages/6c/57/37370c5e531c45066e81db8d98875c15f1bd38221f3aa2fe11da3d3c2108/siwp2005_billy_sorting_algorithms-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-16 06:19:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mjayy77",
    "github_project": "Siwp-2005-billy-sort",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "siwp2005-billy-sorting-algorithms"
}
        
Elapsed time: 0.51159s