-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
695676f
commit 453e673
Showing
5 changed files
with
37 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Similar Projects | ||
|
||
## [argh](https://argh.readthedocs.io/en/latest/tutorial.html) | ||
|
||
- has similar goals as to ease up using argparser. | ||
- doesn't support type hints. | ||
- No recent releases. | ||
|
||
## [typer](https://github.com/tiangolo/typer) | ||
|
||
- if you are using `click` , I highly recommend you to check this library. | ||
- it is neat and many features are drawn from it. | ||
- doesn't support loading help text for arguments from docstrings. | ||
|
||
## [invoke](http://www.pyinvoke.org/) | ||
|
||
- doesn't support type hints. | ||
|
||
## [cliche](https://github.com/kootenpv/cliche) | ||
|
||
- has similar goals. | ||
- doesn't cover much use cases as `arger` . | ||
|
||
## [cliar](https://moigagoo.github.io/cliar/) | ||
|
||
- no docstring support for help argument. | ||
|
||
# Recommended Alternatives | ||
|
||
Projects that I highly recommend you to checkout. | ||
|
||
1. [clize](https://github.com/epsy/clize) | ||
2. [nuclear](https://github.com/igrek51/nuclear) | ||
3. [defopt](https://github.com/anntzer/defopt) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters