typeforge


Nametypeforge JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/mm21/typeforge
SummaryAnnotation-native data validation and transformation
upload_time2025-10-22 01:28:55
maintainerNone
docs_urlNone
authormm21
requires_python<4.0,>=3.12
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # TypeForge

Annotation-native data validation and transformation

Facilitates the following:

- **Typing**: Utilities to extract metadata from `Annotated[]`, handle `Literal[]` and unions, and wrap type info in a user-friendly container
- **Validation and transformation**: Mechanism to validate and convert objects based on annotations, with user-defined source/destination types and conversion logic
- **Data modeling**: Lightweight, pydantic-like modeling with validation
    - Based on dataclasses, avoiding metaclass conflicts
- **TOML modeling**: Wrapper for `tomlkit` with user-defined model classes for documents, tables, and arrays

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mm21/typeforge",
    "name": "typeforge",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "mm21",
    "author_email": "mm21.dev@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0f/f6/88edcb71687fdea033275b070303a5a181cc1cbe39e2a630a165110d696d/typeforge-0.1.0.tar.gz",
    "platform": null,
    "description": "# TypeForge\n\nAnnotation-native data validation and transformation\n\nFacilitates the following:\n\n- **Typing**: Utilities to extract metadata from `Annotated[]`, handle `Literal[]` and unions, and wrap type info in a user-friendly container\n- **Validation and transformation**: Mechanism to validate and convert objects based on annotations, with user-defined source/destination types and conversion logic\n- **Data modeling**: Lightweight, pydantic-like modeling with validation\n    - Based on dataclasses, avoiding metaclass conflicts\n- **TOML modeling**: Wrapper for `tomlkit` with user-defined model classes for documents, tables, and arrays\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Annotation-native data validation and transformation",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/mm21/typeforge"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47b5a9ae61be31d5b3ce284232534747be71c0303d3c6fb198b42b7043e1c597",
                "md5": "8e76713ae1c5e3e949435748f0ec3954",
                "sha256": "6e7adeb9b6ff61ca888752e7948c7f4b26ae94fe27c0585f33ef7d39e3606bf8"
            },
            "downloads": -1,
            "filename": "typeforge-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e76713ae1c5e3e949435748f0ec3954",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 27043,
            "upload_time": "2025-10-22T01:28:54",
            "upload_time_iso_8601": "2025-10-22T01:28:54.043541Z",
            "url": "https://files.pythonhosted.org/packages/47/b5/a9ae61be31d5b3ce284232534747be71c0303d3c6fb198b42b7043e1c597/typeforge-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0ff688edcb71687fdea033275b070303a5a181cc1cbe39e2a630a165110d696d",
                "md5": "e154bf73ebc9954fe46ab7b8935274b6",
                "sha256": "07f46a81985175d4cf3ad95aa97de4861c2a2a2965f3e8b93326b00fe41322ae"
            },
            "downloads": -1,
            "filename": "typeforge-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e154bf73ebc9954fe46ab7b8935274b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 20863,
            "upload_time": "2025-10-22T01:28:55",
            "upload_time_iso_8601": "2025-10-22T01:28:55.442545Z",
            "url": "https://files.pythonhosted.org/packages/0f/f6/88edcb71687fdea033275b070303a5a181cc1cbe39e2a630a165110d696d/typeforge-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-22 01:28:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mm21",
    "github_project": "typeforge",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "typeforge"
}
        
Elapsed time: 2.11627s