Where is a good open source python project to be used as example? [closed]
- by Andrea Francia
I'm looking for a python project to use as example to learning python.
The project should have these features:
is almost fully unit tested
use consistently the code convention recommended by PEP 8
it's elements are almost fully documented
Extra point features are:
building, assembling, and release automation
EDIT:
The Question is too…