paddles


Namepaddles JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://dsa-ou.github.io/paddles/
SummaryA pedagogical algorithms and data structures library
upload_time2024-01-05 16:29:11
maintainer
docs_urlNone
authorMichel Wermelinger
requires_python>=3.10,<4.0
licenseBDS-3-Clause
keywords algorithms data structures education
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `paddles` is a pedagogical algorithms and data structures library that aims to
- be thoroughly tested and documented
- be easy to install, use and understand
- adhere to good Python coding practices.

To install the library, type `pip install paddles` at the command line,
preferably after activating a virtual environment.
Your default Python version must be 3.10 or later.

This is version 0.1 of the library. It is a work in progress.
It currently implements the Stack, Queue and Deque abstract data types (ADTs).

The code repository is at https://github.com/dsa-ou/paddles.
The formatted documentation is at https://dsa-ou.github.io/paddles.

## Licence

`paddles` is Copyright © 2024 by The Open University, UK.
The code is licensed under a [BSD 3-clause licence](https://github.com/dsa-ou/paddles/blob/main/LICENSE).
The documentation is licensed under a
[Creative Commons Attribution 4.0 International Licence](http://creativecommons.org/licenses/by/4.0).
            

Raw data

            {
    "_id": null,
    "home_page": "https://dsa-ou.github.io/paddles/",
    "name": "paddles",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "algorithms,data structures,education",
    "author": "Michel Wermelinger",
    "author_email": "michel.wermelinger@open.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/30/bb/d6b4f9b927fd42a24d021028e06de3598c8f22545d4c8da9a9a87853779c/paddles-0.1.0.tar.gz",
    "platform": null,
    "description": "`paddles` is a pedagogical algorithms and data structures library that aims to\n- be thoroughly tested and documented\n- be easy to install, use and understand\n- adhere to good Python coding practices.\n\nTo install the library, type `pip install paddles` at the command line,\npreferably after activating a virtual environment.\nYour default Python version must be 3.10 or later.\n\nThis is version 0.1 of the library. It is a work in progress.\nIt currently implements the Stack, Queue and Deque abstract data types (ADTs).\n\nThe code repository is at https://github.com/dsa-ou/paddles.\nThe formatted documentation is at https://dsa-ou.github.io/paddles.\n\n## Licence\n\n`paddles` is Copyright \u00a9 2024 by The Open University, UK.\nThe code is licensed under a [BSD 3-clause licence](https://github.com/dsa-ou/paddles/blob/main/LICENSE).\nThe documentation is licensed under a\n[Creative Commons Attribution 4.0 International Licence](http://creativecommons.org/licenses/by/4.0).",
    "bugtrack_url": null,
    "license": "BDS-3-Clause",
    "summary": "A pedagogical algorithms and data structures library",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://dsa-ou.github.io/paddles/",
        "Repository": "https://github.com/dsa-ou/paddles"
    },
    "split_keywords": [
        "algorithms",
        "data structures",
        "education"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7952b7f71dc410e5dfca18c5fff086bd254c14527bac3771015277b9fad76911",
                "md5": "368979cd78906c6c753a91397355fd14",
                "sha256": "9b9dfbab6ad577d350cc8c3dcfd6075b4d494435baeebae29c4f516c47bcb4f2"
            },
            "downloads": -1,
            "filename": "paddles-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "368979cd78906c6c753a91397355fd14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 8583,
            "upload_time": "2024-01-05T16:29:08",
            "upload_time_iso_8601": "2024-01-05T16:29:08.742896Z",
            "url": "https://files.pythonhosted.org/packages/79/52/b7f71dc410e5dfca18c5fff086bd254c14527bac3771015277b9fad76911/paddles-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30bbd6b4f9b927fd42a24d021028e06de3598c8f22545d4c8da9a9a87853779c",
                "md5": "ff433bb61e159222677a6ec216720aa8",
                "sha256": "ffd43859c9bfce37d2bc295dfba7026706c306209e233b1038a17a6507b99761"
            },
            "downloads": -1,
            "filename": "paddles-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ff433bb61e159222677a6ec216720aa8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 6097,
            "upload_time": "2024-01-05T16:29:11",
            "upload_time_iso_8601": "2024-01-05T16:29:11.975873Z",
            "url": "https://files.pythonhosted.org/packages/30/bb/d6b4f9b927fd42a24d021028e06de3598c8f22545d4c8da9a9a87853779c/paddles-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-05 16:29:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dsa-ou",
    "github_project": "paddles",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "paddles"
}
        
Elapsed time: 0.19042s