Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #49066
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <fabiosantosart@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.005 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'python.': 0.02; 'python,': 0.02; 'url:github': 0.09; 'cc:addr:python-list': 0.11; 'commandline': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'deployment': 0.19; 'written': 0.21; 'email addr:gmail.com>': 0.22; 'shell': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'points': 0.29; 'message-id:@mail.gmail.com': 0.30; 'framework': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'server': 0.38; 'does': 0.39; 'more': 0.64; 'to:addr:gmail.com': 0.65; '2013': 0.98 |
| 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=hhcypEulZpUNtYB17er4/k0x7W7wAn1UuiC84ueObsQ=; b=UWQD0Ykrw5W2P7AWUnhoew0dbTwKDkuEqcDZmhZftFeZgQg2o3wfKE7WlqWbSRqp4n aWjjsBnK3n2lQZ34m4+qEnTHnY7iY1LM7Aocq9JkJbhkG5JE/ZI2wbSOMY7SRzMe2Aqi 5MbNFrnjOhS+A0dcHl8FgjbpHOjzblGpR62DgHp3w2nWLOVxN1ZbJ9VdzHF7zzQTt9xo m+ypK9uXceY1/7LSevniXT8Yy+1lmAVEmyHIXNsAe4K7xkmYqujp6s7ZXAJu5D2Y8XjQ LUseFIh7TSDeABRlBfdQk81k6gHiNNSsDTQUBY7QtU8JoUJVRG8ekmrggQz6FQJjw4Oi 4ZPQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.49.14.101 with SMTP id o5mr28934351qec.55.1372100890984; Mon, 24 Jun 2013 12:08:10 -0700 (PDT) |
| In-Reply-To | <8b0d8931-cf02-4df4-8f17-a47ddd279d65@googlegroups.com> |
| References | <8b0d8931-cf02-4df4-8f17-a47ddd279d65@googlegroups.com> |
| Date | Mon, 24 Jun 2013 20:08:10 +0100 |
| Subject | Re: Looking for a name for a deployment framework... |
| From | Fábio Santos <fabiosantosart@gmail.com> |
| To | jonathan.slenders@gmail.com |
| Content-Type | multipart/alternative; boundary=047d7b676b3c340e7204dfeb22e9 |
| 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 <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.3755.1372100893.3114.python-list@python.org> (permalink) |
| Lines | 55 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1372100893 news.xs4all.nl 15975 [2001:888:2000:d::a6]:59200 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:49066 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
On 24 Jun 2013 13:39, <jonathan.slenders@gmail.com> wrote: > > Hi all, > > Any suggestions for a good name, for a framework that does automatic server deployments? > > It's like Fabric, but more powerful. > It has some similarities with Puppet, Chef and Saltstack, but is written in Python. > > Key points are that it uses Python, but is still very declarative and supports introspection. It supports parallel deployments, and interactivity. And it has a nice commandline shell with autocompletion for traversing the deployment tree. > > The repository: > https://github.com/jonathanslenders/python-deployer/tree/refactoring-a-lot-v2 > > > Suggestions welcome :) > Jonathan omglolftwdeploy
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Looking for a name for a deployment framework... jonathan.slenders@gmail.com - 2013-06-24 05:30 -0700
Re: Looking for a name for a deployment framework... Roy Smith <roy@panix.com> - 2013-06-24 08:50 -0400
Re: Looking for a name for a deployment framework... MRAB <python@mrabarnett.plus.com> - 2013-06-24 14:55 +0100
Re: Looking for a name for a deployment framework... Neil Cerutti <neilc@norwich.edu> - 2013-06-24 17:36 +0000
Re: Looking for a name for a deployment framework... Robert Kern <robert.kern@gmail.com> - 2013-06-25 12:30 +0100
Re: Looking for a name for a deployment framework... Cousin Stanley <cousinstanley@gmail.com> - 2013-06-24 18:13 +0000
Re: Looking for a name for a deployment framework... Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2013-06-24 20:55 +0200
Re: Looking for a name for a deployment framework... Roy Smith <roy@panix.com> - 2013-06-24 21:14 -0400
Re: Looking for a name for a deployment framework... Fábio Santos <fabiosantosart@gmail.com> - 2013-06-24 20:08 +0100
Re: Looking for a name for a deployment framework... jonathan.slenders@gmail.com - 2013-06-24 14:27 -0700
Re: Looking for a name for a deployment framework... Chris Rebert <clp2@rebertia.com> - 2013-06-24 21:38 -0700
Re: Looking for a name for a deployment framework... jonathan.slenders@gmail.com - 2013-06-25 03:08 -0700
Re: Looking for a name for a deployment framework... Stig Sandbeck Mathisen <ssm@fnord.no> - 2013-06-25 21:35 +0200
Re: Looking for a name for a deployment framework... Dave Angel <davea@davea.name> - 2013-06-25 22:16 -0400
Re: Looking for a name for a deployment framework... xDog Walker <thudfoo@gmail.com> - 2013-06-25 20:32 -0700
Re: Looking for a name for a deployment framework... Roy Smith <roy@panix.com> - 2013-06-26 07:40 -0400
Re: Looking for a name for a deployment framework... Chris Angelico <rosuav@gmail.com> - 2013-06-30 11:38 +1000
Re: Looking for a name for a deployment framework... rusi <rustompmody@gmail.com> - 2013-06-30 10:00 -0700
csiph-web