Skip to content

Commit

Permalink
Updated description
Browse files Browse the repository at this point in the history
  • Loading branch information
trag1c committed Feb 16, 2023
1 parent e5965da commit 9888c78
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Paperbush 🌿

Paperbush is a dead easy argument parsing tool that simplifies the process of creating command-line argument parsers in Python. With Paperbush, you can define your parser in just a single line of code using a custom built-in language, which is then translated directly into the built-in `argparse` module equivalent. This means that in most cases, moving to Paperbush is just a matter of changing the parser definition, as `Paperbush.parse_args()` returns an `argparse.Namespace` object.
Paperbush is a super concise argument parsing tool that simplifies the process of creating command-line argument parsers in Python. With Paperbush, you can define your parser in just a single line of code using a custom built-in language, which is then translated directly into the built-in `argparse` module equivalent. This means that in most cases, moving to Paperbush is just a matter of changing the parser definition, as `Paperbush.parse_args()` returns an `argparse.Namespace` object.

## Installation
Paperbush is available on PyPI and can be installed with `pip`, or any other Python package manager:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Paperbush 🌿

Paperbush is a dead easy argument parsing tool that simplifies the process of
Paperbush is a super concise argument parsing tool that simplifies the process of
creating command-line argument parsers in Python. With Paperbush, you can
define your parser in just a single line of code using a custom built-in
language, which is then translated directly into the built-in `argparse` module
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "paperbush"
version = "0.2.0"
description = "Dead easy argument parsing"
description = "Super concise argument parsing tool"
authors = ["trag1c <[email protected]>"]
license = "MIT"

Expand Down

0 comments on commit 9888c78

Please sign in to comment.