{ "info": { "author": "Stanislav Kudriashev", "author_email": "stas.kudriashev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "============================\nbashlint - Bash linting tool\n============================\n\nSimple Bash linting tool written in Python.\n\n.. image:: https://travis-ci.org/skudriashev/bashlint.svg?branch=master\n :target: https://travis-ci.org/skudriashev/bashlint\n\nInstallation\n------------\n``bashlint`` can be installed via the Python Package Index or from source.\n\nUsing ``pip`` to install ``bashlint``::\n\n $ pip install bashlint\n\nYou can download the source tarball and install ``bashlint`` as follows::\n\n $ python setup.py install\n\nor in development mode::\n\n $ python setup.py develop\n\n\nRules list\n----------\n**W201 Trailing whitespace**: Trailing whitespaces are superfluous::\n\n Okay: echo Test#\n W201: echo Test #\n\n**W202 Blank line contains whitespace**: Trailing whitespaces on blank lines\nare superfluous::\n\n Okay: #\n W202: #\n\n**W203 Trailing semicolon**: Trailing semicolons are superfluous::\n\n Okay: echo Test#\n W203: echo Test;#", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/skudriashev/bashlint/tarball/0.1.0", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/skudriashev/bashlint", "keywords": "bash", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "bashlint", "package_url": "https://pypi.org/project/bashlint/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/bashlint/", "project_urls": { "Download": "https://github.com/skudriashev/bashlint/tarball/0.1.0", "Homepage": "https://github.com/skudriashev/bashlint" }, "release_url": "https://pypi.org/project/bashlint/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Bash linting tool", "version": "0.1.0" }, "last_serial": 1118637, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "451c4b85f8f1f2eb54def27570a11f21", "sha256": "a645c4469610cd48837ba178b77a61c142544b3ee5236214079216835c6aaf77" }, "downloads": -1, "filename": "bashlint-0.1.0.tar.gz", "has_sig": false, "md5_digest": "451c4b85f8f1f2eb54def27570a11f21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3423, "upload_time": "2014-06-08T21:58:06", "url": "https://files.pythonhosted.org/packages/9a/06/d39e6f25c874a4eecb9cf4de726954b3b04817f9127579587d55e0bb40da/bashlint-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "451c4b85f8f1f2eb54def27570a11f21", "sha256": "a645c4469610cd48837ba178b77a61c142544b3ee5236214079216835c6aaf77" }, "downloads": -1, "filename": "bashlint-0.1.0.tar.gz", "has_sig": false, "md5_digest": "451c4b85f8f1f2eb54def27570a11f21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3423, "upload_time": "2014-06-08T21:58:06", "url": "https://files.pythonhosted.org/packages/9a/06/d39e6f25c874a4eecb9cf4de726954b3b04817f9127579587d55e0bb40da/bashlint-0.1.0.tar.gz" } ] }