objverify


Nameobjverify JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummarySuper useful library for Python object validation
upload_time2023-05-30 02:21:41
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords object validation complex schema typechecking
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Object Verify

`objverify` is a Python utility that allows for complex typechecking in complex or nested Python objects using dictionaries. This module is still under development. Examples can be found in `test.py`.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "objverify",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "object,validation,complex,schema,typechecking",
    "author": null,
    "author_email": "Carl Furtado <carlzfurtado@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/a8/e1/d748351330e8f1870cb2846f4eada4e6221fc5accddd412c0aed41fb22e6/objverify-1.0.1.tar.gz",
    "platform": null,
    "description": "# Object Verify\n\n`objverify` is a Python utility that allows for complex typechecking in complex or nested Python objects using dictionaries. This module is still under development. Examples can be found in `test.py`.\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Super useful library for Python object validation",
    "version": "1.0.1",
    "project_urls": {
        "Home": "https://github.com/User0332/objverify"
    },
    "split_keywords": [
        "object",
        "validation",
        "complex",
        "schema",
        "typechecking"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8c37bc1a6fa7a0afd7f6ceeb317dc29cd575f1a948f62865a9e7e6ca4fc98239",
                "md5": "c35e0808d3a8d89c8e832cb4e36d883c",
                "sha256": "017df24439f7839c3450fae196df14c77d0941502484fa6c0a589ceee54a2eca"
            },
            "downloads": -1,
            "filename": "objverify-1.0.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c35e0808d3a8d89c8e832cb4e36d883c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 3299,
            "upload_time": "2023-05-30T02:21:39",
            "upload_time_iso_8601": "2023-05-30T02:21:39.062274Z",
            "url": "https://files.pythonhosted.org/packages/8c/37/bc1a6fa7a0afd7f6ceeb317dc29cd575f1a948f62865a9e7e6ca4fc98239/objverify-1.0.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a8e1d748351330e8f1870cb2846f4eada4e6221fc5accddd412c0aed41fb22e6",
                "md5": "51fb2195eced1efa45fb4e9fcb06c048",
                "sha256": "709b269b04438c0c8112198930f3dc1b09fa8278bbd7d73d7af4e28630c2fdd1"
            },
            "downloads": -1,
            "filename": "objverify-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "51fb2195eced1efa45fb4e9fcb06c048",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3322,
            "upload_time": "2023-05-30T02:21:41",
            "upload_time_iso_8601": "2023-05-30T02:21:41.034924Z",
            "url": "https://files.pythonhosted.org/packages/a8/e1/d748351330e8f1870cb2846f4eada4e6221fc5accddd412c0aed41fb22e6/objverify-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-30 02:21:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "User0332",
    "github_project": "objverify",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "objverify"
}
        
Elapsed time: 0.16941s