pep8-naming
Pythonpep8-namingPEP8
Pythonpep8-namingPEP8
Published:

Table of content
pep8-naming
pep8-naming
is a tool to check Python code against some of the naming conventions in PEP 8. It ensures your Python code adheres to PEP 8 standards for naming conventions.
An alternative to
pep8-naming
ispylint
, which is a more comprehensive code analysis tool that checks for a wider range of issues beyond just naming conventions.
Installing pep8-naming
You can install pep8-naming
using pip:
pip install pep8-naming
# or
conda install pep8-naming