{ "info": { "author": "Zooko O'Whielacronx", "author_email": "zooko@zooko.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Framework :: Setuptools Plugin", "Intended Audience :: Developers", "License :: DFSG approved", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft", "Operating System :: Microsoft :: Windows", "Operating System :: Microsoft :: Windows :: Windows NT/2000", "Operating System :: OS Independent", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Operating System :: Unix", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.4", "Programming Language :: Python :: 2.5", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries", "Topic :: Utilities" ], "description": "setuptools_pyflakes Manual\n==========================\n\nAbout\n-----\n\nThis is a plugin for setuptools that integrates pyflakes. Once installed,\n\"python setup.py flakes\" will run pyflakes on all of the modules in your\nproject.\n\n\nInstallation\n------------\n\nWith easy_install:\n\n easy_install setuptools_pyflakes\n\nAlternative manual installation:\n\n tar -zxvf setuptools_pyflakes-X.Y.Z.tar.gz\n cd setuptools_pyflakes-X.Y.Z\n python setup.py install\n\nWhere X.Y.Z is a version number.\n\n\nUsage\n-----\n\nTo use this plugin, you must first package your python module with\n`setup.py` and use setuptools. The former is well documented in the\ndistutils manual:\n\n http://docs.python.org/dist/dist.html\n\nTo use setuptools instead of distutils, just edit `setup.py` and\nchange\n\n from distutils.core import setup\n\nto\n\n from setuptools import setup\n\nThen, if this plugin is installed, \"python setup.py flakes\" will work.\n\n\nAutomatically installing setuptools_pyflakes\n--------------------------------------------\n\nYou can make sure that anyone who uses your setup.py, and who invokes \"python\nsetup.py flakes\", automatically gets this plugin installed, by adding a\n`setup_requires` argument.::\n\n setup_requires=[]\n # setuptools_pyflakes is required to make \"python setup.py flakes\" work.\n if 'flakes' in sys.argv[1:]:\n setup_requires.append('setuptools_pyflakes')\n\n setup(...,\n setup_requires = setup_requires,\n ...)\n\n\nReferences\n----------\n\nHow to distribute Python modules with Distutils:\n\n http://docs.python.org/dist/dist.html\n\n\nSetuptools documentation:\n\n http://peak.telecommunity.com/DevCenter/setuptools\n\n\nThanks to Yannick Gingras for providing the prototype for this\nREADME.rst.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://tahoe-lafs.org/trac/setuptools_pyflakes", "keywords": "distutils setuptools setup pyflakes", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "setuptools_pyflakes", "package_url": "https://pypi.org/project/setuptools_pyflakes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/setuptools_pyflakes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://tahoe-lafs.org/trac/setuptools_pyflakes" }, "release_url": "https://pypi.org/project/setuptools_pyflakes/1.1.0/", "requires_dist": null, "requires_python": null, "summary": "setuptools plugin for pyflakes", "version": "1.1.0" }, "last_serial": 650138, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "09b6ccdb0cb05c5120e27c155ed54914", "sha256": "de30eeadfdf565dd240fa68c2b41b6afc41a82df9c1fb22abe1002514595962d" }, "downloads": -1, "filename": "setuptools_pyflakes-1.0.5.tar.gz", "has_sig": false, "md5_digest": "09b6ccdb0cb05c5120e27c155ed54914", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4354, "upload_time": "2009-04-27T04:35:53", "url": "https://files.pythonhosted.org/packages/7e/6d/c17fe98a66ca751174ab53ad64d409be5c421e91774df26c0bfaab19d638/setuptools_pyflakes-1.0.5.tar.gz" } ], "1.0.6": [ { "comment_text": "", "digests": { "md5": "8e359078bcfcea632d2732c34a067037", "sha256": "ace7e18a9074aeadd1e71453aad1fa10fa677caad2f074917f90f19be9e7a51e" }, "downloads": -1, "filename": "setuptools_pyflakes-1.0.6.tar.gz", "has_sig": false, "md5_digest": "8e359078bcfcea632d2732c34a067037", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4396, "upload_time": "2010-04-20T01:00:52", "url": "https://files.pythonhosted.org/packages/fa/a3/7e972fbf0ecaa568f66b57b47aa0c5c9858b8624729aae8acb5454352a91/setuptools_pyflakes-1.0.6.tar.gz" } ], "1.0.7": [ { "comment_text": "", "digests": { "md5": "7aab691ae46a5e0355bc971b0bcf6c77", "sha256": "d32460fe50ac080fcfc7263a474bffbc1989f9c3dc25fa07dea9709b216a7116" }, "downloads": -1, "filename": "setuptools_pyflakes-1.0.7.tar.gz", "has_sig": false, "md5_digest": "7aab691ae46a5e0355bc971b0bcf6c77", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4401, "upload_time": "2010-04-21T23:39:52", "url": "https://files.pythonhosted.org/packages/3c/1f/21c2ce29568f2ead069c68fa1df8b30638f70fd074311071481da75efdec/setuptools_pyflakes-1.0.7.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "d4904a8bd9aee45d79bbb22c58d4ec33", "sha256": "7d427cb689266f55c98df4372bda540d8d4085ed856515af977ec7fa39166b73" }, "downloads": -1, "filename": "setuptools_pyflakes-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d4904a8bd9aee45d79bbb22c58d4ec33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4537, "upload_time": "2012-07-11T17:30:10", "url": "https://files.pythonhosted.org/packages/e6/88/e049e604d9565477020f75b3ab6391ef958f41f674254a803e4457335075/setuptools_pyflakes-1.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4904a8bd9aee45d79bbb22c58d4ec33", "sha256": "7d427cb689266f55c98df4372bda540d8d4085ed856515af977ec7fa39166b73" }, "downloads": -1, "filename": "setuptools_pyflakes-1.1.0.tar.gz", "has_sig": false, "md5_digest": "d4904a8bd9aee45d79bbb22c58d4ec33", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4537, "upload_time": "2012-07-11T17:30:10", "url": "https://files.pythonhosted.org/packages/e6/88/e049e604d9565477020f75b3ab6391ef958f41f674254a803e4457335075/setuptools_pyflakes-1.1.0.tar.gz" } ] }