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


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

ANN: firehose-0.3 released

Started byDavid Malcolm <dmalcolm@redhat.com>
First post2013-10-08 12:46 -0400
Last post2013-10-08 12:46 -0400
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python.announce


Contents

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

#1106 — ANN: firehose-0.3 released

FromDavid Malcolm <dmalcolm@redhat.com>
Date2013-10-08 12:46 -0400
SubjectANN: firehose-0.3 released
Message-ID<mailman.941.1381413581.18130.python-announce-list@python.org>
"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

[toc] | [standalone]


Back to top | Article view | comp.lang.python.announce


csiph-web