python-argparse-subdec VS protoargs

Compare python-argparse-subdec vs protoargs and see what are their differences.

python-argparse-subdec

Create argparse subcommands with decorators. (by guludo)

protoargs

Code generated C++11/Python/Rust/Go command line arguments parser, based on protobuf configuration (by ashlander)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
python-argparse-subdec protoargs
1 7
7 7
- -
0.0 1.3
over 1 year ago about 1 year ago
Python Python
Mozilla Public License 2.0 BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

python-argparse-subdec

Posts with mentions or reviews of python-argparse-subdec. We have used some of these posts to build our list of alternatives and similar projects.

protoargs

Posts with mentions or reviews of protoargs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-21.
  • Protoargs: configuration based arguments parsing
    1 project | /r/golang | 25 Aug 2022
    Go implementation page (how to use in golang) https://github.com/ashlander/protoargs/tree/AZ_golang/doc/go
  • Question: Custom argument parsing with flag ?
    4 projects | /r/golang | 21 Aug 2022
    More info on how that will look like - https://github.com/ashlander/protoargs May be that would be of interest for you too
  • Configuration based arguments parser on Rust
    1 project | /r/rust | 4 May 2022
    Documentation https://github.com/ashlander/protoargs/tree/AZ_rust
  • Configuration based arguments parsing
    1 project | /r/Python | 15 Sep 2021
    Protoargs script uses arguments parser which is generated by itself. This is the configuration for protoargs script and code generated arguments parser.
  • Configuration based argument parsing
    3 projects | /r/cpp | 8 Sep 2021
    That's how protoargs project appeared. Which converts special protobuf configuration into a ready-to-use arguments parser. And I do use it a lot in my projects. The best example was to use it in multiple commands CLI , e.g. you can implement your own "git init/clone/commit/..." easily. And protobuf allows preserving compatibility between versions. Recently I have used it inside gamedev project with a potentially huge number of commands, and now it takes me 5-10 min for new command to be added, and ~0 min to add new arguments to existing command and start using them in the code.
  • My Gamedev Yak Shaving. Part 3. Yarn Spinner and custom commands parsing?
    1 project | /r/gamedev | 1 Sep 2021
    I have added the project to github, so anyone could use it, called protoargs . It supports C++ and Python, but there are plans to add more programming languages, so to make arguments parsing you would need only learn how to create a configuration. When I will have enough karma points I would make a post in the opensource subreddit.

What are some alternatives?

When comparing python-argparse-subdec and protoargs you can also consider the following projects:

loggerexamples - Yaml

jarro2783/cxxopts - Lightweight C++ command line option parser

goutil - 💪 Helper Utils(700+): int, byte, string, array/slice, map, struct, dump, convert/format, error, web/http, cli/flag, OS/ENV, filesystem, system, test/assert, time and more. Go 常用的一些工具函数:数字,字符串,数组,Map,结构体,反射,文本,文件,错误,时间日期,特殊处理,格式化,常用信息获取等等

docopt-ng - Humane command line arguments parser. Now with maintenance, typehints, and complete test coverage.

argparse - Argparse for golang. Just because `flag` sucks

placeholder-image-generator - A small python tool that generates placeholder images with specific dimensions and color

Protobuf - Protocol Buffers - Google's data interchange format

shodohflo - Pure Python netflow and DNS correlation, with reusable Frame Streams, DnsTap and Protobuf implementations

parse_it - A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.

rtcqs - rtcqs, pronounced arteeseeks, is a Python port of the realtimeconfigquickscan project.