{ "info": { "author": "Viktor Ferenczi", "author_email": "python@cx.hu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "The anntools package provides various modules to take advantage\nof Python 3.0's new function annotation feature. It supports\nvalidation, conversion and type checking of parameters passed\nto functions and their return values. It is useful for adding\nsecurity checks and make your code more readable. This package\nis useful for Python 2.4 and up, since all functionality is\nalso provided as keyword arguments for decorators. \n\nRead the INSTALL file or see the home page for more information,\ndocumentation, tests and examples:\n\nhttp://code.google.com/p/anntools/", "description_content_type": null, "docs_url": null, "download_url": "http://anntools.googlecode.com/files/anntools-0.5.1-src.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://code.google.com/p/anntools/", "keywords": "Python annotation function argument validation conversion typechecking cooperation cooperative package tool helper decorator security quality", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "anntools", "package_url": "https://pypi.org/project/anntools/", "platform": "Platform Independent", "project_url": "https://pypi.org/project/anntools/", "project_urls": { "Download": "http://anntools.googlecode.com/files/anntools-0.5.1-src.zip", "Homepage": "http://code.google.com/p/anntools/" }, "release_url": "https://pypi.org/project/anntools/0.5.1/", "requires_dist": null, "requires_python": null, "summary": "Validation and type conversion tools based on function annotation", "version": "0.5.1" }, "last_serial": 802762, "releases": { "0.5.1": [] }, "urls": [] }