Skip to content

Commit

Permalink
Add spock and ConfigArgParse to related tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkocher authored Feb 18, 2022
1 parent 5332ac1 commit 8cac9e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -820,6 +820,8 @@ Other tools that leverage type annotations to create CLI tools.
- [paiargparse](https://github.com/Planet-AI-GmbH/paiargparse) Extension to the python argparser allowing to automatically generate a hierarchical argument list based on dataclasses. (Leverages: argparse + dataclasses)
- [piou](https://github.com/Andarius/piou) A CLI tool to build beautiful command-line interfaces with type validation.
- [pyrallis](https://github.com/eladrich/pyrallis) A framework for simple dataclass-based configurations.
- [ConfigArgParse](https://github.com/bw2/ConfigArgParse) A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
- [spock](https://github.com/fidelity/spock) spock is a framework that helps manage complex parameter configurations during research and development of Python applications. (Leverages: argparse, attrs, and type annotations/hints)

# Stats

Expand Down

0 comments on commit 8cac9e4

Please sign in to comment.