sortwiz


Namesortwiz JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryApply sorting algorithms to python lists.
upload_time2023-03-28 23:34:32
maintainer
docs_urlNone
author
requires_python>=3.9
licenseMIT License Copyright (c) 2023 Roberto Betini Junior Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords sort order sorting list
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sort-wizard

This is a WIP python packages that aims to achieve sort algorithm implementations.

## Algorithms

Algorithms implemented so far:

### Stable

- [X] Bubble Sort
- [ ] Cocktail Shaker Sort (Bidirectional Bubble Sort)
- [ ] Insertion Sort
- [ ] Merge Sort
- [ ] Tim Sort
- [ ] Block Sort
- [ ] Cube Sort
- [ ] Tree Sort
- [ ] Gnome Sort
- [ ] Odd-even Sort

### Unstable

- [X] Quicksort
- [ ] Introsort
- [ ] Heapsort
- [ ] Selection Sort
- [ ] Library Sort (Gapped Insertion Sort)
- [ ] Shellsort
- [ ] Exchange Sort
- [ ] Cycle Sort
- [ ] Patience Sort
- [ ] Tournament sort
- [ ] Comb sort

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sortwiz",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "sort,order,sorting,list",
    "author": "",
    "author_email": "Roberto Betini Junior <betini.roberto@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1c/f7/7c8e7c9a54392fd2829638be93bb4891f1b825bdb06bd78de5af3c2830f9/sortwiz-0.2.0.tar.gz",
    "platform": null,
    "description": "# sort-wizard\r\n\r\nThis is a WIP python packages that aims to achieve sort algorithm implementations.\r\n\r\n## Algorithms\r\n\r\nAlgorithms implemented so far:\r\n\r\n### Stable\r\n\r\n- [X] Bubble Sort\r\n- [ ] Cocktail Shaker Sort (Bidirectional Bubble Sort)\r\n- [ ] Insertion Sort\r\n- [ ] Merge Sort\r\n- [ ] Tim Sort\r\n- [ ] Block Sort\r\n- [ ] Cube Sort\r\n- [ ] Tree Sort\r\n- [ ] Gnome Sort\r\n- [ ] Odd-even Sort\r\n\r\n### Unstable\r\n\r\n- [X] Quicksort\r\n- [ ] Introsort\r\n- [ ] Heapsort\r\n- [ ] Selection Sort\r\n- [ ] Library Sort (Gapped Insertion Sort)\r\n- [ ] Shellsort\r\n- [ ] Exchange Sort\r\n- [ ] Cycle Sort\r\n- [ ] Patience Sort\r\n- [ ] Tournament sort\r\n- [ ] Comb sort\r\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2023 Roberto Betini Junior  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "Apply sorting algorithms to python lists.",
    "version": "0.2.0",
    "split_keywords": [
        "sort",
        "order",
        "sorting",
        "list"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6418f5470dd5c3306a3bdd9ae01d556d7a66fc4ede8db08e83bef598ccb569a7",
                "md5": "3981e798f52b20c424055cf76cf4034d",
                "sha256": "6583e2de21763b9250a2e340742f4540cc7b0efa2918c73260b7420fd241e041"
            },
            "downloads": -1,
            "filename": "sortwiz-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3981e798f52b20c424055cf76cf4034d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6559,
            "upload_time": "2023-03-28T23:34:30",
            "upload_time_iso_8601": "2023-03-28T23:34:30.522434Z",
            "url": "https://files.pythonhosted.org/packages/64/18/f5470dd5c3306a3bdd9ae01d556d7a66fc4ede8db08e83bef598ccb569a7/sortwiz-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1cf77c8e7c9a54392fd2829638be93bb4891f1b825bdb06bd78de5af3c2830f9",
                "md5": "b2f376c9dc9afee938ec42d670fd130d",
                "sha256": "3df50cc90e2fda9323ddb7c702084c154e8743dd2c664a04c8c99b0b864ae00e"
            },
            "downloads": -1,
            "filename": "sortwiz-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b2f376c9dc9afee938ec42d670fd130d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 6395,
            "upload_time": "2023-03-28T23:34:32",
            "upload_time_iso_8601": "2023-03-28T23:34:32.607585Z",
            "url": "https://files.pythonhosted.org/packages/1c/f7/7c8e7c9a54392fd2829638be93bb4891f1b825bdb06bd78de5af3c2830f9/sortwiz-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-28 23:34:32",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "sortwiz"
}
        
Elapsed time: 0.05119s