Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Martin Manns Newsgroups: comp.lang.python.announce Subject: [ANN] pyspread 1.0 Date: Mon, 2 Nov 2015 21:26:41 +0100 Organization: A noiseless patient Spider Lines: 38 Approved: python-announce-list@python.org Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de kX8d9InwkqXuT76agSDmAA0DCklQ4rSZvR16Q79lYLjA== Cancel-Lock: sha1:cVrX23oQK+tA466qDFcDVk/o9r4= Return-Path: X-Original-To: python-announce@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'url:pypi': 0.03; 'gpl': 0.07; 'subject:ANN': 0.07; 'implemented.': 0.09; 'url:github': 0.09; 'bug': 0.10; 'python.': 0.11; 'from:addr:gmx.net': 0.16; 'later).': 0.16; 'only)': 0.16; 'pythonic': 0.16; 'received:eu': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'released.': 0.16; 'subject:1.0': 0.16; 'skip:= 10': 0.18; 'language': 0.19; 'subject:] ': 0.19; 'changes': 0.20; 'windows': 0.20; 'martin': 0.22; 'programming': 0.22; 'bit': 0.23; 'changes,': 0.23; 'written': 0.24; 'url:download': 0.24; 'software.': 0.25; 'handling': 0.27; 'code:': 0.29; 'code': 0.30; 'initially': 0.30; 'fixed': 0.31; 'screen': 0.32; 'source': 0.33; 'url:python': 0.33; 'file': 0.34; 'besides': 0.35; 'project': 0.36; 'url:org': 0.36; 'mode': 0.36; 'received:org': 0.37; 'charset:us-ascii': 0.37; 'files': 0.38; 'subject:[': 0.39; 'application': 0.39; 'skip:n 10': 0.62; 'improved': 0.63; 'goal': 0.64; 'website:': 0.65; 'enjoy': 0.66; 'to:addr:comp-lang-python-announce': 0.68; 'finally': 0.70; 'received:178': 0.72; 'to:addr:moderators.isc.org': 0.77; 'spreadsheet': 0.84 X-Virus-Scanned: amavisd-new at eternal-september.org X-Newsreader: Claws Mail 3.13.0 (GTK+ 2.24.28; i586-pc-linux-gnu) X-Auth-Sender: U2FsdGVkX1+lws/C1dnn/PMOB/7FtEQE X-Mailman-Approved-At: Tue, 03 Nov 2015 04:45:27 -0500 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python.announce:1913 ============== pyspread 1.0 ============== Pyspread 1.0 is released. After 7 years of development, the initially envisioned features are finally implemented. Besides source code changes, a Windows 32 bit installer is available (URL see below, 120MB download, requires Windows XP or later). Major changes to 0.4.3: * Full screen mode bug on Windows fixed * File handling for reading xls files improved * xlsx files can now be opened (cell content only) About pyspread ============== Pyspread is a non-traditional spreadsheet application that is based on and written in the programming language Python. The goal of pyspread is to be the most pythonic spreadsheet application. Pyspread is free software. It is released under the GPL v3. Project website: https://manns.github.io/pyspread/ Download page: https://pypi.python.org/pypi/pyspread Source code: https://github.com/manns/pyspread Windows installer: http://download.gna.org/pyspread/pyspread-1.0-win32-setup.exe Enjoy Martin