{ "info": { "author": "Andrew Leech", "author_email": "andrew@alelec.net", "bugtrack_url": null, "classifiers": [], "description": "pylama2codeclimate\n==================\n\nConverts the (parsable) pylama output to codeclimate.json format.\nThis was written with the intention of using pylama to analyse python programs and report the output to gitlab ci code quality feature:\nhttps://docs.gitlab.com/ee/user/project/merge_requests/code_quality_diff.html\n\nIt can be used in a gitlab-ci.yml stage like:\n\n::\n\n codequality:\n stage: test\n script:\n - pip3 install pylama2codeclimate pylama\n - pylama --format parsable | pylama2codeclimate > codeclimate.json\n artifacts:\n when: always\n paths: [codeclimate.json]\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://gitlab.com/alelec/pylama2codeclimate", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pylama2codeclimate", "package_url": "https://pypi.org/project/pylama2codeclimate/", "platform": "", "project_url": "https://pypi.org/project/pylama2codeclimate/", "project_urls": { "Homepage": "https://gitlab.com/alelec/pylama2codeclimate" }, "release_url": "https://pypi.org/project/pylama2codeclimate/1.2/", "requires_dist": null, "requires_python": "", "summary": "Converts the (parsable) pylama output to codeclimate.json format", "version": "1.2" }, "last_serial": 3418927, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "9039bf08e12e722b3cba3d6b78712534", "sha256": "9b30548c7969c46cd0257293adc9a31899697f529ed6c268fec5864e404cfb90" }, "downloads": -1, "filename": "pylama2codeclimate-1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9039bf08e12e722b3cba3d6b78712534", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4553, "upload_time": "2017-09-01T08:06:52", "url": "https://files.pythonhosted.org/packages/d9/58/f44bedf8e70117939d74916645a6d3bfae944f26e0351ee1c89ed17a6710/pylama2codeclimate-1.0-py3-none-any.whl" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "6e0d93c9a8fc28257d4d2aa208dd1201", "sha256": "ae3d2add19edd290acedb8a7a686e2a82bb15bd276b20a7dd6297c115b400bc8" }, "downloads": -1, "filename": "pylama2codeclimate-1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6e0d93c9a8fc28257d4d2aa208dd1201", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4625, "upload_time": "2017-09-12T05:45:26", "url": "https://files.pythonhosted.org/packages/11/88/dc3e9693680952312c26465a4a6e0e772c3f0a213641b7459d8e053b5d32/pylama2codeclimate-1.1-py3-none-any.whl" } ], "1.2": [ { "comment_text": "", "digests": { "md5": "a82125e153b8a7df8ab1755a2bd662c2", "sha256": "e5095d6e7268fc3aad8abac7cf06c95530530b287ccb13ebb1ab6e149b2a0e64" }, "downloads": -1, "filename": "pylama2codeclimate-1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a82125e153b8a7df8ab1755a2bd662c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4685, "upload_time": "2017-12-15T05:33:16", "url": "https://files.pythonhosted.org/packages/3a/39/d77f66a4ddceb0d133ff4bacff505001cfe595e43d0b9b1d046188d79918/pylama2codeclimate-1.2-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a82125e153b8a7df8ab1755a2bd662c2", "sha256": "e5095d6e7268fc3aad8abac7cf06c95530530b287ccb13ebb1ab6e149b2a0e64" }, "downloads": -1, "filename": "pylama2codeclimate-1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "a82125e153b8a7df8ab1755a2bd662c2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4685, "upload_time": "2017-12-15T05:33:16", "url": "https://files.pythonhosted.org/packages/3a/39/d77f66a4ddceb0d133ff4bacff505001cfe595e43d0b9b1d046188d79918/pylama2codeclimate-1.2-py3-none-any.whl" } ] }