Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.glorb.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'parameters': 0.04; 'true,': 0.05; 'json': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'skip:$ 30': 0.09; 'url:github': 0.09; 'bug': 0.12; 'project,': 0.12; 'request.\xa0': 0.16; 'to:addr :python-announce-list': 0.16; 'everyone,': 0.19; 'command': 0.22; 'install': 0.23; 'config': 0.24; 'helper': 0.24; 'specify': 0.24; 'source': 0.25; 'options': 0.25; 'skip:" 20': 0.27; 'message- id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'file': 0.32; 'open': 0.33; 'announce': 0.33; 'skip:& 30': 0.33; 'tool': 0.35; 'received:google.com': 0.35; 'installing': 0.36; 'useful': 0.36; 'skip:& 10': 0.38; '8bit%:4': 0.38; 'skip:- 10': 0.38; 'skip:& 20': 0.39; 'launch': 0.39; 'to:addr:python.org': 0.39; '8bit%:6': 0.40; 'simple,': 0.60; 'skip:y 20': 0.60; 'url:it': 0.60; '8bit%:10': 0.64; 'url:blogspot': 0.65; 'website:': 0.67; 'line,': 0.68; 'request.': 0.70; 'skip:$ 10': 0.81; 'andrea': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=1fOnKkcV0/AMq0/aFBzXQBtkpsxjDt6v0ttaR3j3Oe8=; b=gm/UI5LAaf6O2oU4K3R2AwJ9A8ulchosPQ2OQO4aAxSqQOyE/X/Edyszb/HYBNsTMQ oyT8V1NUsl9WjAj653qbBzZIHIf3N4IOhFcuppoG7ZtRnz+sgCpArjzfxOjjSZzGPgyu rt6qfsixo1spk1HmaOXA3CqQgm2YLeH6RI2gpA6lrPKr5P0JKcMn+13DPvudIZoVowyc Jgd2mVvSfFsyf+rEX5uN4TrCfo4Mv3bx7RMqRLFg3wmvij0JMsfg4MwxQXfmRz3vYOfc dEhQVxLVAejSdO4FruWOgHrR7aIG8Q6oVHLBe/ih0uUoY6r6FNKBnA8L/ihvLqQI9Ar+ Qy+Q== MIME-Version: 1.0 X-Received: by 10.224.96.135 with SMTP id h7mr48850058qan.53.1391359174076; Sun, 02 Feb 2014 08:39:34 -0800 (PST) Date: Sun, 2 Feb 2014 17:39:34 +0100 Subject: ANN: autoflight 1.0.2 released From: Andrea Stagi To: python-announce-list@python.org X-Mailman-Approved-At: Mon, 03 Feb 2014 13:12:29 +0100 Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.15 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 36 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391429551 news.xs4all.nl 2884 [2001:888:2000:d::a6]:44688 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python.announce:1200 Hi everyone, I'm pleased to announce you autoflight 1.0.2, a useful tool to upload a given .apk or .ipa to TestFlight. This is an open source project, so if you want to improve it please send us a pull request or open a bug and/or a request. You can find the source code at https://github.com/atooma/autoflight Installing autoflight is simple, just type: # pip install autoflight Then you can create your config file in your working directory using json format { "api_token": "4P1T0K3NF4K3", "team_token": "T34MT0K3NF4K3", "notify": true, "distribution_lists": "Internal,QA" } Then type $ autoflight /path/to/my_apk_or_ipa --config-file /path/to/config.json Alternatively you can specify parameters from the command line, launch the helper to see all the available options $ autoflight --help -- Andrea Stagi (@4stagi) - Software Engineer @ Atooma Inc. Job profile: http://linkedin.com/in/andreastagi Website: http://4spills.blogspot.it/ Github: http://github.com/astagi