collectins


Namecollectins JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryPythonic data structures with indexing support using dunder methods
upload_time2025-07-16 09:47:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords data structures indexing dunder methods ds linked list tree
VCS
bugtrack_url
requirements build twine pytest setuptools wheel mypy ruff black
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "collectins",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "data structures, indexing, dunder methods, ds, linked list, tree",
    "author": null,
    "author_email": "Santosh Varma Addala <santoshvarma2166@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bc/ff/23dda89db4fb8e1c7b2462c0995b4ae03fba979e04a1837fc743a665667e/collectins-0.1.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Pythonic data structures with indexing support using dunder methods",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/santoshvarmaaddala/",
        "Repository": "https://github.com/santoshvarmaaddala/collectins"
    },
    "split_keywords": [
        "data structures",
        " indexing",
        " dunder methods",
        " ds",
        " linked list",
        " tree"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7a8b8f776d6b4a3eaa6683eae74c9ce85b92f633734c9334db9ae9b0392b5ec8",
                "md5": "0d94cce778cfefd7112ce20ff61a486f",
                "sha256": "79b217a11971daeef888bbb7f77e3179631ff64a8678ac189369c5e869b9d104"
            },
            "downloads": -1,
            "filename": "collectins-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d94cce778cfefd7112ce20ff61a486f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4349,
            "upload_time": "2025-07-16T09:47:18",
            "upload_time_iso_8601": "2025-07-16T09:47:18.673990Z",
            "url": "https://files.pythonhosted.org/packages/7a/8b/8f776d6b4a3eaa6683eae74c9ce85b92f633734c9334db9ae9b0392b5ec8/collectins-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bcff23dda89db4fb8e1c7b2462c0995b4ae03fba979e04a1837fc743a665667e",
                "md5": "eec0b21fe90149051c0e769ab1c2a008",
                "sha256": "c642f74aa078bae4a775a150e5d51e823d4dac07cb28a16b0cc4093e856142df"
            },
            "downloads": -1,
            "filename": "collectins-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "eec0b21fe90149051c0e769ab1c2a008",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 4348,
            "upload_time": "2025-07-16T09:47:20",
            "upload_time_iso_8601": "2025-07-16T09:47:20.614132Z",
            "url": "https://files.pythonhosted.org/packages/bc/ff/23dda89db4fb8e1c7b2462c0995b4ae03fba979e04a1837fc743a665667e/collectins-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 09:47:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "santoshvarmaaddala",
    "github_project": "collectins",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "build",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "wheel",
            "specs": []
        },
        {
            "name": "mypy",
            "specs": []
        },
        {
            "name": "ruff",
            "specs": []
        },
        {
            "name": "black",
            "specs": []
        }
    ],
    "lcname": "collectins"
}
        
Elapsed time: 0.39238s