{ "info": { "author": "Alexander Presnyakov", "author_email": "flagist0@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "This Pylint plugin minimizes Pylint's complaints about web2py code.\nWeb2py executes user code in special environment populated with predefined objects and types and with objects defined in model files.\nAlso it has magic import mechanism which knows some special places where to find modules.\n\nPylint doesn't know about these details -- its parser is unable to find these objects and modules, resulting in a flood of laments.\nThis plugin:\n- adds variables defined in models to other models' and controllers' scope\n- adds definition of some predefined global objects to models and controllers\n- adds web2py module paths to sys.path, so pylint is able to find them\n\nTo enable this plugin:\n- Add `--load-plugins=pylint_web2py2` to pylint options\nor\n- Add `load-plugins=pylint_web2py2` to your .pylintrc\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/flagist0/pylint_web2py2", "keywords": "pylint web2py plugin", "license": "GPLv2", "maintainer": null, "maintainer_email": null, "name": "pylint_web2py2", "package_url": "https://pypi.org/project/pylint_web2py2/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pylint_web2py2/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/flagist0/pylint_web2py2" }, "release_url": "https://pypi.org/project/pylint_web2py2/0.8/", "requires_dist": null, "requires_python": null, "summary": "pylint_web2py2 is a disciple of pylint-web2py with better web2py support", "version": "0.8" }, "last_serial": 1373983, "releases": { "0.8": [ { "comment_text": "", "digests": { "md5": "1b70a83082ae51d0bd57be589ddcdd7e", "sha256": "dd29a3ffbb48071bf69e00912784013216046a15d1641fa0613ba1546709b6d2" }, "downloads": -1, "filename": "pylint_web2py2-0.8.tar.gz", "has_sig": false, "md5_digest": "1b70a83082ae51d0bd57be589ddcdd7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3622, "upload_time": "2015-01-07T13:01:27", "url": "https://files.pythonhosted.org/packages/56/54/13cbb62d62ccf1caf74cb54fd2a8ec8bb3507669f9c2b1b66ae729d7ec05/pylint_web2py2-0.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1b70a83082ae51d0bd57be589ddcdd7e", "sha256": "dd29a3ffbb48071bf69e00912784013216046a15d1641fa0613ba1546709b6d2" }, "downloads": -1, "filename": "pylint_web2py2-0.8.tar.gz", "has_sig": false, "md5_digest": "1b70a83082ae51d0bd57be589ddcdd7e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3622, "upload_time": "2015-01-07T13:01:27", "url": "https://files.pythonhosted.org/packages/56/54/13cbb62d62ccf1caf74cb54fd2a8ec8bb3507669f9c2b1b66ae729d7ec05/pylint_web2py2-0.8.tar.gz" } ] }