{ "info": { "author": "Oph\u00e9lie Mauger", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# pyquality\n\nPipeline to run quality tools on python projet :\n* unittest\n* coverage report\n* flake8\n* pylint\n* radon for maintainability report\n* xenon for cyclomatic complexity\n\n## Install\n\n```\npip install pyinspector\n```\n\n## Usage\n```\npyinspector \n```\n need to be explicit path. Don't use '.'\n\nYou can use options :\n* `--no-report`: to not print results and not coverage report\n* `--no-unittest`: to not run unittest\n* `--no-flake8`: to not run flake8\n* `--no-pylint`: to not run pylint\n* `--no-mi`: to not inspect maintainability\n* `--no-cc`: to not inspect cyclomatic complexity\n\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/omauger/pyinspector", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyinspector", "package_url": "https://pypi.org/project/pyinspector/", "platform": "", "project_url": "https://pypi.org/project/pyinspector/", "project_urls": { "Homepage": "https://github.com/omauger/pyinspector" }, "release_url": "https://pypi.org/project/pyinspector/1.3/", "requires_dist": [ "flake8", "coverage", "pylint", "radon", "xenon", "coloredlogs", "verboselogs" ], "requires_python": "", "summary": "A module to easely run quality pipeline for python project", "version": "1.3" }, "last_serial": 4240104, "releases": { "1.3": [ { "comment_text": "", "digests": { "md5": "706898849f1da5e005cc9b64c63873ff", "sha256": "ed96070ddfe5dd237f23599880da9a2742a533324e3026a049e465e470603f63" }, "downloads": -1, "filename": "pyinspector-1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "706898849f1da5e005cc9b64c63873ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2962, "upload_time": "2018-09-05T07:32:11", "url": "https://files.pythonhosted.org/packages/d1/a9/cdac8611d3fa126662a346f4d9bc83f0e427e95b43459b4b2e393f2e182d/pyinspector-1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "337c02f70370a7fd93a4c0ab4f4a8af5", "sha256": "b557f1be12575bb0a139532dfe87ecf3a2f8ab79cc5ead7fe5dbc0ea3dce9548" }, "downloads": -1, "filename": "pyinspector-1.3.tar.gz", "has_sig": false, "md5_digest": "337c02f70370a7fd93a4c0ab4f4a8af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2358, "upload_time": "2018-09-05T07:32:13", "url": "https://files.pythonhosted.org/packages/1a/c1/ce00ce443c53bc396b217b6936e76d1dff1b70774c3cd87bff07230a3cd9/pyinspector-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "706898849f1da5e005cc9b64c63873ff", "sha256": "ed96070ddfe5dd237f23599880da9a2742a533324e3026a049e465e470603f63" }, "downloads": -1, "filename": "pyinspector-1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "706898849f1da5e005cc9b64c63873ff", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2962, "upload_time": "2018-09-05T07:32:11", "url": "https://files.pythonhosted.org/packages/d1/a9/cdac8611d3fa126662a346f4d9bc83f0e427e95b43459b4b2e393f2e182d/pyinspector-1.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "337c02f70370a7fd93a4c0ab4f4a8af5", "sha256": "b557f1be12575bb0a139532dfe87ecf3a2f8ab79cc5ead7fe5dbc0ea3dce9548" }, "downloads": -1, "filename": "pyinspector-1.3.tar.gz", "has_sig": false, "md5_digest": "337c02f70370a7fd93a4c0ab4f4a8af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2358, "upload_time": "2018-09-05T07:32:13", "url": "https://files.pythonhosted.org/packages/1a/c1/ce00ce443c53bc396b217b6936e76d1dff1b70774c3cd87bff07230a3cd9/pyinspector-1.3.tar.gz" } ] }