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
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
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'
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
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
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