argument-parsing topic

List argument-parsing repositories

thunder

360
Stars
7
Forks
Watchers

⚡ Zero-boilerplate commandline argument parsing in Rust

NClap

52
Stars
12
Forks
Watchers

NClap is a .NET library for parsing command-line arguments and building interactive command shells. It's driven by a declarative attribute syntax, and easy to extend.

AnyOption

86
Stars
36
Forks
Watchers

C/C++ Command line and resource file option parsing

pyrallis

181
Stars
6
Forks
Watchers

Pyrallis is a framework for structured configuration parsing from both cmd and files. Simply define your desired configuration structure as a dataclass and let pyrallis do the rest!

paramkit

53
Stars
17
Forks
Watchers

A small library helping to parse commandline parameters (for C/C++)

argparse

29
Stars
6
Forks
Watchers

Parser for command-line arguments

ArgMacros.jl

36
Stars
2
Forks
Watchers

Fast, flexible, macro-based, Julia package for parsing command line arguments.

FluentArgs

35
Stars
3
Forks
Watchers

FluentArgs is a library to parse command line arguments. It focuses on a very simple API and strong typing. It is able to generate a help view and proper error messages.

declarative-parser

37
Stars
2
Forks
Watchers

Modern, declarative argument parser for Python 3.6+