Skip to content

Commit

Permalink
Add configpile to other tools
Browse files Browse the repository at this point in the history
  • Loading branch information
mpkocher authored Apr 6, 2022
1 parent 45c7bd3 commit d67ab8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ Other tools that leverage type annotations to create CLI tools.
- [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)
- [oneFace](https://github.com/Nanguage/oneFace) Generating interfaces(CLI, Qt GUI, Dash web app) from a Python function.
- [configpile](https://github.com/denisrosset/configpile) Overlay for argparse that takes additional parameters from environment variables and configuration files

# Stats

Expand Down

0 comments on commit d67ab8b

Please sign in to comment.