pyupio / pyup

A tool to update your project's dependencies on GitHub. Runs on pyup.io, comes with a command line interface.
https://pyup.io
MIT License
448 stars 67 forks source link

Add Documenation about classes #388

Open Kaligule opened 4 years ago

Kaligule commented 4 years ago

Going through the code I notice that the classnames were choosen to contain meaning, but this is not documented and they are not as selfexplanatory as the author might have thought. Examples are:

It would be cool if these classes would have docstrings that describe their scope. This would greatly improove the experience for new potential contributors.