pip desatualizado

Às vezes, você deseja verificar quais ovos estão desatualizados.
Ele assume que você está usando o virtualenv sem pacotes instalados globalmente ( pip freeze -l).

% pip freeze -l|cut -d "=" -f 1|sort -f|xargs pip search -v|grep "INSTALLED:" -B 1 -A 1|grep -i "latest" -B 2|grep -vE "^--" 

requests
- Python HTTP for Humans.
INSTALLED
: 1.2.0
LATEST
: 1.2.3
Django - A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
INSTALLED
: 1.5.4 (latest)
ipython
- IPython: Productive Interactive Computing
INSTALLED
: 0.13.1
LATEST
: 1.1.0
psycopg2
- Python-PostgreSQL Database Adapter
INSTALLED
: 2.4.5
LATEST
: 2.5.1