{ "info": { "author": "Hiroyoshi Takahashi", "author_email": "t.hiroyoshi209@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Framework :: Django :: 1.11", "Intended Audience :: Developers", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-lint2 \u2705\n\nLint2 is a linter work with Django.\n\n## Requirements\n\nPython 3+\nDjango\nFlake8\n\n## Installation\n\nInstall using pip!\n\n```sh\npip install flake8 django-lint2\n```\n\nAdd 'lint2' to your INSTALLED_APPS setting.\n\n```py\nINSTALLED_APPS = (\n ...,\n 'lint2',\n)\n```\n\n## Settings\n\nAdd options of flake8 to your settings.\n\nSee flake8 documents (http://flake8.pycqa.org/en/latest/user/configuration.html).\n\n```py\nLINT2 = {\n 'max_line_length': 120,\n}\n```\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/t-hiroyoshi/django-lint2", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "django-lint2", "package_url": "https://pypi.org/project/django-lint2/", "platform": "", "project_url": "https://pypi.org/project/django-lint2/", "project_urls": { "Homepage": "https://github.com/t-hiroyoshi/django-lint2" }, "release_url": "https://pypi.org/project/django-lint2/0.1/", "requires_dist": null, "requires_python": "", "summary": "A linter work with Django.", "version": "0.1" }, "last_serial": 3647139, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "2280989d49cad3851fb4655e21b4c1f1", "sha256": "fd2c3a71b05e649b9b7b4a1f3705078fbff3d1451889f00af94951dafdce8ca4" }, "downloads": -1, "filename": "django-lint2-0.1.tar.gz", "has_sig": false, "md5_digest": "2280989d49cad3851fb4655e21b4c1f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2758, "upload_time": "2018-03-07T09:56:41", "url": "https://files.pythonhosted.org/packages/bd/13/54bad185c29255fe824cbda951efe0d6ca6c1ed70de15135f2d33a763c0a/django-lint2-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2280989d49cad3851fb4655e21b4c1f1", "sha256": "fd2c3a71b05e649b9b7b4a1f3705078fbff3d1451889f00af94951dafdce8ca4" }, "downloads": -1, "filename": "django-lint2-0.1.tar.gz", "has_sig": false, "md5_digest": "2280989d49cad3851fb4655e21b4c1f1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2758, "upload_time": "2018-03-07T09:56:41", "url": "https://files.pythonhosted.org/packages/bd/13/54bad185c29255fe824cbda951efe0d6ca6c1ed70de15135f2d33a763c0a/django-lint2-0.1.tar.gz" } ] }