{ "info": { "author": "Affinitic", "author_email": "jfroche@affinitic.be", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development", "Topic :: Utilities" ], "description": "Introduction\n============\n\nCheck your doctest for various errors. Depends on pyflakes (http://pypi.python.org/pypi/pyflakes).\n\nUsage example::\n\n docpyflakes yourdoctext.txt\n\nThis package has an entry point for buildout to create a script via::\n\n [buildout]\n parts = ...\n scripts\n\n [scripts]\n recipe = zc.recipe.egg:scripts\n eggs = affinitic.docpyflakes\n\nVIM\n===\n\nMy vim configuration integration to run docpyflakes while I am working on my doctest and handle errors quickly::\n\n fun! PyflakesForDocTest()\n let tmpfile = tempname()\n execute \"w\" tmpfile\n execute \"set makeprg=(docpyflakes\\\\ \" . tmpfile . \"\\\\\\\\\\\\|sed\\\\ s@\" . tmpfile .\"@%@)\"\n make\n cw\n redraw!\n endfun\n\n autocmd BufWrite *.{txt} :call PyflakesForDocTest()\n\nEMACS\n=====\n\nLearn VIM\n\nChangelog\n=========\n\n0.1 (2010-02-19)\n----------------\n\n- Initial release", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://svn.affinitic.be/python/affinitic.docpyflakes", "keywords": "", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "affinitic.docpyflakes", "package_url": "https://pypi.org/project/affinitic.docpyflakes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/affinitic.docpyflakes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://svn.affinitic.be/python/affinitic.docpyflakes" }, "release_url": "https://pypi.org/project/affinitic.docpyflakes/0.1/", "requires_dist": null, "requires_python": null, "summary": "Pyflakes your doctest", "version": "0.1" }, "last_serial": 786156, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "65db812d4961c84d984f409128b52a44", "sha256": "af3252a7ef6d1dce66395c1ac9a9f9ececd406749fb612d98d5b002b25341190" }, "downloads": -1, "filename": "affinitic.docpyflakes-0.1.tar.gz", "has_sig": false, "md5_digest": "65db812d4961c84d984f409128b52a44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2707, "upload_time": "2010-02-20T00:29:11", "url": "https://files.pythonhosted.org/packages/94/ba/64be868a6bdfe07a3deceae29794f7dab87b409a5b35bf2b5daeec30e73c/affinitic.docpyflakes-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "65db812d4961c84d984f409128b52a44", "sha256": "af3252a7ef6d1dce66395c1ac9a9f9ececd406749fb612d98d5b002b25341190" }, "downloads": -1, "filename": "affinitic.docpyflakes-0.1.tar.gz", "has_sig": false, "md5_digest": "65db812d4961c84d984f409128b52a44", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2707, "upload_time": "2010-02-20T00:29:11", "url": "https://files.pythonhosted.org/packages/94/ba/64be868a6bdfe07a3deceae29794f7dab87b409a5b35bf2b5daeec30e73c/affinitic.docpyflakes-0.1.tar.gz" } ] }