Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #27052
| Path | csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <andrea.crotti.0@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.004 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'distributing': 0.07; 'subject:code': 0.07; 'python': 0.09; 'broken.': 0.09; 'received:mail-lpp01m010-f46.google.com': 0.09; 'cc:addr:python-list': 0.10; 'url:)': 0.13; 'properly': 0.15; 'subject:between': 0.16; 'subject:projects': 0.16; 'thanks,': 0.18; 'module': 0.19; 'cc:2**0': 0.23; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'looks': 0.26; 'message- id:@mail.gmail.com': 0.27; 'received:209.85.215.46': 0.30; 'url:python': 0.32; 'received:google.com': 0.34; 'server': 0.35; 'announcement': 0.35; 'subject:?': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'url:org': 0.36; "i'll": 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'skip:" 10': 0.40; 'header:Received:5': 0.40; 'think': 0.40; 'your': 0.60; 'link': 0.60; 'probably,': 0.84; 'runnning': 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=JRLzA634rfrad+g7Iup8GvZQgCNdqOANGeSBRPU5Pj4=; b=a9J/ZK+f+1wilcIEPr5wML6XVZH6gAyII+EirI+k5Qb6/FDo0VezwSGEZlBR07zMYu DcJ7JEakjMjLlVTzrEBZci0/j36MzirSKiIkwDrjdjShgoiPBElqFs+F2KtXjt/g74sI uGCtHIqKWP7CLhZ8Lcrjbd0Pb5HiIQ1gHB38r48kfQKd/nt/IfmIv+ttBQknw4m6qQqR FQKncGXK8TmANLOljgOLbOQn0CcwrpCaPQrG/1VMzytE8PqF9C8X9auu6jeqF0WXXjlS aecBM+D89XPVnEebX0Q2AAdOaR2qTNPc5mmggGcRBEEIsy2sZWTye6PUn2/6R5eGXwgv JpFQ== |
| MIME-Version | 1.0 |
| In-Reply-To | <502A61EF.9070803@sequans.com> |
| References | <CAF_E5JZ82ar7sWi5eOWe46N2wXVAX2QYUb5F9==0dxRbYMsEhg@mail.gmail.com> <502A61EF.9070803@sequans.com> |
| Date | Tue, 14 Aug 2012 18:19:39 +0100 |
| Subject | Re: Sharing code between different projects? |
| From | andrea crotti <andrea.crotti.0@gmail.com> |
| To | Jean-Michel Pichavant <jeanmichel@sequans.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Cc | python-list <python-list@python.org> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3281.1344964781.4697.python-list@python.org> (permalink) |
| Lines | 19 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1344964781 news.xs4all.nl 6904 [2001:888:2000:d::a6]:53016 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:27052 |
Show key headers only | View raw
2012/8/14 Jean-Michel Pichavant <jeanmichel@sequans.com>: > > I can think of logilab-common (http://www.logilab.org/848/) > > Having a company-wide python module properly distributed is one to achieve > your goal. Without distributing your module to the public, there's a way to > have a pypi-like server runnning on your private network : > > http://pypi.python.org/pypi/pypiserver/ > > JM > > Note : looks like pypi.python.org is having some trouble, the above link is > broken. Search for recent announcement about pypiserver. > Thanks, yes we need something like this.. I'll copy the name probably, I prefer "common" to "utils/utilities"..
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Sharing code between different projects? andrea crotti <andrea.crotti.0@gmail.com> - 2012-08-14 18:19 +0100
csiph-web