django-librarywatch is a Django app that checks for updates to installed packages on PyPi.
To install this app just add 'librarywatch' to the settings.INSTALLED_APPS file and run the python manage.py check_for_updates command to see if there are any newer libraries available.
The output can look similar to this:
celery (3.0.5 < 3.0.9)
django-celery (3.0.4 < 3.0.9)
django-haystack (2.0.0-beta < 1.2.7)
httplib2 (0.7.4 < 0.7.5)
kombu (2.3.2 < 2.4.5)
python-dateutil (1.5 < 2.1)
requests (0.13.5 < 0.14.0)
PIL (1.1.7 < 1.1.6)
django-librarywatch is a very simple app that can be easily installed and will save you a lot of time.
Product's homepage
Requirements:
· Python
· Django