Metadata-Version: 2.1
Name: wemake-python-styleguide
Version: 0.3.0
Summary: The most strict and opinionated python linter ever
Home-page: https://wemake-python-styleguide.readthedocs.io
Author: Nikita Sobolev
Author-email: mail@sobolevn.me
Keywords: flake8,flake8-plugin,linter,wemake.services,styleguide,code quality
Requires-Python: >=3.6,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: Flake8
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Dist: attrs (>=18.2,<19.0)
Requires-Dist: flake8 (>=3.5,<4.0)
Requires-Dist: flake8-bandit (>=1.0,<2.0)
Requires-Dist: flake8-broken-line (>=0.1,<0.2)
Requires-Dist: flake8-bugbear (>=18.2,<19.0)
Requires-Dist: flake8-builtins (>=1.4,<2.0)
Requires-Dist: flake8-coding (>=1.3,<2.0)
Requires-Dist: flake8-commas (>=2.0,<3.0)
Requires-Dist: flake8-comprehensions (>=1.4,<2.0)
Requires-Dist: flake8-debugger (>=3.1,<4.0)
Requires-Dist: flake8-docstrings (>=1.3,<2.0)
Requires-Dist: flake8-eradicate (>=0.1,<0.2)
Requires-Dist: flake8-isort (>=2.5,<3.0)
Requires-Dist: flake8-logging-format (>=0.5,<0.6)
Requires-Dist: flake8-pep3101 (>=1.2,<2.0)
Requires-Dist: flake8-print (>=3.1,<4.0)
Requires-Dist: flake8-quotes (>=1.0,<2.0)
Requires-Dist: flake8-string-format (>=0.2,<0.3)
Requires-Dist: flake8-type-annotations (>=0.1,<0.2)
Requires-Dist: pep8-naming (>=0.7,<0.8)
Requires-Dist: pycodestyle (==2.3.1)
Requires-Dist: typing_extensions (>=3.6,<4.0)
Project-URL: Repository, https://github.com/wemake-services/wemake-python-styleguide
