{ "info": { "author": "Craig J Perry", "author_email": "craigp84@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Setuptools Plugin", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Documentation", "Topic :: Software Development :: Documentation", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Setuptools pep8 command\n=======================\n\n.. image:: https://travis-ci.org/CraigJPerry/setuptools-pep8.png?branch=master\n :target: https://travis-ci.org/CraigJPerry/setuptools-pep8\n.. image:: https://pypip.in/d/setuptools-pep8/badge.png\n :target: https://pypi.python.org/pypi/setuptools-pep8\n\nOriginally based on https://github.com/johnnoone/setuptools-pylint\n\nThis package exposes the `pep8`_ style guide checker as a\nsub-command of setup.py::\n\n $ cat setup.py\n ...\n setup(\n name='your project',\n setup_requires=['setuptools-pep8']\n )\n ....\n $ cat setup.cfg\n ...\n [pep8]\n ignore=E225\n ...\n $ python setup.py pep8\n running pep8\n ./setup.py:41:1: W391 blank line at end of file\n\nThis invokes ``pep8`` and applies any configuration from your\n``setup.cfg`` file's ``[pep8]`` section. Typical use cases\ninclude simplification of continuous-integration job configurations.\n\n.. _`pep8` : http://pypi.python.org/pypi/pep8\n\n\n\nNews\n====\n\n0.9.0\n-----\n\n*Release date: 29-Dec-2013*\n\nFinal major release before v1.0 (project goes into maint mode).\n\n**Contains non-backwards-compatable changes!**\n\nBugfixes:\n\n* Resolves clash with setuptools Command --verbose flag\n\nFeatures:\n\n* All pep8 cmdline options can now be specified on the ``python\n setup.py pep8`` command line\n* pep8 return code is propagated to the ``python setup.py`` command\n return code\n\nNon-Functional Changes:\n\n* Drastic simplification of pep8 setuptools Command implementation\n* Minor changes to testing code (adopt usage of process return code)\n\nBackwards Incompatable Changes:\n\n* --pep8-output option has been removed. Replace usage of this with\n shell redirection.\n* --check-dirs option has been removed. Replace usage of this with\n pep8's --exclude option.\n\nAny users wishing to retain these features are advised to stay on\nversion 0.2.0.\n\n0.2.0\n-----\n\n*Release date: 28-Dec-2013*\n\n* Stable build, promoted minor version. No functional changes.\n\n0.1.7\n-----\n\n*Release date: 28-Dec-2013*\n\n* Enabled Travis-CI integration testing\n* Configured auto upload from Travis -> PyPI for tagged releases\n* Minor formatting tweaks\n\n0.1.6\n-----\n\n*Release date: Not released*\n\n* Minor tweak to .rst syntax, fix rendering issues on PyPI\n\n0.1.5\n-----\n\n*Release date: 3-Dec-2013*\n\n* Bugfix: missing NEWS.rst in manifest\n\n0.1.4\n-----\n\n*Release date: 3-Dec-2013*\n\n* @yoloseem fixed indentation bug\n* Fixed setup.cfg parsing of include / exclude directives\n\n0.1.3\n-----\n\n*Release date: 6-Oct-2013*\n\n* Fixed github issue #1: Setting pep8 directives in setup.cfg doesn't work\n* Exposed --check-dirs= option to control which modules are checked\n* Fixed incorrect handling of stdout/stderr when redirecting pep8 output to a file\n\n0.1.2\n-----\n\n*Release date: 4-Oct-2013*\n\n* Fork of https://github.com/johnnoone/setuptools-lint\n* Adds in config parsing from setup.cfg\n* Semantic versioning", "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/CraigJPerry/setuptools-pep8", "keywords": "pep8 setuptools command", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "setuptools-pep8", "package_url": "https://pypi.org/project/setuptools-pep8/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/setuptools-pep8/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/CraigJPerry/setuptools-pep8" }, "release_url": "https://pypi.org/project/setuptools-pep8/0.9.0/", "requires_dist": null, "requires_python": null, "summary": "pep8 command for setuptools", "version": "0.9.0" }, "last_serial": 956084, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "c9a5de81c063b5fed90110f7b1934cd0", "sha256": "9170d41b3f6adae09ee9ef23488b7d45b75e311ab3f021e31165cce805a6e575" }, "downloads": -1, "filename": "setuptools-pep8-0.1.2.tar.gz", "has_sig": false, "md5_digest": "c9a5de81c063b5fed90110f7b1934cd0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2530, "upload_time": "2013-10-05T12:14:19", "url": "https://files.pythonhosted.org/packages/a4/c3/2fa7bb416c2a584d9a280215388b05b81c6ddd8511da110c62190cfe760c/setuptools-pep8-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "4afdca526e4f7573749dc7af834fad17", "sha256": "9126a4bbb3cf4caf724a833d86e7c437aa161fc7568991a46a94e04173c2e18c" }, "downloads": -1, "filename": "setuptools-pep8-0.1.3.tar.gz", "has_sig": false, "md5_digest": "4afdca526e4f7573749dc7af834fad17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2929, "upload_time": "2013-10-05T23:00:25", "url": "https://files.pythonhosted.org/packages/9b/d8/af938c7c3882df151417282cdf4bdbfc2ff7e96c562adfc6d3d9ba099953/setuptools-pep8-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "9952d8f0109501228c6eae73b99f8c23", "sha256": "e266a680bfdd97dcae7be2f84e042c0833b39e4c3f910bcca4a3de6f356b692c" }, "downloads": -1, "filename": "setuptools-pep8-0.1.4.tar.gz", "has_sig": false, "md5_digest": "9952d8f0109501228c6eae73b99f8c23", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3394, "upload_time": "2013-12-03T01:12:12", "url": "https://files.pythonhosted.org/packages/d3/9e/a05422cec473f2a91d80e66b52074299c7db5cf7d1c85129144603115abe/setuptools-pep8-0.1.4.tar.gz" } ], "0.1.5": [ { "comment_text": "", "digests": { "md5": "917d3626a99ae9a4c02f442760702a3d", "sha256": "64e5b84f8208b339910506315fc04f6f65746bdb279d9e24fa7fb249625de142" }, "downloads": -1, "filename": "setuptools-pep8-0.1.5.tar.gz", "has_sig": false, "md5_digest": "917d3626a99ae9a4c02f442760702a3d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3543, "upload_time": "2013-12-03T18:46:47", "url": "https://files.pythonhosted.org/packages/a6/91/e9421f8ea4c749cf9ae088751bec87d6ca8c35f880397c99b7f38d174916/setuptools-pep8-0.1.5.tar.gz" } ], "0.1.7": [ { "comment_text": "", "digests": { "md5": "ae94ad8b97fa70efcde6b5a1a9589d0c", "sha256": "d129fe2f958596464f803ded6455d31038041ca503896f841e856d39a5f27253" }, "downloads": -1, "filename": "setuptools-pep8-0.1.7.tar.gz", "has_sig": false, "md5_digest": "ae94ad8b97fa70efcde6b5a1a9589d0c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3495, "upload_time": "2013-12-28T19:24:44", "url": "https://files.pythonhosted.org/packages/9a/ec/faa0b0d1f052ee7a037c58cae15ca00d07f0577f2525a5a35034e4a3f63f/setuptools-pep8-0.1.7.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "b6d80ea8f240a026258e501a27c7c930", "sha256": "8d43646cf9596c9b26e1bb672560f1bfa2fab2c50479deea1ca01a960c607b6f" }, "downloads": -1, "filename": "setuptools-pep8-0.2.0.tar.gz", "has_sig": false, "md5_digest": "b6d80ea8f240a026258e501a27c7c930", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3790, "upload_time": "2013-12-28T19:32:27", "url": "https://files.pythonhosted.org/packages/c6/46/ede2beda4cd6a39108ef25f3de03d7bdd92a7a758f6ed3207bd5f2b7d1c4/setuptools-pep8-0.2.0.tar.gz" } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "8d21d3dbee4e82652b15b1873e789e6c", "sha256": "f620cd7494015729249bda7260c9b94900d6e6ab27df46051fb144c32627080c" }, "downloads": -1, "filename": "setuptools-pep8-0.9.0.tar.gz", "has_sig": false, "md5_digest": "8d21d3dbee4e82652b15b1873e789e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4061, "upload_time": "2013-12-29T00:11:47", "url": "https://files.pythonhosted.org/packages/20/8a/f75f0126e3809a98b8bd850b93389b35f04958653c3bb5d1b2de5f33c349/setuptools-pep8-0.9.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8d21d3dbee4e82652b15b1873e789e6c", "sha256": "f620cd7494015729249bda7260c9b94900d6e6ab27df46051fb144c32627080c" }, "downloads": -1, "filename": "setuptools-pep8-0.9.0.tar.gz", "has_sig": false, "md5_digest": "8d21d3dbee4e82652b15b1873e789e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4061, "upload_time": "2013-12-29T00:11:47", "url": "https://files.pythonhosted.org/packages/20/8a/f75f0126e3809a98b8bd850b93389b35f04958653c3bb5d1b2de5f33c349/setuptools-pep8-0.9.0.tar.gz" } ] }