{ "info": { "author": "Sam Zuckerman", "author_email": "sam.p.zuckerman@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "=====================\nAnnotation Validation\n=====================\n\n\n.. image:: https://img.shields.io/pypi/v/annotation_validation.svg\n :target: https://pypi.python.org/pypi/annotation_validation\n\n.. image:: https://img.shields.io/travis/szuckerman/annotation_validation.svg\n :target: https://travis-ci.org/szuckerman/annotation_validation\n\n.. image:: https://readthedocs.org/projects/annotation-validation/badge/?version=latest\n :target: https://annotation-validation.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n\n.. image:: https://pyup.io/repos/github/szuckerman/annotation_validation/shield.svg\n :target: https://pyup.io/repos/github/szuckerman/annotation_validation/\n :alt: Updates\n\n\n\nAnnotation Validation ensures type checking for function annotations.\n\n\n* Free software: MIT license\n* Documentation: https://annotation-validation.readthedocs.io.\n\n\nFeatures\n--------\n\n* Validates input to match data types of annotations of function arguments\n* Validates output to match data type of annotation of return argument\n* Used as a decorator!\n\nPossible Improvements\n---------------------\n\n* Validation of ranges of input\n* Throw warnings instead of errors\n* Logging\n\nCredits\n-------\n\nThis package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.\n\nInspiration is from `this blog post`_.\n\n.. _Cookiecutter: https://github.com/audreyr/cookiecutter\n.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage\n.. _this blog post: https://aboutsimon.com/blog/2018/04/04/Python3-Type-Checking-And-Data-Validation-With-Type-Hints.html\n\n\n\n\n\n=======\nHistory\n=======\n\n0.1.1 (2019-02-05)\n------------------\n\n* Adding caching to `getfullargspec` and `get_type_hints`.\n\n0.1.0 (2019-02-04)\n------------------\n\n* First release on PyPI.\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/szuckerman/annotation_validation", "keywords": "annotation_validation", "license": "MIT license", "maintainer": "", "maintainer_email": "", "name": "annotation-validation", "package_url": "https://pypi.org/project/annotation-validation/", "platform": "", "project_url": "https://pypi.org/project/annotation-validation/", "project_urls": { "Homepage": "https://github.com/szuckerman/annotation_validation" }, "release_url": "https://pypi.org/project/annotation-validation/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Annotation Validation ensures type checking for function annotations.", "version": "0.1.1" }, "last_serial": 4783836, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "5c9c5c99e9b81a9b67f9aa5816d2dc67", "sha256": "04864914957803b7ba7bc5d755b680de4b1e163f08d00e2ef35fb04010b39963" }, "downloads": -1, "filename": "annotation_validation-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5c9c5c99e9b81a9b67f9aa5816d2dc67", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4196, "upload_time": "2019-02-04T19:14:43", "url": "https://files.pythonhosted.org/packages/c6/35/a0913cfcc4fbbe7b92da45dae97dbddb891cda2a266315ab5bb4ccb1e357/annotation_validation-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5979b9987d23786e40b69b0f002dcd0e", "sha256": "355af815a45a4064ebc7c4220ae4b119e169e00c41efed143afe49af11478cd8" }, "downloads": -1, "filename": "annotation_validation-0.1.0.tar.gz", "has_sig": false, "md5_digest": "5979b9987d23786e40b69b0f002dcd0e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9679, "upload_time": "2019-02-04T19:14:45", "url": "https://files.pythonhosted.org/packages/4e/ab/59338fc85412873af193dc1606daaafa8740910e8a1fa6970b01bb3e03d1/annotation_validation-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "0b5a33dddb3f005a5ba7572d8dd07329", "sha256": "88e746c22aea3a469af934310b44c635a0d6d990ee58cc2cbb17b4b592052512" }, "downloads": -1, "filename": "annotation_validation-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b5a33dddb3f005a5ba7572d8dd07329", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4334, "upload_time": "2019-02-05T21:03:18", "url": "https://files.pythonhosted.org/packages/7a/e6/c215e7a53701ff2d9e4470aa40fb981853fef0ff0539571b88d5af4ee0a4/annotation_validation-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8cfc93857c91707092b45df277a814f1", "sha256": "8003630b978ff42943fc859e1a578e24291b4a5ffc93ad12111aecf734038fd6" }, "downloads": -1, "filename": "annotation_validation-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8cfc93857c91707092b45df277a814f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9874, "upload_time": "2019-02-05T21:03:19", "url": "https://files.pythonhosted.org/packages/28/55/ce694f71480194b6c63eafa1b29f8de9c833612ee7f41dc52c7d2051cc68/annotation_validation-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0b5a33dddb3f005a5ba7572d8dd07329", "sha256": "88e746c22aea3a469af934310b44c635a0d6d990ee58cc2cbb17b4b592052512" }, "downloads": -1, "filename": "annotation_validation-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0b5a33dddb3f005a5ba7572d8dd07329", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 4334, "upload_time": "2019-02-05T21:03:18", "url": "https://files.pythonhosted.org/packages/7a/e6/c215e7a53701ff2d9e4470aa40fb981853fef0ff0539571b88d5af4ee0a4/annotation_validation-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8cfc93857c91707092b45df277a814f1", "sha256": "8003630b978ff42943fc859e1a578e24291b4a5ffc93ad12111aecf734038fd6" }, "downloads": -1, "filename": "annotation_validation-0.1.1.tar.gz", "has_sig": false, "md5_digest": "8cfc93857c91707092b45df277a814f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9874, "upload_time": "2019-02-05T21:03:19", "url": "https://files.pythonhosted.org/packages/28/55/ce694f71480194b6c63eafa1b29f8de9c833612ee7f41dc52c7d2051cc68/annotation_validation-0.1.1.tar.gz" } ] }