Hi everybody,
I know that the naming convention for python libraries is python(2)-*,
but do we have a convention for python applications installed for
different python versions?
The package in question is flake8, which can be installed for both
Python 2 and 3.
Allen Li