sartorial


Namesartorial JSON
Version 0.8.1 PyPI version JSON
download
home_pageNone
SummaryPydantic model base classes and custom type handling, JSON schema generation, etc. covering a variety of common scenarios without much config
upload_time2025-01-21 20:07:26
maintainerNone
docs_urlNone
authorAl Barrentine
requires_python>=3.8
licenseNone
keywords json-schema model pydantic sartorial schema
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sartorial
Tailoring custom types to fit Pydantic models, including JSON schema generation and on-the-fly model generation with custom types using JSON Schema's "format" key, allowing lossless serialization/deserialiation of arbitrary models. Contains simple JSON encoding/decoding for most types and the ability to specify them for new types with an interface mixin.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "sartorial",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "json-schema, model, pydantic, sartorial, schema",
    "author": "Al Barrentine",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/42/30/d353b1eeda9684dfac2ef4bdb5db9ccde3b6305b2e5b1d6508828d7d93dc/sartorial-0.8.1.tar.gz",
    "platform": null,
    "description": "# sartorial\nTailoring custom types to fit Pydantic models, including JSON schema generation and on-the-fly model generation with custom types using JSON Schema's \"format\" key, allowing lossless serialization/deserialiation of arbitrary models. Contains simple JSON encoding/decoding for most types and the ability to specify them for new types with an interface mixin.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Pydantic model base classes and custom type handling, JSON schema generation, etc. covering a variety of common scenarios without much config",
    "version": "0.8.1",
    "project_urls": {
        "Homepage": "https://github.com/goodcleanfun/sartorial",
        "Repository": "https://github.com/goodcleanfun/sartorial"
    },
    "split_keywords": [
        "json-schema",
        " model",
        " pydantic",
        " sartorial",
        " schema"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c1854217730303d6f714e5d2e92728f04b6327b299dafea1b3ea7946310a1c5b",
                "md5": "d4e62f7d2d75d970596a9b5d30725221",
                "sha256": "4b8cd617a5bf171429df2b86053f135606c21d62865a17031a8a70e69ece9148"
            },
            "downloads": -1,
            "filename": "sartorial-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d4e62f7d2d75d970596a9b5d30725221",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 8223,
            "upload_time": "2025-01-21T20:07:24",
            "upload_time_iso_8601": "2025-01-21T20:07:24.607455Z",
            "url": "https://files.pythonhosted.org/packages/c1/85/4217730303d6f714e5d2e92728f04b6327b299dafea1b3ea7946310a1c5b/sartorial-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4230d353b1eeda9684dfac2ef4bdb5db9ccde3b6305b2e5b1d6508828d7d93dc",
                "md5": "78dddd35ef3875836def89eb83918009",
                "sha256": "800df944d743b2eff6632dd35864d5dff88f7b0c8c2905a092fae6a7360f83ca"
            },
            "downloads": -1,
            "filename": "sartorial-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "78dddd35ef3875836def89eb83918009",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8473,
            "upload_time": "2025-01-21T20:07:26",
            "upload_time_iso_8601": "2025-01-21T20:07:26.311963Z",
            "url": "https://files.pythonhosted.org/packages/42/30/d353b1eeda9684dfac2ef4bdb5db9ccde3b6305b2e5b1d6508828d7d93dc/sartorial-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-21 20:07:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "goodcleanfun",
    "github_project": "sartorial",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "sartorial"
}
        
Elapsed time: 0.44740s