Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1106

ANN: firehose-0.3 released

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <dmalcolm@redhat.com>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; '(at': 0.04; 'static': 0.04; 'output': 0.05; 'compiler': 0.07; 'json': 0.07; 'parser': 0.07; 'pypi': 0.07; 'subject:ANN': 0.07; 'subject:released': 0.07; 'tool,': 0.07; 'etc).': 0.09; 'git': 0.09; 'objects,': 0.09; 'parsers': 0.09; 'release.': 0.09; 'url:github': 0.09; 'python': 0.11; '2.7': 0.14; 'changes': 0.15; 'nicolas': 0.16; 'pypy.': 0.16; 'to:addr:python-announce-list': 0.16; 'url:fedoraproject': 0.16; 'version.': 0.19; 'later': 0.20; 'adds': 0.24; 'to:2**1': 0.27; 'to:no real name:2**1': 0.29; 'xml': 0.29; 'along': 0.30; 'url:mailman': 0.30; 'code': 0.31; 'software,': 0.31; '3.2': 0.31; 'equivalent.': 0.31; 'option)': 0.31; 'url:python': 0.33; '(e.g.': 0.33; 'common': 0.35; 'convert': 0.35; 'there': 0.35; 'format.': 0.36; 'licensed': 0.36; 'url:listinfo': 0.36; 'thanks': 0.36; 'url:org': 0.36; 'list': 0.37; 'received:209': 0.37; 'received:10': 0.37; 'to:addr:python.org': 0.39; 'mailing': 0.39; 'release': 0.40; 'analysis,': 0.60; 'dave': 0.60; 'free': 0.61; 'here:': 0.62; 'managing': 0.66; 'results': 0.69; 'analysis': 0.75; 'url:admin': 0.84
Subject ANN: firehose-0.3 released
From David Malcolm <dmalcolm@redhat.com>
To firehose-devel@lists.fedoraproject.org, python-announce-list@python.org
Date Tue, 08 Oct 2013 12:46:05 -0400
Content-Type text/plain; charset="UTF-8"
Mime-Version 1.0
Content-Transfer-Encoding 8bit
X-Scanned-By MIMEDefang 2.67 on 10.5.11.11
X-Mailman-Approved-At Thu, 10 Oct 2013 15:59:40 +0200
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 <python-announce-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.941.1381413581.18130.python-announce-list@python.org> (permalink)
Lines 34
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1381413581 news.xs4all.nl 16003 [2001:888:2000:d::a6]:42164
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:1106

Show key headers only | View raw


"firehose" is a Python package intended for managing the results from
code analysis tools (e.g. compiler warnings, static analysis, linters,
etc).

It currently provides parsers for the output of gcc, clang-analyzer,
cppcheck, and findbugs.  These parsers convert the results into a common
data model of Python objects, with methods for lossless roundtrips
through a provided XML format.  There is also a JSON equivalent.

It is available on pypi here:
  https://pypi.python.org/pypi/firehose

and via git from:
  https://github.com/fedora-static-analysis/firehose

The mailing list is:
  https://admin.fedoraproject.org/mailman/listinfo/firehose-devel

Firehose is Free Software, licensed under the LGPLv2.1 or (at your
option) any later version.

It requires Python 2.7 or 3.2 onwards, and has been successfully tested
with PyPy.

Changes since 0.2:
This release adds a parser for the output of the findbugs tool, along
with various bugfixes and other internal cleanups.

Thanks to Léo Cavaillé, Matthieu Caneill, Nicolas Dandrimont, and
yeshuxiong for their help with this release.

Enjoy!
Dave

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

ANN: firehose-0.3 released David Malcolm <dmalcolm@redhat.com> - 2013-10-08 12:46 -0400

csiph-web