sob


Namesob JSON
Version 1.50.8 PyPI version JSON
download
home_pagehttps://github.com/enorganic/sob
SummaryA type-enforced framework for serializing and deserializing JSON
upload_time2024-02-20 00:45:04
maintainer
docs_urlNone
author
requires_python~=3.8
licenseMIT
keywords serial
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # sob

[![test](https://github.com/enorganic/sob/actions/workflows/test.yml/badge.svg)](https://github.com/enorganic/sob/actions/workflows/test.yml)
[![distribute](https://github.com/enorganic/sob/actions/workflows/distribute.yml/badge.svg)](https://github.com/enorganic/sob/actions/workflows/distribute.yml)

`sob` is an object serialization/deserialization library intended to facilitate
authoring of API models which are readable and introspective, and to expedite
code and data validation and testing.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/enorganic/sob",
    "name": "sob",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.8",
    "maintainer_email": "",
    "keywords": "serial",
    "author": "",
    "author_email": "david@belais.me",
    "download_url": "https://files.pythonhosted.org/packages/43/2e/843f318c2be0999416f2ec618e75dcb9917f3d982a3383c8f7b9c2621fdb/sob-1.50.8.tar.gz",
    "platform": null,
    "description": "# sob\n\n[![test](https://github.com/enorganic/sob/actions/workflows/test.yml/badge.svg)](https://github.com/enorganic/sob/actions/workflows/test.yml)\n[![distribute](https://github.com/enorganic/sob/actions/workflows/distribute.yml/badge.svg)](https://github.com/enorganic/sob/actions/workflows/distribute.yml)\n\n`sob` is an object serialization/deserialization library intended to facilitate\nauthoring of API models which are readable and introspective, and to expedite\ncode and data validation and testing.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A type-enforced framework for serializing and deserializing JSON",
    "version": "1.50.8",
    "project_urls": {
        "Homepage": "https://github.com/enorganic/sob"
    },
    "split_keywords": [
        "serial"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6efa8e895467593b44e61e595c6036f052c9ea9ea88c017602c1ed59ff2ca3d8",
                "md5": "2821acac20efdfaa17b4ad1947a5f034",
                "sha256": "a9830f6215f783059e84eab5d94367f0ef258cea0c054cc85c0ce47788e4ef0c"
            },
            "downloads": -1,
            "filename": "sob-1.50.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2821acac20efdfaa17b4ad1947a5f034",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.8",
            "size": 70227,
            "upload_time": "2024-02-20T00:44:59",
            "upload_time_iso_8601": "2024-02-20T00:44:59.816866Z",
            "url": "https://files.pythonhosted.org/packages/6e/fa/8e895467593b44e61e595c6036f052c9ea9ea88c017602c1ed59ff2ca3d8/sob-1.50.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "432e843f318c2be0999416f2ec618e75dcb9917f3d982a3383c8f7b9c2621fdb",
                "md5": "c7a3ceb32c222db60fd996f6e55752b5",
                "sha256": "4ad9e19a535cb07b992dbccc0812ed9df6fd6eee7ad76e305b75c45ade3418cb"
            },
            "downloads": -1,
            "filename": "sob-1.50.8.tar.gz",
            "has_sig": false,
            "md5_digest": "c7a3ceb32c222db60fd996f6e55752b5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.8",
            "size": 67918,
            "upload_time": "2024-02-20T00:45:04",
            "upload_time_iso_8601": "2024-02-20T00:45:04.362629Z",
            "url": "https://files.pythonhosted.org/packages/43/2e/843f318c2be0999416f2ec618e75dcb9917f3d982a3383c8f7b9c2621fdb/sob-1.50.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-20 00:45:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "enorganic",
    "github_project": "sob",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "tox": true,
    "lcname": "sob"
}
        
Elapsed time: 0.19191s