python-argsΒΆ

python-args, inspired by attrs, removes the boilerplate of processing arguments to functions and methods.

Decorating your functions with python-args can make your code more composable, more readable, and easier to test. Along with this, functions decorated with python-args can be used to build more expressive interfaces and integrations on top of them.

In order to get started, first go through the installation instructions. Then head on to the python-args tutorial.