{ "info": { "author": "M\u00e1rcio Duarte", "author_email": "maethorin@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# Py Inspector\n\n## Vers\u00e3o:\n\n[![PyPi version](https://pypip.in/v/py-inspector/badge.png)](https://pypi.python.org/pypi/py-inspector)\n[![PyPi downloads](https://pypip.in/d/py-inspector/badge.png)](https://pypi.python.org/pypi/py-inspector)\n\n\n## Build Status\n\n### Master\n\n[![Build Status](https://travis-ci.org/Maethorin/py-inspector.svg?branch=master)](https://travis-ci.org/Maethorin/py-inspector)\n[![Coverage Status](https://coveralls.io/repos/Maethorin/py-inspector/badge.svg?branch=master)](https://coveralls.io/r/Maethorin/py-inspector?branch=master)\n\n## Descri\u00e7\u00e3o\n\nPossibilita a cria\u00e7\u00e3o de testes para PEP8 e PyLint que ser\u00e3o executados com nose\n\n\n## Exemplo\n\n```python\nimport unittest\nfrom py_inspector import verificadores\nfrom seu_codigo import modulo_a_ser_validado\n\nclass ValidandoPython(unittest.TestCase, verificadores.TestValidacaoPython):\n def test_deve_verificar_pep8_no_modulo(self):\n arquivo = modulo_a_ser_validado.__file__.replace('pyc', 'py')\n self.validacao_pep8([arquivo])\n\n def test_deve_verificar_pylint_no_modulo(self):\n arquivo = modulo_a_ser_validado.__file__.replace('pyc', 'py')\n self.validacao_pylint([arquivo])\n```", "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/maethorin/py-inspector", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "py-inspector", "package_url": "https://pypi.org/project/py-inspector/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/py-inspector/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/maethorin/py-inspector" }, "release_url": "https://pypi.org/project/py-inspector/0.0.5/", "requires_dist": null, "requires_python": null, "summary": "Possibilita a cria\u00e7\u00e3o de testes para PEP8 e PyLint que ser\u00e3o executados com nose", "version": "0.0.5" }, "last_serial": 1419627, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2d149f8c9c605a5ceebb01d9582c43e2", "sha256": "d0af44960c88b00f53305de7ec525756bb4a1c57e78e8a6641298b5a0628d499" }, "downloads": -1, "filename": "py-inspector-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2d149f8c9c605a5ceebb01d9582c43e2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2407, "upload_time": "2015-01-27T16:18:10", "url": "https://files.pythonhosted.org/packages/cf/7b/bdc8e3b16a10b24192ff312d298eb187b0c4387bb65a666d6693c07e954f/py-inspector-0.0.1.tar.gz" } ], "0.0.2": [], "0.0.3": [ { "comment_text": "", "digests": { "md5": "a54d947f25d292ebb43a5546abfeadbd", "sha256": "c722a958c4dfd97a7e511a647598f214ccc9bc6eba080e5bf89aaae15ad54580" }, "downloads": -1, "filename": "py-inspector-0.0.3.tar.gz", "has_sig": false, "md5_digest": "a54d947f25d292ebb43a5546abfeadbd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2616, "upload_time": "2015-01-28T18:13:48", "url": "https://files.pythonhosted.org/packages/1b/bc/174b7a1820f258bc8febc53ce3865c5887fdb0858112e1554b9a0bd926d0/py-inspector-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "d2481eca35335504419c021ec1c0d6ec", "sha256": "f1fa5594d19e9297fea68c5127086bbe30b0bf0db4b57db56298617f19d83b87" }, "downloads": -1, "filename": "py-inspector-0.0.4.tar.gz", "has_sig": false, "md5_digest": "d2481eca35335504419c021ec1c0d6ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2627, "upload_time": "2015-02-02T16:14:49", "url": "https://files.pythonhosted.org/packages/3d/9f/caa0a9ebb3e07023cbac7f7189dadd2f1e812128d78e0e2887f13cf306f3/py-inspector-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "63ea4e052ed2f477cca8c6cc8e48b541", "sha256": "0a8f34c40e91d7be62798afd6260f2f5085033b0db16c8460053d7ec97ed67af" }, "downloads": -1, "filename": "py-inspector-0.0.5.tar.gz", "has_sig": false, "md5_digest": "63ea4e052ed2f477cca8c6cc8e48b541", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2631, "upload_time": "2015-02-11T18:16:10", "url": "https://files.pythonhosted.org/packages/05/aa/31558b762c8c2201f68fdec3da815ababcd7d58d41e4aa041f942ad94969/py-inspector-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "63ea4e052ed2f477cca8c6cc8e48b541", "sha256": "0a8f34c40e91d7be62798afd6260f2f5085033b0db16c8460053d7ec97ed67af" }, "downloads": -1, "filename": "py-inspector-0.0.5.tar.gz", "has_sig": false, "md5_digest": "63ea4e052ed2f477cca8c6cc8e48b541", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2631, "upload_time": "2015-02-11T18:16:10", "url": "https://files.pythonhosted.org/packages/05/aa/31558b762c8c2201f68fdec3da815ababcd7d58d41e4aa041f942ad94969/py-inspector-0.0.5.tar.gz" } ] }