andyjones11

Depcheck - Dependency health checker for your Python Apps

by

Depcheck is a dependency health checking tool for your Python applications. Keeping software dependencies up-to-date can often be a challenge for software developers. Depcheck is designed to give you a quick overview of just how fit your applications are.

Add a comment

Replies

Best
andyjones11
One of the challenges I've faced in the last year is keeping application dependencies up-to-date. It's often hard to justify updating application dependencies and if you or your team are managing multiple applications it's not always easy to know where you should focus your efforts. I decided to push myself to build a tool which tells you in one fell-swoop how healthy your applications are. If your applications are generally healthy then you should expect a grade of A or B. Anything below means that you probably should dedicate some time to upgrading dependencies where you can. I hope you find it useful. I appreciate any feedback!