Is there an easy way in pip or conda to create a list of all stale packages in the current virtual environment?
By "stale package" I mean the following two criteria are met:
- There are no updates available.
- The last release happened >2 years ago.
I want to use this to weed out packages from my large default enviroment of projects that are no longer maintained.