{ "info": { "author": "Marc Schlaich", "author_email": "marc.schlaich@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - 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 :: 3", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance" ], "description": "Flake8 immediate output\n=======================\n\nThis module adds immediate output option for ``flake8``, the Python code\nchecker.\n\nUsually, ``flake8`` delays the output until a file is completely\nprocessed. With the *immediate* option, ``flake8`` prints the errors\ndirectly without any delay. So this option provides the possibility to\nget a streaming pipe from a ``flake8`` subprocess. A real world use case\nis represented by https://github.com/schlamar/SublimeStreamingLinter.\n\nThis has the drawback that the output is not sorted across the various\ncheckers.\n\n\nInstallation\n------------\n\nYou can install or upgrade ``flake8-immediate`` with these commands::\n\n $ pip install flake8-immediate\n $ pip install --upgrade flake8-immediate\n\n\nPlugin for Flake8\n-----------------\n\nWhen both ``flake8 2.0`` and ``flake8-immediate`` are installed, the plugin is\navailable in ``flake8``::\n\n $ flake8 --version\n 2.0 (pep8: 1.4.5, mccabe: 0.2, flake8-immediate: 0.1, pyflakes: 0.6.1)\n\n\nUsage\n-----\n\nJust pass the ``--immediate`` option to ``flake8``::\n\n $ flake8 --help\n Usage: flake8 [options] input ...\n\n Options:\n ...\n --immediate don't cache the error output until EOF\n ...\n\n\nChanges\n-------\n\n\n0.2 - 2013-04-03\n````````````````\n* Fixed setup for Python 3.\n\n\n\n0.1 - 2013-03-27\n````````````````\n* First release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/schlamar/flake8-todo", "keywords": "flake8 immediate output", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "flake8-immediate", "package_url": "https://pypi.org/project/flake8-immediate/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/flake8-immediate/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/schlamar/flake8-todo" }, "release_url": "https://pypi.org/project/flake8-immediate/0.2/", "requires_dist": null, "requires_python": null, "summary": "Enables immediate output for flake8.", "version": "0.2" }, "last_serial": 792017, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "dba27b8fce1853236ad8deec86dbc182", "sha256": "9c51d770ab664e0a14d4cc512dbe73e405fae60231457e06ddfe6da4d7c0e3ab" }, "downloads": -1, "filename": "flake8-immediate-0.1.zip", "has_sig": false, "md5_digest": "dba27b8fce1853236ad8deec86dbc182", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6172, "upload_time": "2013-03-28T07:03:02", "url": "https://files.pythonhosted.org/packages/d2/bb/57c8a0894a4dd8f13d67072560538f4f98c9f6be24538c84c06c20568540/flake8-immediate-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "fb231c8a1e938046c55be0590c5e1849", "sha256": "edfaae46f0254fb87f6bf247fafde4379ecade0d8efc6a6fb5dbc6371fcbb7bc" }, "downloads": -1, "filename": "flake8-immediate-0.2.zip", "has_sig": false, "md5_digest": "fb231c8a1e938046c55be0590c5e1849", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6021, "upload_time": "2013-04-03T12:09:51", "url": "https://files.pythonhosted.org/packages/cd/19/04735022577f4356d038cabd4b669915e7ce0a651f6312fbf78d616488e9/flake8-immediate-0.2.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fb231c8a1e938046c55be0590c5e1849", "sha256": "edfaae46f0254fb87f6bf247fafde4379ecade0d8efc6a6fb5dbc6371fcbb7bc" }, "downloads": -1, "filename": "flake8-immediate-0.2.zip", "has_sig": false, "md5_digest": "fb231c8a1e938046c55be0590c5e1849", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6021, "upload_time": "2013-04-03T12:09:51", "url": "https://files.pythonhosted.org/packages/cd/19/04735022577f4356d038cabd4b669915e7ce0a651f6312fbf78d616488e9/flake8-immediate-0.2.zip" } ] }