Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'cache': 0.07; 'dependency': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'repeated': 0.09; 'stack.': 0.09; 'url:github': 0.09; 'python': 0.11; 'jan': 0.12; 'concurrency': 0.16; 'concurrent': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'reedy': 0.16; 'url:peps': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'code.': 0.18; 'packages.': 0.19; 'command': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'url:dev': 0.24; "i've": 0.25; 'handling': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'appreciated.': 0.29; 'feature': 0.29; 'resolution': 0.29; 'dec': 0.30; "i'm": 0.30; 'lines': 0.31; 'libraries': 0.31; 'anyone': 0.31; 'probably': 0.32; 'another': 0.32; 'url:python': 0.33; 'but': 0.35; 'really': 0.36; 'edge': 0.36; 'similar': 0.36; 'url:org': 0.36; 'project': 0.37; 'feedback': 0.38; 'manager': 0.38; 'to:addr:python-list': 0.38; 'planning': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'called': 0.40; 'hope': 0.61; 'free': 0.61; 'excited': 0.61; 'new': 0.61; 'received:173': 0.61; 'simple': 0.61; 'provide': 0.64; 'due': 0.66; 'includes:': 0.68; 'default': 0.69; 'brand': 0.72; '3.4': 0.84; 'fast!': 0.84; 'installer': 0.84; 'it\xe2\x80\x99s': 0.84; 'received:fios.verizon.net': 0.84; 'stability': 0.84; 'wheel': 0.84 X-Injected-Via-Gmane: http://gmane.org/ To: python-list@python.org From: Terry Reedy Subject: Re: Curdling: Concurrent package installer for python Date: Mon, 28 Oct 2013 19:14:36 -0400 References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-Gmane-NNTP-Posting-Host: pool-173-59-117-133.phlapa.fios.verizon.net User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 In-Reply-To: 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: 45 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1383002088 news.xs4all.nl 16005 [2001:888:2000:d::a6]:57020 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57855 On 10/28/2013 5:13 PM, Lincoln Clarete wrote: > I've been working on a project called curdling. It's a package manager > for python. It's pretty similar to pip but with a brand new design and > way less lines of code. It uses exciting concurrency technology to > provide a reliable and fast installer for Python packages. > > The current feature set includes: > > * Robust Concurrent model: it=E2=80=99s FAST! > * Really good Error Handling and Report; > * Conflict resolution for repeated requirements; > * Distributed Cache System that includes a built-in cache server; > * Simple command line interface; > * Usage of bleeding edge technology available in the Python community= ; > * Concurrent and Parallel, but Ctrl-C still works; > > It's currently a work in progress but I'm pretty excited about its > stability and performance. There's a good amount of documentation > available at > > http://clarete.github.io/curdling > > This project uses both wheel and distlib packages as part of the > dependency stack. I'm working on an essay about my experience with both= > libraries that I'm planning to share on another opportunity. It will > probably be available under the "Design and Implementation" section in > the main website. Feel free to check it out right now if you don't want= > to wait: > > http://clarete.github.io/curdling/design-and-implementation.html > > Any feedback is highly appreciated. Are you aware that pip has been 'blessed' as the default installer? See http://python.org/dev/peps/pep-0453/ The intent and hope is that anyone who installs 3.4 will also have pip=20 (1.5, due Dec 1) available. --=20 Terry Jan Reedy