{ "info": { "author": "Rocky Burt", "author_email": "rocky@serverzen.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": ".. -*-rst-*-\n\nZencheck\n========\n\nA simple application for syntax-checking python files. pyflakes_ is\nused for error-checking and pep8_ is used for style checking (produces\nwarnings).\n\n.. _pep8: http://pypi.python.org/pypi/pep8\n.. _pyflakes: http://pypi.python.org/pypi/pyflakes\n\nImprovments Over Stock PyFlakes/pep8 With Flymake Mode\n------------------------------------------------------\n\n * pyflakes warnings are now shown as flymake warnings (not the case with\n standard flymake/pyflakes integration)\n * integrates both pyflakes and pep8 in one command\n\nLatest Working Versions\n-----------------------\n\n * Python 2.7.3\n * pyflakes 0.5.0\n * pep8 1.3.3\n\n*Note: As long as the api's of neither pyflakes or pep8 changes, future\nversions should work.*\n\nExample .emacs Setup\n--------------------\n\n::\n\n (require 'flymake)\n\n (custom-set-variables\n '(flymake-allowed-file-name-masks\n (quote ((\"\\\\.c\\\\'\" flymake-simple-make-init)\n (\"\\\\.cpp\\\\'\" flymake-simple-make-init)\n (\"\\\\.xml\\\\'\" flymake-xml-init)\n (\"\\\\.html?\\\\'\" flymake-xml-init)\n (\"\\\\.cs\\\\'\" flymake-simple-make-init)\n (\"\\\\.p[ml]\\\\'\" flymake-perl-init)\n (\"\\\\.php[345]?\\\\'\" flymake-php-init)\n (\"\\\\.h\\\\'\" flymake-master-make-header-init flymake-master-cleanup)\n (\"\\\\.java\\\\'\" flymake-simple-make-java-init flymake-simple-java-cleanup)\n (\"[0-9]+\\\\.tex\\\\'\" flymake-master-tex-init flymake-master-cleanup)\n (\"\\\\.tex\\\\'\" flymake-simple-tex-init)\n (\"\\\\.idl\\\\'\" flymake-simple-make-init)\n (\"\\\\.py\\\\'\" flymake-zencheck-init)))))\n\n (defun flymake-zencheck-init ()\n (let* ((temp-file (flymake-init-create-temp-buffer-copy\n 'flymake-create-temp-inplace))\n (local-file (file-relative-name\n temp-file\n (file-name-directory buffer-file-name))))\n (list \"zencheck\" (list local-file))))\n\n (add-hook 'find-file-hook 'flymake-find-file-hook)\n\n (defun flymake-init-vars-hook ()\n (setq flymake-err-line-patterns\n (cons\n (quote (\"^\\\\(.*?\\\\):\\\\([0-9]+\\\\):\\\\([0-9]+\\\\):\\\\(.*\\\\)\" 1 2 3 4))\n flymake-err-line-patterns)))\n\n (add-hook 'find-file-hook 'flymake-init-vars-hook)\n\n\nCredits\n-------\n\n * Rocky Burt (rocky AT serverzen DOT com) - maintainer", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/rockyburt/zenchecker/", "keywords": "", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "ZenCheck", "package_url": "https://pypi.org/project/ZenCheck/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ZenCheck/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/rockyburt/zenchecker/" }, "release_url": "https://pypi.org/project/ZenCheck/1.1/", "requires_dist": null, "requires_python": null, "summary": "A wrapper for various code/markup syntax checking tools.", "version": "1.1" }, "last_serial": 786068, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "1d169207709b3de4da27ec82380aba8a", "sha256": "f4b86957e5a892770f2f30d972c029bb7bdb7359db646d1e8d617cddb9334076" }, "downloads": -1, "filename": "ZenCheck-1.0.tar.gz", "has_sig": false, "md5_digest": "1d169207709b3de4da27ec82380aba8a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2848, "upload_time": "2009-09-16T18:44:24", "url": "https://files.pythonhosted.org/packages/69/36/ed80f4c0197b66f17a92f8ffd0e3dc1ad1eebb514a9592ecf99b600361ca/ZenCheck-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "aa425910628a1c47fc360d31a8ba6cc5", "sha256": "7c865b906ed0522f4d0b95bed29c7b6660d0454342c681f88f6e7a637610ff9f" }, "downloads": -1, "filename": "ZenCheck-1.1.tar.gz", "has_sig": false, "md5_digest": "aa425910628a1c47fc360d31a8ba6cc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3753, "upload_time": "2012-11-22T18:12:42", "url": "https://files.pythonhosted.org/packages/5f/a1/b6bee88cb75a67b238cf9cd3b713156b57f8d2c6f161c81fd0492ea32a20/ZenCheck-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "aa425910628a1c47fc360d31a8ba6cc5", "sha256": "7c865b906ed0522f4d0b95bed29c7b6660d0454342c681f88f6e7a637610ff9f" }, "downloads": -1, "filename": "ZenCheck-1.1.tar.gz", "has_sig": false, "md5_digest": "aa425910628a1c47fc360d31a8ba6cc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3753, "upload_time": "2012-11-22T18:12:42", "url": "https://files.pythonhosted.org/packages/5f/a1/b6bee88cb75a67b238cf9cd3b713156b57f8d2c6f161c81fd0492ea32a20/ZenCheck-1.1.tar.gz" } ] }