Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

pypi see older versions of package [duplicate]

This is the package I'm interested in :

https://pypi.python.org/pypi/django-filebrowser-no-grappelli/

However the latest version no longer supports Django 1.3. I need to find a version that does. How do I see list of older versions ?

like image 696
Marijus Avatar asked Aug 03 '14 11:08

Marijus


1 Answers

It's perhaps a little inelegant, but it appears that you can go to the URL

https://pypi.python.org/simple/<package> 

And you will get a bunch of links to tarballs for the package.

Ex:

https://pypi.python.org/simple/django-filebrowser-no-grappelli/ 
like image 161
limp_chimp Avatar answered Oct 19 '22 09:10

limp_chimp