Skip to content

Commit

Permalink
update README image and badges
Browse files Browse the repository at this point in the history
  • Loading branch information
hamdanal committed Oct 8, 2022
1 parent 9a42b83 commit b99b8c0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# rich-argparse
[![tests](https://github.com/hamdanal/rich-argparse/actions/workflows/tests.yml/badge.svg)
](https://github.com/hamdanal/rich-argparse/actions/workflows/tests.yml)
[![pre-commit](https://github.com/hamdanal/rich-argparse/actions/workflows/pre-commit.yml/badge.svg)
](https://github.com/hamdanal/rich-argparse/actions/workflows/pre-commit.yml)
[![code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)
](https://github.com/psf/black)
![Tests](https://img.shields.io/github/workflow/status/hamdanal/rich-argparse/tests?label=tests)
![pre-commit](https://img.shields.io/github/workflow/status/hamdanal/rich-argparse/pre-commit?label=pre-commit)
![Python Version](https://img.shields.io/pypi/pyversions/rich-argparse)
![Release](https://img.shields.io/github/v/release/hamdanal/rich-argparse?sort=semver)
![Status](https://img.shields.io/pypi/status/rich-argparse)
![Downloads](https://img.shields.io/pypi/dm/rich-argparse)

Format **argparse** help output with [**rich**](https://pypi.org/project/rich).

![python -m rich_argparse --help](
https://user-images.githubusercontent.com/93259987/193126185-6f7cd2dd-4e74-40ea-a194-a5e045a6f7a1.png)

https://user-images.githubusercontent.com/93259987/194706255-caf3e987-9853-41f5-85d9-1150c7c8ac31.png)

## Installation

Expand Down

0 comments on commit b99b8c0

Please sign in to comment.