Skip to content

Commit

Permalink
Added badges to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhartzheim committed Aug 8, 2015
1 parent 8ad2d85 commit 8939df6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Rigidity
========

.. image:: https://travis-ci.org/austinhartzheim/rigidity.svg?branch=master
:target: https://travis-ci.org/austinhartzheim/rigidity
.. image:: https://coveralls.io/repos/austinhartzheim/rigidity/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/austinhartzheim/rigidity?branch=master

Rigidity is a simple wrapper to Python's built-in `csv` module that allows for validation and correction of data being read/written to/from CSV files.

This module allows you to easily construct validation and correction rulesets to be applied automatically while preserving the `csv` interface. In other words, you can easily upgrade old code to better adhere to new output styles, or allow new code to better parse old files.

0 comments on commit 8939df6

Please sign in to comment.