From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 128683 invoked by alias); 16 May 2016 12:20:31 -0000 Mailing-List: contact cygwin-apps-help@cygwin.com; run by ezmlm Precedence: bulk Sender: cygwin-apps-owner@cygwin.com List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps@cygwin.com Received: (qmail 128589 invoked by uid 89); 16 May 2016 12:20:30 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=night, powerful X-HELO: mail-qg0-f41.google.com Received: from mail-qg0-f41.google.com (HELO mail-qg0-f41.google.com) (209.85.192.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 16 May 2016 12:20:16 +0000 Received: by mail-qg0-f41.google.com with SMTP id 90so87260410qgz.1 for ; Mon, 16 May 2016 05:20:16 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=fwB3bPFPaZTMYbhzgQOuAjZRzqQHx9HSfgWzFZ9O3SQ=; b=Qg5zn+xK/f1DTBS6Qtv67gcdy/yDLHzyhMML9bTBY5AfKViNFdLgsoQvYFlp70vHxj YU2tUTDn6PyjR3AWQq3tq77JlGYCrkb92Go3sd4a9j6Qmq6GNwR5Ivcl1XcWgHFiRyfO yDru48EAPx5Z04UM4FJUu5PWsjNTif6tlFdqztlowR7Zx4K23zAXEw47mV7mu6osZaJd jWkMAmSxYjiY7srjjOijqRF0ela/9E4ss6bwrisP3VxBosYDG6IrC0geyWWhbBvCAiKG kDBgl7DwYUdrMrX9aBLf73mjsadGdTZI/rl63N8XEOpQo8GW2srCU0G1Thasq44a6eq2 QrYg== X-Gm-Message-State: AOPr4FVkJj+BHu76u9zKk/C4BcMsmdNlRHql869mUNMXn0j+C9Mlt07/zb4SuZ90U845Vtd8MxhlKkKw2PZrrw== MIME-Version: 1.0 X-Received: by 10.140.198.10 with SMTP id t10mr29041624qha.22.1463401214603; Mon, 16 May 2016 05:20:14 -0700 (PDT) Received: by 10.237.38.65 with HTTP; Mon, 16 May 2016 05:20:14 -0700 (PDT) Date: Mon, 16 May 2016 12:20:00 -0000 Message-ID: Subject: [ITP] python3-configobj 5.0.6 From: Mike DePaulo To: cygwin-apps@cygwin.com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00073.txt.bz2 This is the Python 3 complement to the Python 2 package of python-configobj, which I uploaded last night. https://github.com/mikedep333/python3-configobj-cygport ---- category: Python requires: python3 sdesc: "Python module for handling config files" ldesc: "ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files."