Skip to content

Commit

Permalink
updated README.md to close issue#2
Browse files Browse the repository at this point in the history
  • Loading branch information
excellentingenuity committed Oct 22, 2014
1 parent 4ec1f0d commit 2e2da37
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
argumentsprocessor
ArgumentsProcessor
==================
[![Build Status](https://travis-ci.org/excellentingenuity/argumentsprocessor.svg?branch=master)](https://travis-ci.org/excellentingenuity/argumentsprocessor)
[![Coverage Status](https://img.shields.io/coveralls/excellentingenuity/argumentsprocessor.svg)](https://coveralls.io/r/excellentingenuity/argumentsprocessor)
Expand All @@ -7,6 +7,13 @@ argumentsprocessor

A Python module that process a dictionary of arguments against a supplied dictionary of expected arguments.

**Install**

`pip install argumentsprocessor`


**Documentation**

ArgumentsProcessor Module

Processes arguments according to a supplied dictionary containing expected arguments
Expand Down

0 comments on commit 2e2da37

Please sign in to comment.