typedcollections


Nametypedcollections JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryTyped collections for Python with coercion and validation.
upload_time2025-08-13 07:17:24
maintainerNone
docs_urlNone
authorDev Khurana
requires_python>=3.8
licenseMIT
keywords typed collections python validation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # typedcollections

A Python library for creating type-safe collections like lists, ensuring all elements match a given type.

## Installation

```bash
pip install typedcollections

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "typedcollections",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "typed, collections, python, validation",
    "author": "Dev Khurana",
    "author_email": "Dev Khurana <devkhurana2004@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/63/a1/f69f73c92d223083c169a8886d1d3df6f117ebfd282fb50f0006c5ae8bce/typedcollections-0.1.0.tar.gz",
    "platform": null,
    "description": "# typedcollections\r\n\r\nA Python library for creating type-safe collections like lists, ensuring all elements match a given type.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install typedcollections\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Typed collections for Python with coercion and validation.",
    "version": "0.1.0",
    "project_urls": {
        "Bugtracker": "https://github.com/khuranadev/typedcollections/issues",
        "Homepage": "https://github.com/khuranadev/typedcollections"
    },
    "split_keywords": [
        "typed",
        " collections",
        " python",
        " validation"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e436d309f86605d73f5d10e6fc9c2f20416f56cb734fcc5f31a66a9a86220e3b",
                "md5": "90bbd92f080100924fcba3c8092de487",
                "sha256": "1b6e78a8020aa9556bf6e348604d6939c04873911186a8ee85a5bb1cd6482d48"
            },
            "downloads": -1,
            "filename": "typedcollections-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "90bbd92f080100924fcba3c8092de487",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 5880,
            "upload_time": "2025-08-13T07:17:22",
            "upload_time_iso_8601": "2025-08-13T07:17:22.565606Z",
            "url": "https://files.pythonhosted.org/packages/e4/36/d309f86605d73f5d10e6fc9c2f20416f56cb734fcc5f31a66a9a86220e3b/typedcollections-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "63a1f69f73c92d223083c169a8886d1d3df6f117ebfd282fb50f0006c5ae8bce",
                "md5": "7b3591406df88ae2e7e3da1f92c5e0e8",
                "sha256": "b2dd2c3cbfb98f6dd9f04f6e963ff64e0ea44521928924f64cd6364ac94f2f8f"
            },
            "downloads": -1,
            "filename": "typedcollections-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7b3591406df88ae2e7e3da1f92c5e0e8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 5555,
            "upload_time": "2025-08-13T07:17:24",
            "upload_time_iso_8601": "2025-08-13T07:17:24.046409Z",
            "url": "https://files.pythonhosted.org/packages/63/a1/f69f73c92d223083c169a8886d1d3df6f117ebfd282fb50f0006c5ae8bce/typedcollections-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 07:17:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "khuranadev",
    "github_project": "typedcollections",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "typedcollections"
}
        
Elapsed time: 0.76864s