{"classifiers": ["Development Status :: 5 - Production/Stable", "Environment :: Console", "Framework :: Flake8", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Quality Assurance"], "extensions": {"python.commands": {"wrap_console": {"flake8": "flake8.main.cli:main"}}, "python.details": {"contacts": [{"email": "graffatcolmingov@gmail.com", "name": "Ian Cordasco", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://gitlab.com/pycqa/flake8"}}, "python.exports": {"console_scripts": {"flake8": "flake8.main.cli:main"}, "distutils.commands": {"flake8": "flake8.main.setuptools_command:Flake8"}, "flake8.extension": {"F": "flake8.plugins.pyflakes:FlakesChecker", "pycodestyle.blank_lines": "pycodestyle:blank_lines", "pycodestyle.break_around_binary_operator": "pycodestyle:break_around_binary_operator", "pycodestyle.comparison_negative": "pycodestyle:comparison_negative", "pycodestyle.comparison_to_singleton": "pycodestyle:comparison_to_singleton", "pycodestyle.comparison_type": "pycodestyle:comparison_type", "pycodestyle.compound_statements": "pycodestyle:compound_statements", "pycodestyle.continued_indentation": "pycodestyle:continued_indentation", "pycodestyle.explicit_line_join": "pycodestyle:explicit_line_join", "pycodestyle.extraneous_whitespace": "pycodestyle:extraneous_whitespace", "pycodestyle.imports_on_separate_lines": "pycodestyle:imports_on_separate_lines", "pycodestyle.indentation": "pycodestyle:indentation", "pycodestyle.maximum_line_length": "pycodestyle:maximum_line_length", "pycodestyle.missing_whitespace": "pycodestyle:missing_whitespace", "pycodestyle.missing_whitespace_after_import_keyword": "pycodestyle:missing_whitespace_after_import_keyword", "pycodestyle.missing_whitespace_around_operator": "pycodestyle:missing_whitespace_around_operator", "pycodestyle.module_imports_on_top_of_file": "pycodestyle:module_imports_on_top_of_file", "pycodestyle.python_3000_backticks": "pycodestyle:python_3000_backticks", "pycodestyle.python_3000_has_key": "pycodestyle:python_3000_has_key", "pycodestyle.python_3000_not_equal": "pycodestyle:python_3000_not_equal", "pycodestyle.python_3000_raise_comma": "pycodestyle:python_3000_raise_comma", "pycodestyle.tabs_obsolete": "pycodestyle:tabs_obsolete", "pycodestyle.tabs_or_spaces": "pycodestyle:tabs_or_spaces", "pycodestyle.trailing_blank_lines": "pycodestyle:trailing_blank_lines", "pycodestyle.trailing_whitespace": "pycodestyle:trailing_whitespace", "pycodestyle.whitespace_around_comma": "pycodestyle:whitespace_around_comma", "pycodestyle.whitespace_around_keywords": "pycodestyle:whitespace_around_keywords", "pycodestyle.whitespace_around_named_parameter_equals": "pycodestyle:whitespace_around_named_parameter_equals", "pycodestyle.whitespace_around_operator": "pycodestyle:whitespace_around_operator", "pycodestyle.whitespace_before_comment": "pycodestyle:whitespace_before_comment", "pycodestyle.whitespace_before_parameters": "pycodestyle:whitespace_before_parameters"}, "flake8.report": {"default": "flake8.formatting.default:Default", "pylint": "flake8.formatting.default:Pylint", "quiet-filename": "flake8.formatting.default:FilenameOnly", "quiet-nothing": "flake8.formatting.default:Nothing"}}}, "extras": [], "generator": "bdist_wheel (0.29.0)", "license": "MIT", "metadata_version": "2.0", "name": "flake8", "run_requires": [{"requires": ["mccabe >= 0.6.0, < 0.7.0", "pycodestyle >= 2.0.0, < 2.4.0", "pyflakes >= 1.5.0, < 1.6.0"]}, {"environment": "python_version<\"3.2\"", "requires": ["configparser"]}, {"environment": "python_version<\"3.4\"", "requires": ["enum34"]}], "summary": "the modular source code checker: pep8, pyflakes and co", "test_requires": [{"requires": ["mock (>=2.0.0)", "pytest"]}], "version": "3.3.0"}