Skip to content

Commit

Permalink
docs: add badges to README (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz authored Jun 27, 2023
1 parent 33c2073 commit 6796130
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Argument checking for python programs

[![conda-forge](https://img.shields.io/conda/dn/conda-forge/dargs?color=red&label=conda-forge&logo=conda-forge)](https://anaconda.org/conda-forge/dargs)
[![pip install](https://img.shields.io/pypi/dm/dargs?label=pip%20install&logo=pypi)](https://pypi.org/project/dargs)
[![Documentation Status](https://readthedocs.org/projects/dargs/badge/)](https://dargs.readthedocs.io/)

This is a minimum version for checking the input argument dict.
It would examine argument's type, as well as keys and types of its sub-arguments.

Expand Down

0 comments on commit 6796130

Please sign in to comment.