Re: [Python-ideas] Python dependancies

2017-01-16 Thread Rhodri James
On 16/01/17 18:29, Mathieu TORTUYAUX wrote: Thank you everyone for those feedbacks ! So I made a Django version to check if dependencies are up-to-date, using pip lib and get_outdated method. :) Mathieu, please do not attach images to posts to this list/newsgroup. It is text-only, and some of

Re: [Python-ideas] Python dependancies

2017-01-16 Thread Mathieu TORTUYAUX
Thank you everyone for those feedbacks ! So I made a Django version to check if dependencies are up-to-date, using pip lib and get_outdated method. :) Le dimanche 15 janvier 2017 00:25:26 UTC-5, Mathieu TORTUYAUX a écrit : > > Hello everyone, > > I'm used to work with python and contribute to

Re: [Python-ideas] Python dependancies

2017-01-15 Thread Jelle Zijlstra
2017-01-14 21:24 GMT-08:00 Mathieu TORTUYAUX : > Hello everyone, > > I'm used to work with python and contribute to open-source projects. And > now, many projects need to run with dependancies. So I wondering, if it > could be a good idea to integrate a sniffer into Python to detecte if > project'

Re: [Python-ideas] Python dependancies

2017-01-15 Thread Pavol Lisy
On 1/15/17, Steven D'Aprano wrote: > On Sun, Jan 15, 2017 at 12:24:29AM -0500, Mathieu TORTUYAUX wrote: >> And each time Python project is run developer will be aware if >> dependancies >> are up to date. > > That would be awful. It would be pure noise. If I'm running an old > version of somethin

Re: [Python-ideas] Python dependancies

2017-01-15 Thread Steven D'Aprano
On Sun, Jan 15, 2017 at 12:24:29AM -0500, Mathieu TORTUYAUX wrote: > Hello everyone, > > I'm used to work with python and contribute to open-source projects. And > now, many projects need to run with dependancies. So I wondering, if it > could be a good idea to integrate a sniffer into Python to d

[Python-ideas] Python dependancies

2017-01-14 Thread Mathieu TORTUYAUX
Hello everyone, I'm used to work with python and contribute to open-source projects. And now, many projects need to run with dependancies. So I wondering, if it could be a good idea to integrate a sniffer into Python to detecte if project's dependancies are up to date. And each time Python project