Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.000 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'resulting': 0.04; 'output': 0.05; 'affected': 0.07; 'globally.': 0.07; 'facts': 0.09; 'matplotlib': 0.09; 'sphinx': 0.09; 'subject:module': 0.09; 'cc:addr:python-list': 0.11; '(1.6)': 0.16; '12:38,': 0.16; 'etc...': 0.16; 'helps.': 0.16; 'numpy': 0.16; 'pygments': 0.16; 'pylab': 0.16; 'setuptools': 0.16; 'smartypants': 0.16; 'so)': 0.16; 'started?': 0.16; 'wrote:': 0.18; 'mechanism': 0.19; 'cc:addr:python.org': 0.22; 'install': 0.23; 'module,': 0.24; '---': 0.24; 'cc:2**0': 0.24; 'developers': 0.25; '>': 0.26; 'first,': 0.26; 'header:In-Reply-To:1': 0.27; 'idea': 0.28; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'file': 0.32; 'url:python': 0.33; 'everyone': 0.33; 'skip:d 20': 0.34; 'could': 0.34; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'located': 0.36; 'url:listinfo': 0.36; 'url:org': 0.36; 'so,': 0.37; 'list': 0.37; 'list.': 0.37; 'easily': 0.37; 'pm,': 0.38; 'url:mail': 0.40; 'even': 0.60; 'remove': 0.60; 'hope': 0.61; 'jul': 0.74; 'rita': 0.84; 'wheel': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=J9Su7VFd+SgVPA4BEgEeB4ARnLqjWie3/QKsOCKP2zI=; b=QvdZlxVdhiR7JhFvfyGxs9F3sBA3kRT03+ztdUVbNVquanA72W+Zzx1gkv29XcgR25 fbS5LzQIEI4HckjCK593yzXc3boEg+IlpjV7LdawgxtrhHY4NlYgNazteIXlOlUVWhmY pOCC2bqevSd3a5aEIae/NdhHnBjkIrrgvWRAx2qiHe1MRRRTQjpeZm4AyqEDtHZ4EitL VSYkGcEZ8RZFrVSNiJnGamD+gHZfQn/qx7CmvWRWBBlyuhjiTN1qwwyhcd6XrdWLKIEN r68s09SJWm6M4DRZ6nbK1DEXNOcu9eKhCNC4pjLJD7/Zb46mlVfI8in4fVEp894h2ROa GUsQ== MIME-Version: 1.0 X-Received: by 10.182.211.99 with SMTP id nb3mr54345352obc.40.1404266683970; Tue, 01 Jul 2014 19:04:43 -0700 (PDT) In-Reply-To: <53b2fae4$0$2878$e4fe514c@news.xs4all.nl> References: <53b2fae4$0$2878$e4fe514c@news.xs4all.nl> Date: Tue, 1 Jul 2014 22:04:43 -0400 Subject: Re: general module auditing From: Rita To: Irmen de Jong Content-Type: multipart/alternative; boundary=e89a8f503b82de3a1d04fd2c50bb Cc: "python-list@python.org" X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 145 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404266687 news.xs4all.nl 2892 [2001:888:2000:d::a6]:53399 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73820 --e89a8f503b82de3a1d04fd2c50bb Content-Type: text/plain; charset=UTF-8 yes, this helps. But I want to know who uses the module, serpent. So, when I upgrade it or remove it they won't be affected adversely. On Tue, Jul 1, 2014 at 2:16 PM, Irmen de Jong wrote: > On 1-7-2014 12:38, Rita wrote: > > i work in a group of developers (15 or so) who are located globally. I > > would like to know what modules everyone is uses if I ever have to > upgrade > > my python. Is there mechanism which will let me see who is using what? > > > > ie, > > > > tom,matplotlib > > bob, pylab > > nancy, numpy > > nancy, matplotlib > > > > etc... > > > > > > Well, if your group is all using Pip (and perhaps even virtualenv), you > could use pip > list. In my case: > > $ pip list > appdirs (1.3.0) > colorama (0.3.1) > cytoolz (0.6.1) > docutils (0.11) > Jinja2 (2.7.3) > MarkupSafe (0.23) > pip (1.5.6) > py (1.4.20) > pyflakes (0.8.1) > Pygments (1.6) > serpent (1.5, d:\projects\serpent) > setuptools (4.0.1) > smartypants (1.8.3) > Sphinx (1.2.2) > Sphinx-PyPI-upload (0.2.1) > tox (1.7.1) > virtualenv (1.11.6) > wheel (0.23.0) > > You can even use pip freeze and use the resulting output as a > requirements.txt file to > easily install everything using pip install -r. > > Hope this is an idea to get you started? > > Irmen > > > > -- > https://mail.python.org/mailman/listinfo/python-list > -- --- Get your facts first, then you can distort them as you please.-- --e89a8f503b82de3a1d04fd2c50bb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
yes, this helps. But I want to know who uses the module, s= erpent. So, when I upgrade it or remove it they won't be affected adver= sely.=C2=A0



On Tue, Jul 1, 2014 at 2:16 PM, Irmen de Jong <irmen.NOSPAM@xs4all.nl= > wrote:
On 1-7-2014 12:38, Rita wrote:
> i work in a group of developers (15 or so) =C2=A0who are located globa= lly. I
> would like to know what modules everyone is uses if I ever have to upg= rade
> my python. Is there mechanism which will let me see who is using what?=
>
> ie,
>
> tom,matplotlib
> bob, pylab
> nancy, numpy
> nancy, matplotlib
>
> etc...
>
>

Well, if your group is all using Pip (and perhaps even virtualenv), y= ou could use pip
list. In my case:

$ pip list
appdirs (1.3.0)
colorama (0.3.1)
cytoolz (0.6.1)
docutils (0.11)
Jinja2 (2.7.3)
MarkupSafe (0.23)
pip (1.5.6)
py (1.4.20)
pyflakes (0.8.1)
Pygments (1.6)
serpent (1.5, d:\projects\serpent)
setuptools (4.0.1)
smartypants (1.8.3)
Sphinx (1.2.2)
Sphinx-PyPI-upload (0.2.1)
tox (1.7.1)
virtualenv (1.11.6)
wheel (0.23.0)

You can even use pip freeze and use the resulting output as a requirements.= txt file to
easily install everything using pip install -r.

Hope this is an idea to get you started?

Irmen



--
https://mail.python.org/mailman/listinfo/python-list



-- --- Get your facts first, then you can distort them as you please.<= /span>--
--e89a8f503b82de3a1d04fd2c50bb--