{ "info": { "author": "Mark Fink", "author_email": "mark@mark-fink.de", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.6" ], "description": "|License| |GitHub issues|\n\ninstallation\n============\n\nto install:\n\n.. code:: bash\n\n $ pip install metrics.pylint\n\nto uninstall:\n\n.. code:: bash\n\n $ pip uninstall metrics.pylint\n\nfor details please see the documentation of metrics.\n\nmetrics.pylint\n==============\n\nThe **matrics.gitinfo** package is a plugin for the metrics package.\n\nmetrics.pylint adds a pylint_score to file metrics for all python files:\n\n.. code:: json\n\n \"tests/test_sloc_python.py\": {\n \"comments\": 8,\n \"language\": \"Python\",\n \"mccabe\": 0,\n \"positions\": [],\n \"pylint_score\": 6.67,\n \"ratio_comment_to_code\": 0.24,\n \"sloc\": 33\n }\n\nAcknowledgements\n================\n\nalecxe for a recipe on how to use pylint programmatically and how to\nextract the pylint score:\nhttps://stackoverflow.com/questions/39453828/extracting-pylint-score\n\nLicense\n=======\n\nCopyright (c) 2018 Mark Fink and others. metrics is released under the\nMIT License (see MIT_LICENSE).\n\n.. |License| image:: http://img.shields.io/badge/license-MIT-yellowgreen.svg\n :target: MIT_LICENSE\n.. |GitHub issues| image:: https://img.shields.io/github/issues/markfink/metrics.pylint.svg?maxAge=2592000\n :target: https://github.com/markfink/metrics.pylint/issues\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/markfink/metrics.pylint/", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "metrics.pylint", "package_url": "https://pypi.org/project/metrics.pylint/", "platform": "", "project_url": "https://pypi.org/project/metrics.pylint/", "project_urls": { "Homepage": "https://github.com/markfink/metrics.pylint/" }, "release_url": "https://pypi.org/project/metrics.pylint/0.0.3/", "requires_dist": null, "requires_python": "", "summary": "plugin for the metrics package (extracts pylint_score for Python code)", "version": "0.0.3" }, "last_serial": 3740338, "releases": { "0.0.2": [ { "comment_text": "", "digests": { "md5": "92230c2e175d7afe2113935c3245ba12", "sha256": "5eace5dc504f5e3207456e736117125c014dfd60b442cdea3e9731cfb4fb3911" }, "downloads": -1, "filename": "metrics.pylint-0.0.2.tar.gz", "has_sig": false, "md5_digest": "92230c2e175d7afe2113935c3245ba12", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3581, "upload_time": "2018-04-03T13:14:38", "url": "https://files.pythonhosted.org/packages/36/cb/d9ce872a437b3beb6826790f35fd825de833daf79a6dde8a110e764cac3a/metrics.pylint-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "76d8319df2697adf980591b929b92c22", "sha256": "571d21a6655b80a8deeff0a387b75e357836f3491904928ffe63f7a2341b2f6b" }, "downloads": -1, "filename": "metrics.pylint-0.0.3.tar.gz", "has_sig": false, "md5_digest": "76d8319df2697adf980591b929b92c22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3748, "upload_time": "2018-04-06T08:19:13", "url": "https://files.pythonhosted.org/packages/e4/61/dc80f0e3984e4058aea87ea4b230b796d60c8a7441b81d9282e01baf66f4/metrics.pylint-0.0.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "76d8319df2697adf980591b929b92c22", "sha256": "571d21a6655b80a8deeff0a387b75e357836f3491904928ffe63f7a2341b2f6b" }, "downloads": -1, "filename": "metrics.pylint-0.0.3.tar.gz", "has_sig": false, "md5_digest": "76d8319df2697adf980591b929b92c22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3748, "upload_time": "2018-04-06T08:19:13", "url": "https://files.pythonhosted.org/packages/e4/61/dc80f0e3984e4058aea87ea4b230b796d60c8a7441b81d9282e01baf66f4/metrics.pylint-0.0.3.tar.gz" } ] }