sartorial


Namesartorial JSON
Version 0.7.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_time2024-04-27 19:41: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/db/29/379fc7c85a7316c02a972ec64084fc10a2025278d5e9e5a1fda0cc321ab0/sartorial-0.7.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.7.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": "97687039b5d29602e4fb9066b43c713cc300b6ffeef8a3af6405479ebc15a021",
                "md5": "1e747dac7b8ff8ce2d503924b9b163ff",
                "sha256": "b3cc15c5b995396886a77d170004c57cd7d3fd02c6eb7486bfb43f350ae082fc"
            },
            "downloads": -1,
            "filename": "sartorial-0.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1e747dac7b8ff8ce2d503924b9b163ff",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 7963,
            "upload_time": "2024-04-27T19:41:25",
            "upload_time_iso_8601": "2024-04-27T19:41:25.032218Z",
            "url": "https://files.pythonhosted.org/packages/97/68/7039b5d29602e4fb9066b43c713cc300b6ffeef8a3af6405479ebc15a021/sartorial-0.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db29379fc7c85a7316c02a972ec64084fc10a2025278d5e9e5a1fda0cc321ab0",
                "md5": "1da9830499a8029bbd4902dce99a76ab",
                "sha256": "6bb3d6071c2a63086a35eb5ea52eff851f8e3d32442d98440eb01fa69b6fecb2"
            },
            "downloads": -1,
            "filename": "sartorial-0.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1da9830499a8029bbd4902dce99a76ab",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8249,
            "upload_time": "2024-04-27T19:41:26",
            "upload_time_iso_8601": "2024-04-27T19:41:26.547919Z",
            "url": "https://files.pythonhosted.org/packages/db/29/379fc7c85a7316c02a972ec64084fc10a2025278d5e9e5a1fda0cc321ab0/sartorial-0.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-27 19:41: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.26062s