> what is pep8?

https://pypi.python.org/pypi/pep8

pep8 is a tool to check your Python code against most of the style and
formatting conventions in "PEP 8"

A "PEP" is a "Python Enhancement Proposal". Think of it as an "RFC" in the
Python Community. PEP 8 is a specification of a "best practices" formatting
and style guide for Python code, and is documented at

https://www.python.org/dev/peps/pep-0008/

..m

On Wed, Jan 4, 2017 at 3:39 PM Hal Murray <hmur...@megapathdsl.net> wrote:

>
> g...@rellim.com said:
> > All of the current code passes pyflakes, and pep8.  With a few documented
> > exceptions.
>
> What is pep8?
>
> Fedora ships a pyflakes package so I don't have to work very hard to figure
> out where to get it and what it does.
>
>
> --
> These are my opinions.  I hate spam.
>
>
>
> _______________________________________________
> devel mailing list
> devel@ntpsec.org
> http://lists.ntpsec.org/mailman/listinfo/devel
>
_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to