{"id":13936354,"url":"https://github.com/carlbordum/datatyping","last_synced_at":"2025-11-01T18:30:33.864Z","repository":{"id":62566854,"uuid":"98000835","full_name":"carlbordum/datatyping","owner":"carlbordum","description":"Pythonic type checking","archived":false,"fork":false,"pushed_at":"2018-10-23T18:45:57.000Z","size":80,"stargazers_count":35,"open_issues_count":8,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-12T21:47:56.642Z","etag":null,"topics":["check","pythonic","type","typing","use-protection"],"latest_commit_sha":null,"homepage":"http://datatyping.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/carlbordum.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-07-22T02:18:35.000Z","updated_at":"2023-02-12T08:47:52.000Z","dependencies_parsed_at":"2022-11-03T16:16:07.591Z","dependency_job_id":null,"html_url":"https://github.com/carlbordum/datatyping","commit_stats":null,"previous_names":["zaab1t/datatyping"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlbordum%2Fdatatyping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlbordum%2Fdatatyping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlbordum%2Fdatatyping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/carlbordum%2Fdatatyping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/carlbordum","download_url":"https://codeload.github.com/carlbordum/datatyping/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239315659,"owners_count":19618814,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["check","pythonic","type","typing","use-protection"],"created_at":"2024-08-07T23:02:35.543Z","updated_at":"2025-11-01T18:30:33.786Z","avatar_url":"https://github.com/carlbordum.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"datatyping\n==========\n\n.. image:: https://travis-ci.org/carlbordum/datatyping.svg?branch=master\n    :target: https://travis-ci.org/carlbordum/datatyping\n\n.. image:: https://readthedocs.org/projects/datatyping/badge/?version=latest\n    :target: http://datatyping.readthedocs.io\n\n\n`datatyping` is a pure Python library with no dependencies that you can use to\nverify whether elements in a data structure have the expected types. Great for\nincoming JSON.\n\n.. code-block:: python\n\n    import datatyping\n    datatyping.validate([int], [1, 2, 3])\n\nCheck out the `documentation \u003chttp://datatyping.readthedocs.io\u003e`_ for more usage examples.\n\nInstallation\n------------\n\n.. code-block:: bash\n\n    $ pip install datatyping\n\nDevelop with me :)\n------------------\n\nFork the repository first. Then use the following lines to setup:\n\n.. code-block:: bash\n\n    $ git clone https://github.com/YOUR_USERNAME/datatyping\n    $ cd datatyping\n    $ virtualenv venv\n    $ . venv/bin/activate\n    $ python setup.py develop\n\nRun tests:\n\n.. code-block:: bash\n\n    $ pip install pytest hypothesis\n    $ python -m pytest\n\nBuild documentation:\n\n.. code-block:: bash\n\n    $ make -C docs/ html\n\n\nNotes\n-----\n* Inspired by `\"How Python Makes Working With Data More Difficult in the Long Run\" \u003chttps://jeffknupp.com/blog/2016/11/13/how-python-makes-working-with-data-more-difficult-in-the-long-run/\u003e`_.\n* Any and all contributions are welcome.\n* Please open an issue if you think we can help.\n* Suggest anything you want to see support for!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlbordum%2Fdatatyping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarlbordum%2Fdatatyping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarlbordum%2Fdatatyping/lists"}