{ "info": { "author": "Nikita Sobolev", "author_email": "mail@sobolevn.me", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Flake8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance" ], "description": "# flake8-broken-line\n\n[![wemake.services](https://img.shields.io/badge/-wemake.services-green.svg?label=%20&logo=data%3Aimage%2Fpng%3Bbase64%2CiVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC%2FxhBQAAAAFzUkdCAK7OHOkAAAAbUExURQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP%2F%2F%2F5TvxDIAAAAIdFJOUwAjRA8xXANAL%2Bv0SAAAADNJREFUGNNjYCAIOJjRBdBFWMkVQeGzcHAwksJnAPPZGOGAASzPzAEHEGVsLExQwE7YswCb7AFZSF3bbAAAAABJRU5ErkJggg%3D%3D)](https://wemake.services) [![Build Status](https://travis-ci.org/sobolevn/flake8-broken-line.svg?branch=master)](https://travis-ci.org/sobolevn/flake8-broken-line) [![Coverage](https://coveralls.io/repos/github/sobolevn/flake8-broken-line/badge.svg?branch=master)](https://coveralls.io/github/sobolevn/flake8-broken-line?branch=master) [![Python Version](https://img.shields.io/pypi/pyversions/flake8-broken-line.svg)](https://pypi.org/project/flake8-broken-line/) [![PyPI version](https://badge.fury.io/py/flake8-broken-line.svg)](https://pypi.org/project/flake8-broken-line/) [![wemake-python-styleguide](https://img.shields.io/badge/style-wemake-000000.svg)](https://github.com/wemake-services/wemake-python-styleguide)\n\nDo not break the line! \ud83d\udea8\n\n## Installation\n\n```bash\npip install flake8-broken-line\n```\n\n## Code example\n\nThings we check with this plugin:\n\n```python\n# String line breaks, use `()` or `\"\"\"` instead:\n\nsome_string = 'first line\\\nsecond line'\n\n# Use a single line, `()`, or new variables instead:\n\nif 1 == 1 and \\\n 2 == 2:\n print('Do not do that!')\n\n# Do not reimplement chaining:\nsome_object \\\n .call_method() \\\n .call_other() \\\n .finalize()\n\n```\n\n## Error codes\n\n| Error code | Description |\n|:----------:|:----------------------------------------------:|\n| N400 | Found backslash that is used for line breaking |\n\n## License\n\nMIT.\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/sobolevn/flake8-broken-line", "keywords": "flake8,flake8-plugin,linting,linter,wemake.services,code quality", "license": "MIT", "maintainer": "Nikita Sobolev", "maintainer_email": "mail@sobolevn.me", "name": "flake8-broken-line", "package_url": "https://pypi.org/project/flake8-broken-line/", "platform": "", "project_url": "https://pypi.org/project/flake8-broken-line/", "project_urls": { "Homepage": "https://github.com/sobolevn/flake8-broken-line", "Repository": "https://github.com/sobolevn/flake8-broken-line" }, "release_url": "https://pypi.org/project/flake8-broken-line/0.1.1/", "requires_dist": [ "flake8 (>=3.5,<4.0)" ], "requires_python": ">=3.6,<4.0", "summary": "Flake8 plugin to forbid backslashes for line breaks", "version": "0.1.1" }, "last_serial": 5655755, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "fbd0ded63be46040b329d39d8e5cbaf0", "sha256": "3eb823f48b4ec67735ebbe8e282319826c8e8be7dfc185c9e259228084c21de2" }, "downloads": -1, "filename": "flake8_broken_line-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "fbd0ded63be46040b329d39d8e5cbaf0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4438, "upload_time": "2018-09-30T10:48:46", "url": "https://files.pythonhosted.org/packages/82/77/d4737c18a061c3f68751918494e98f5d3d3b24ef2c37c9e85be8bfddff53/flake8_broken_line-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef5ab7f110bc19023961129740a30111", "sha256": "84147d38a1562d011a8de0bb1de299a715f7dea1a7332bd6946db04a1e4c3ddd" }, "downloads": -1, "filename": "flake8-broken-line-0.1.0.tar.gz", "has_sig": false, "md5_digest": "ef5ab7f110bc19023961129740a30111", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3321, "upload_time": "2018-09-30T10:48:45", "url": "https://files.pythonhosted.org/packages/52/57/5f1e1f7eeb6f2dc2a8f58e55ace0d455bf038f695383926c52b78019c89e/flake8-broken-line-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "25c8358f04a85aae49a45fbdee054867", "sha256": "7721725dce3aeee1df371a252822f1fcecfaf2766dcf5bac54ee1b3f779ee9d1" }, "downloads": -1, "filename": "flake8_broken_line-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "25c8358f04a85aae49a45fbdee054867", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4489, "upload_time": "2019-08-09T13:38:07", "url": "https://files.pythonhosted.org/packages/ef/f6/bdbd3edbda7f673dab4a3850dac05d83948621ce0782160cdcd72a1e7e30/flake8_broken_line-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d326b4b81173c6d5b0373ed9c2a26ad", "sha256": "30378a3749911e453d0a9e03204156cbbd35bcc03fb89f12e6a5206e5baf3537" }, "downloads": -1, "filename": "flake8-broken-line-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2d326b4b81173c6d5b0373ed9c2a26ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3456, "upload_time": "2019-08-09T13:38:05", "url": "https://files.pythonhosted.org/packages/11/fe/2342935e75085fb496984fed56ab050979bfedec89f82bf5fccb982635e2/flake8-broken-line-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "25c8358f04a85aae49a45fbdee054867", "sha256": "7721725dce3aeee1df371a252822f1fcecfaf2766dcf5bac54ee1b3f779ee9d1" }, "downloads": -1, "filename": "flake8_broken_line-0.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "25c8358f04a85aae49a45fbdee054867", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 4489, "upload_time": "2019-08-09T13:38:07", "url": "https://files.pythonhosted.org/packages/ef/f6/bdbd3edbda7f673dab4a3850dac05d83948621ce0782160cdcd72a1e7e30/flake8_broken_line-0.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2d326b4b81173c6d5b0373ed9c2a26ad", "sha256": "30378a3749911e453d0a9e03204156cbbd35bcc03fb89f12e6a5206e5baf3537" }, "downloads": -1, "filename": "flake8-broken-line-0.1.1.tar.gz", "has_sig": false, "md5_digest": "2d326b4b81173c6d5b0373ed9c2a26ad", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 3456, "upload_time": "2019-08-09T13:38:05", "url": "https://files.pythonhosted.org/packages/11/fe/2342935e75085fb496984fed56ab050979bfedec89f82bf5fccb982635e2/flake8-broken-line-0.1.1.tar.gz" } ] }