declarative-parser icon indicating copy to clipboard operation
declarative-parser copied to clipboard

Modern, declarative argument parser for Python 3.6+

Results 3 declarative-parser issues
Sort by recently updated
recently updated
newest added

Thanks for the project! It seems to be the best way to handle parallel commands at this time. I haven’t found a way to specify short-only arguments, which I prefer...

As suggested by a mod of [r/pythoncoding](https://www.reddit.com/r/pythoncoding), it might be a good idea to make use of data classes as defined in recently accepted [PEP 557](https://www.python.org/dev/peps/pep-0557/). I would like to...

enhancement
python-3.7

Recently accepted [PEP 563](https://www.python.org/dev/peps/pep-0563/) paved the way for a more convenient way of creating self-referential annotations; it will be achieved by storing annotations as strings, so those will be only...

enhancement
python-3.7