{ "info": { "author": "Dylan Richardson", "author_email": "bigdrich14@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "==============\r\nEasy_Decorator\r\n==============\r\n\r\nSimply make decorators with a before and after function.\r\n\r\nIncluded Files\r\n==============\r\n\r\n* easyDecorator/easyDecorator.py\r\n - Make decorators with a before and after function\r\n\r\nInstallation\r\n============\r\n\r\nPython must be installed in order for Menu to be imported. Install python at https://www.python.org/download/. In the terminal type \u201ccd path/to/this/directory\u201d and then \u201cpython setup.py install\u201d. This will add the menu module to your site-packages.\r\n\r\n\r\nHow to Use\r\n==========\r\n\r\nImport eastDecorator::\r\n\r\n from easyDecorator import easyDecorator as dec\r\n\r\nor::\r\n\r\n import easyDecorator.easyDecorator as dec\r\n\r\nMake a decorator with before/after functions::\r\n\r\n newDecorator = dec.decorator(before=beforeFunction,after=afterFunction)\r\n \r\n @newDecorator\r\n def someFunc():\r\n pass\r\n\r\nDecorate a function that doesn\u2019t accept arguments so that it can::\r\n\r\n @dec.giveArgs\r\n def funcWithoutArgs():\r\n pass", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/Easy_Decorator/", "keywords": "", "license": "LICENSE.txt", "maintainer": "", "maintainer_email": "", "name": "Easy_Decorator", "package_url": "https://pypi.org/project/Easy_Decorator/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/Easy_Decorator/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/Easy_Decorator/" }, "release_url": "https://pypi.org/project/Easy_Decorator/1.2/", "requires_dist": null, "requires_python": null, "summary": "Make decorators with a before and after function", "version": "1.2" }, "last_serial": 1543632, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "7470cb451c60803486126388d569edd0", "sha256": "55550b9fbf84742ce54f5d30653c113cc4145225b0fa8388748348321c164481" }, "downloads": -1, "filename": "Easy_Decorator-1.0.tar.gz", "has_sig": false, "md5_digest": "7470cb451c60803486126388d569edd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1299, "upload_time": "2014-08-09T02:19:21", "url": "https://files.pythonhosted.org/packages/ed/55/8235bb33aace050d14391838b942e28c0b8003ceb2d4e024725f5d7bc4bd/Easy_Decorator-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "9edb3c82ab103b1c974e8fb2caf1d071", "sha256": "1ae8870799bd50acaa23f577e193b2ddc5f8a5f304db98bead98ea6d12f01c53" }, "downloads": -1, "filename": "Easy_Decorator-1.1.tar.gz", "has_sig": false, "md5_digest": "9edb3c82ab103b1c974e8fb2caf1d071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1219, "upload_time": "2014-08-09T02:23:12", "url": "https://files.pythonhosted.org/packages/e9/51/2ce2f1a8e67bfd0705fa7add0c79673b5c6dc8f57b1c3ae59f63b65facc8/Easy_Decorator-1.1.tar.gz" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "4e60f56dce8c24b5fd5deee869dce116", "sha256": "5d84fe01c1b3d49a5dfe4d5ced51fc09f9db353d79e975160dd8f73e3f372202" }, "downloads": -1, "filename": "Easy_Decorator-1.2.tar.gz", "has_sig": false, "md5_digest": "4e60f56dce8c24b5fd5deee869dce116", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1263, "upload_time": "2014-08-09T02:37:56", "url": "https://files.pythonhosted.org/packages/c7/c5/29be459be1bd2c25c40db4e5b1359afe95967a3c1f0ad44c61d91d664782/Easy_Decorator-1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4e60f56dce8c24b5fd5deee869dce116", "sha256": "5d84fe01c1b3d49a5dfe4d5ced51fc09f9db353d79e975160dd8f73e3f372202" }, "downloads": -1, "filename": "Easy_Decorator-1.2.tar.gz", "has_sig": false, "md5_digest": "4e60f56dce8c24b5fd5deee869dce116", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1263, "upload_time": "2014-08-09T02:37:56", "url": "https://files.pythonhosted.org/packages/c7/c5/29be459be1bd2c25c40db4e5b1359afe95967a3c1f0ad44c61d91d664782/Easy_Decorator-1.2.tar.gz" } ] }