Metadata-Version: 2.1
Name: envoy.code-format.python-check
Version: 0.0.4
Summary: "Python code format linter/checker used in Envoy proxy's CI"
Home-page: https://github.com/envoyproxy/pytooling/tree/main/envoy.code_format.python_check
Author: Ryan Northey
Author-email: ryan@synca.io
Maintainer: Ryan Northey
Maintainer-email: ryan@synca.io
License: Apache Software License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.5
Requires-Dist: abstracts (>=0.0.12)
Requires-Dist: aio.subprocess
Requires-Dist: aio.tasks
Requires-Dist: envoy.base.checker (>=0.0.2)
Requires-Dist: envoy.base.utils (>=0.0.3)
Requires-Dist: flake8
Requires-Dist: pep8-naming
Requires-Dist: yapf
Provides-Extra: lint
Requires-Dist: flake8 ; extra == 'lint'
Provides-Extra: publish
Requires-Dist: wheel ; extra == 'publish'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-asyncio ; extra == 'test'
Requires-Dist: pytest-coverage ; extra == 'test'
Requires-Dist: pytest-patches ; extra == 'test'
Provides-Extra: types
Requires-Dist: mypy ; extra == 'types'
Requires-Dist: mypy-abstracts ; extra == 'types'


envoy.code_format.python_check
==============================

Python code format linter/checker used in Envoy proxy's CI


