Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #57850 > unrolled thread
| Started by | Lincoln Clarete <lincoln@clarete.li> |
|---|---|
| First post | 2013-10-28 17:13 -0400 |
| Last post | 2013-10-29 08:49 +0000 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Curdling: Concurrent package installer for python Lincoln Clarete <lincoln@clarete.li> - 2013-10-28 17:13 -0400
Re: Curdling: Concurrent package installer for python Blaine LaFreniere <brlafreniere@gmail.com> - 2013-10-28 19:11 -0700
Re: Curdling: Concurrent package installer for python Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-10-29 08:49 +0000
| From | Lincoln Clarete <lincoln@clarete.li> |
|---|---|
| Date | 2013-10-28 17:13 -0400 |
| Subject | Curdling: Concurrent package installer for python |
| Message-ID | <mailman.1720.1382999989.18130.python-list@python.org> |
[Multipart message — attachments visible in raw view] — view raw
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’s 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.
[toc] | [next] | [standalone]
| From | Blaine LaFreniere <brlafreniere@gmail.com> |
|---|---|
| Date | 2013-10-28 19:11 -0700 |
| Message-ID | <4623016c-ea3f-48a3-97dd-75095c93948f@googlegroups.com> |
| In reply to | #57850 |
Sounds nice. I'll see about checking it out later. Good luck with the project.
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2013-10-29 08:49 +0000 |
| Message-ID | <mailman.1748.1383036580.18130.python-list@python.org> |
| In reply to | #57871 |
On 29/10/2013 02:11, Blaine LaFreniere wrote: > Sounds nice. I'll see about checking it out later. Good luck with the project. > Since when is making a drink a project? As it happens I don't particularly like tea, so I'll have coffee please, black, no sugar. Or have I made a wrong assumption about your context? -- Python is the second best programming language in the world. But the best has yet to be invented. Christian Tismer Mark Lawrence
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web