{ "info": { "author": "Steven Troxler", "author_email": "steven.troxler@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "Tools to work help with inspecting function calls\n-------------------------------------------------\n\nThe functions `update_wrapper` and `wraps` improve on\n`functools.update_wrapper` and `functools.wraps` by persisting information\nabout function signatures. The function `get_argspec` is similar to\n`inspect.get_argspec`, except it first tries to use the metadata provided\nby `update_wrapper`.\n\nThe function `get_callargs` is similar to `inspect.getcallargs`, except\nthat\n\n* it can access the metadata created by `update_wrapper`\n* it does not raise when a call is illegal but rather makes a best\n guess, which makes it suitable for logging and error handling in\n decorators.", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/stroxler/inspectcall", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "inspectcall", "package_url": "https://pypi.org/project/inspectcall/", "platform": "", "project_url": "https://pypi.org/project/inspectcall/", "project_urls": { "Homepage": "https://github.com/stroxler/inspectcall" }, "release_url": "https://pypi.org/project/inspectcall/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Tools for working with container types, command data operations, and concise exception handling", "version": "0.0.1" }, "last_serial": 2210733, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "3c5f63b0082319d1749df94c38e98f3a", "sha256": "93e7987c68de6c6a73927816f734c296a932aa84af46d1a53dd0b09865089c06" }, "downloads": -1, "filename": "inspectcall-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3c5f63b0082319d1749df94c38e98f3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5391, "upload_time": "2016-07-08T20:26:24", "url": "https://files.pythonhosted.org/packages/57/90/7359a37be360a0369b011f76cf0c09df94f61789b04763c640a9594056f0/inspectcall-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3c5f63b0082319d1749df94c38e98f3a", "sha256": "93e7987c68de6c6a73927816f734c296a932aa84af46d1a53dd0b09865089c06" }, "downloads": -1, "filename": "inspectcall-0.0.1.tar.gz", "has_sig": false, "md5_digest": "3c5f63b0082319d1749df94c38e98f3a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5391, "upload_time": "2016-07-08T20:26:24", "url": "https://files.pythonhosted.org/packages/57/90/7359a37be360a0369b011f76cf0c09df94f61789b04763c640a9594056f0/inspectcall-0.0.1.tar.gz" } ] }