{ "info": { "author": "Lucas Meneghel Rodrigues", "author_email": "lookkas@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6" ], "description": "Inspektor\n=========\n\nInspektor is a program used to verify the code of your python project. It\nevolved from a set of scripts used to check patches and code of python projects\nof the autotest organization [1]. As the project grew and new modules started\nto be developed, we noticed the same scripts had to be copied to each new\nproject repo, creating a massive headache when we needed to update said\nscripts.\n\nInspektor knows how to:\n\n1) Check code with the help of `pylint`.\n2) Check indentation of your code with the help of `pycodestyle`,\n correcting it if you so deem appropriate.\n3) Check whether your code is PEP8 compliant, correcting it if necessary\n (only works if you have `autopep8` installed) if you so deem appropriate.\n4) If your project is hosted on the autotest github area, it can apply pull\n requests made against it, and check if it introduced any regression from\n the metrics outlined above.\n\nThis all assumes you're working on a version control checkout of your code.\nCurrently inspektor knows how to handle subversion and git.\n\nInstalling inspektor\n--------------------\n\nYou can get inspektor through pip:\n\n::\n\n $ sudo pip install inspektor\n\nBut you should avoid doing that if possible. A virtual environment deployment\ntends to be better, since each installation is restricted to each environment:\n\n::\n\n $ virtualenv .venv\n $ source .venv/bin/activate\n $ pip install inspektor\n\nIf you are developing inspektor, you can install it in your virtual environment\nas an editable package. From this source code tree root:\n\n::\n\n $ pip install -e .\n\nUsage\n-----\n\n1) Go to the root of your project source code clone\n2) If you want to check code with pylint:\n\n::\n\n inspekt lint\n3) If you want to check indentation:\n\n::\n\n inspekt indent\n4) If you want to check compliance to the PEP8:\n\n::\n\n inspekt style\n5) If you want to check PR #123 for a project inside the autotest github area:\n\n::\n\n inspekt github 123\n\n[1] http://autotest.github.io/", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/avocado-framework/inspektor/tarball/master", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/avocado-framework/inspektor", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "inspektor", "package_url": "https://pypi.org/project/inspektor/", "platform": "Any", "project_url": "https://pypi.org/project/inspektor/", "project_urls": { "Download": "https://github.com/avocado-framework/inspektor/tarball/master", "Homepage": "https://github.com/avocado-framework/inspektor" }, "release_url": "https://pypi.org/project/inspektor/0.5.2/", "requires_dist": null, "requires_python": "", "summary": "Inspektor python code checker and fixer", "version": "0.5.2" }, "last_serial": 4077814, "releases": { "0.1.12": [ { "comment_text": "", "digests": { "md5": "687ec7d85d36b5bbe8d3f48d187790a0", "sha256": "2c30c0b22beb21c79db012590492996bb6d560e8ff411c840e3d9ec343ee4c4b" }, "downloads": -1, "filename": "inspektor-0.1.12.tar.gz", "has_sig": false, "md5_digest": "687ec7d85d36b5bbe8d3f48d187790a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20642, "upload_time": "2014-11-25T20:12:34", "url": "https://files.pythonhosted.org/packages/6e/f5/4766c32dd5c4f02b44d62c53df0937330c6240b02d04dff47b66c5cf8bc4/inspektor-0.1.12.tar.gz" } ], "0.1.13": [ { "comment_text": "", "digests": { "md5": "9a93c604de7960d7251ad381c307cc29", "sha256": "0810f8e6e716ab249bac9ef1968b9df283bc37f5c380b3eba24120cea93e93d1" }, "downloads": -1, "filename": "inspektor-0.1.13.tar.gz", "has_sig": false, "md5_digest": "9a93c604de7960d7251ad381c307cc29", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20638, "upload_time": "2014-12-23T18:49:03", "url": "https://files.pythonhosted.org/packages/1b/ea/7b21ca8bebdb0efef6e4c746d8c485a0eb601a5d6791a4d8945150a46c12/inspektor-0.1.13.tar.gz" } ], "0.1.14": [ { "comment_text": "", "digests": { "md5": "0a0263df675d61ec3c7dd8474e75e1d1", "sha256": "d6c5fdac802f3084558cd330900ab4a04d89a379890ebedeec79ba0fe5ca7cee" }, "downloads": -1, "filename": "inspektor-0.1.14.tar.gz", "has_sig": false, "md5_digest": "0a0263df675d61ec3c7dd8474e75e1d1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20652, "upload_time": "2015-02-11T11:10:59", "url": "https://files.pythonhosted.org/packages/5b/e2/1aa91c35f43b300493e000e0d03d670eef02059a8a01bbfc46cda972299d/inspektor-0.1.14.tar.gz" } ], "0.1.15": [ { "comment_text": "", "digests": { "md5": "5313a17a4feee8d8af49b0ae2d95df48", "sha256": "0a2a8e4c72ce766703997cac585a32de93a365992935e7e9c8b02a50988dc748" }, "downloads": -1, "filename": "inspektor-0.1.15.tar.gz", "has_sig": false, "md5_digest": "5313a17a4feee8d8af49b0ae2d95df48", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 20904, "upload_time": "2015-03-12T19:09:55", "url": "https://files.pythonhosted.org/packages/e0/48/ba039e46c115cf05999da90fcdfe1ecd10f89fb37eed9d88f2e8dc217abe/inspektor-0.1.15.tar.gz" } ], "0.1.16": [ { "comment_text": "", "digests": { "md5": "630b34d41aa368f5e6b04bae378e3111", "sha256": "d3de2e67717cf0b897141775f444ff07b569e4ca1ab34f842f0a282b6624cf46" }, "downloads": -1, "filename": "inspektor-0.1.16.tar.gz", "has_sig": false, "md5_digest": "630b34d41aa368f5e6b04bae378e3111", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21138, "upload_time": "2015-07-31T17:50:55", "url": "https://files.pythonhosted.org/packages/20/50/48984830437b1eeb976962bbbfeba2ac835697ae2c0257df00da8c873caa/inspektor-0.1.16.tar.gz" } ], "0.1.18": [ { "comment_text": "", "digests": { "md5": "866f1b20d55fac0d665356542722e81d", "sha256": "da00f695863dca98481e65256a34892695020fbb50a30db5494571702d029021" }, "downloads": -1, "filename": "inspektor-0.1.18.tar.gz", "has_sig": false, "md5_digest": "866f1b20d55fac0d665356542722e81d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21486, "upload_time": "2015-12-01T14:47:10", "url": "https://files.pythonhosted.org/packages/58/1c/557b475b4883b50a90a4ad7d59a1bc49e56b192ea69374701e2fb62b5d34/inspektor-0.1.18.tar.gz" } ], "0.1.19": [ { "comment_text": "", "digests": { "md5": "5a6e8d5820f6714d721b04cc0d9cb73b", "sha256": "6a32e62d0322ba8a54216cbf1eb5947d6a745e7fc5055763b551925c450da5da" }, "downloads": -1, "filename": "inspektor-0.1.19.tar.gz", "has_sig": false, "md5_digest": "5a6e8d5820f6714d721b04cc0d9cb73b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21500, "upload_time": "2015-12-01T15:02:50", "url": "https://files.pythonhosted.org/packages/7c/4c/009df36fff415008a7c40dd8db26fe95e6d1739bd4e5055df68a16bb6a5f/inspektor-0.1.19.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b80d577bab3133310b4010a7bb95119c", "sha256": "7b7732833fcb7eb8389303f643d2dddfc30a106a0ce4a244147721c492e96dc7" }, "downloads": -1, "filename": "inspektor-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b80d577bab3133310b4010a7bb95119c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22646, "upload_time": "2015-12-02T20:02:04", "url": "https://files.pythonhosted.org/packages/80/c3/2479255907576a0c592eb63cd13e80940f48fb6fa1dfb70a6f44ebe6a6eb/inspektor-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "21bec1e8bb8482d84c2177234f7a4bfa", "sha256": "6f316feff38ebb915d3b13fffbebe09654c38348296c958b9798f7ce718061b6" }, "downloads": -1, "filename": "inspektor-0.2.1.tar.gz", "has_sig": false, "md5_digest": "21bec1e8bb8482d84c2177234f7a4bfa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22842, "upload_time": "2016-01-18T17:06:55", "url": "https://files.pythonhosted.org/packages/ab/29/561b6c792f1f5ff1354a08707824d471d541c3a5f33766a8d2b616810743/inspektor-0.2.1.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "8b0ca6e9404c0627eca422ecb2d86573", "sha256": "953411b2c8e97a2bb198ae05235babce9a76ce4842016671dc7a0dc7251f638b" }, "downloads": -1, "filename": "inspektor-0.2.2.tar.gz", "has_sig": false, "md5_digest": "8b0ca6e9404c0627eca422ecb2d86573", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22843, "upload_time": "2016-08-13T14:56:08", "url": "https://files.pythonhosted.org/packages/71/fe/1cef3b3c2a15f7c33210819d12a6a68d70fdf2ded8ca9bba177c890583b4/inspektor-0.2.2.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "ba446f8bba5d125831e556879bce0f27", "sha256": "b957247f739405dfd1c4e8877c82e37e52bb0029b179619ae1b9396dfa7211f5" }, "downloads": -1, "filename": "inspektor-0.3.0.tar.gz", "has_sig": false, "md5_digest": "ba446f8bba5d125831e556879bce0f27", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22862, "upload_time": "2017-05-05T09:35:02", "url": "https://files.pythonhosted.org/packages/f3/66/9af1ae08c13a97c514a9c3799a71bcae335dcadc5fdd9a2a1a98e3b0bd0a/inspektor-0.3.0.tar.gz" } ], "0.4.0": [ { "comment_text": "", "digests": { "md5": "3b345b40e51b9152e3f8d98f81f7defe", "sha256": "c30f6e3401ba34dc1f842a3fdb6c877dda16de95c6f9872e95195b47b257a2f3" }, "downloads": -1, "filename": "inspektor-0.4.0.tar.gz", "has_sig": false, "md5_digest": "3b345b40e51b9152e3f8d98f81f7defe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25317, "upload_time": "2017-08-07T21:48:10", "url": "https://files.pythonhosted.org/packages/8c/ba/3d14bbee979b24e663f72b7968d3a62c6652aa5e0286993aa40b0f5cd9f7/inspektor-0.4.0.tar.gz" } ], "0.4.5": [ { "comment_text": "", "digests": { "md5": "bc81a29b2675fa471bde9db49ece7654", "sha256": "3e9c910dd54de106cb5c5702580106186a590f624422efac98f9328ec3cc72ce" }, "downloads": -1, "filename": "inspektor-0.4.5.tar.gz", "has_sig": false, "md5_digest": "bc81a29b2675fa471bde9db49ece7654", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25681, "upload_time": "2017-08-11T09:45:57", "url": "https://files.pythonhosted.org/packages/b1/90/706aabe6ab8ae0b5e3d447c4e6dea6b0eec59ea6d3200be1d43360659c3d/inspektor-0.4.5.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "45fd749469d8dc1696ad37de13e74748", "sha256": "b4500cfb2e3d0bc6af447013a6791c0fd33c5dbbe0cff880b2de50f2c849be5d" }, "downloads": -1, "filename": "inspektor-0.5.0.tar.gz", "has_sig": false, "md5_digest": "45fd749469d8dc1696ad37de13e74748", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33558, "upload_time": "2018-04-18T15:05:10", "url": "https://files.pythonhosted.org/packages/45/52/e6eb6140ca79e80a7952efd048992933466141d5e74ed2d315d8954f2470/inspektor-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "73cb6d4ce8c192ebde390f808b1f10fa", "sha256": "cb5fc90cae8fba2d0fa56b43930565bd6fca9f5fff1dc3d977ca03255cee7664" }, "downloads": -1, "filename": "inspektor-0.5.1.tar.gz", "has_sig": false, "md5_digest": "73cb6d4ce8c192ebde390f808b1f10fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33597, "upload_time": "2018-05-03T18:02:26", "url": "https://files.pythonhosted.org/packages/3e/71/11b7c900e80f70088ff38d9bedac37be79fbaef6fd775634b2fa5b6b3ddd/inspektor-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "50a832030059e5158b2dd1ef2d3842aa", "sha256": "d09e29a4e0fd8e2e33beffa3e1cab3eaf769695ef319f4d480bb53900d511f54" }, "downloads": -1, "filename": "inspektor-0.5.2.tar.gz", "has_sig": false, "md5_digest": "50a832030059e5158b2dd1ef2d3842aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33718, "upload_time": "2018-07-18T12:29:10", "url": "https://files.pythonhosted.org/packages/42/8a/9e375ac0bb498760fe2408a2e0f1fe09808933e593d1b6f04193492b9048/inspektor-0.5.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "50a832030059e5158b2dd1ef2d3842aa", "sha256": "d09e29a4e0fd8e2e33beffa3e1cab3eaf769695ef319f4d480bb53900d511f54" }, "downloads": -1, "filename": "inspektor-0.5.2.tar.gz", "has_sig": false, "md5_digest": "50a832030059e5158b2dd1ef2d3842aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 33718, "upload_time": "2018-07-18T12:29:10", "url": "https://files.pythonhosted.org/packages/42/8a/9e375ac0bb498760fe2408a2e0f1fe09808933e593d1b6f04193492b9048/inspektor-0.5.2.tar.gz" } ] }