aboutsummaryrefslogtreecommitdiff
path: root/devel/py-positional/pkg-descr
blob: 073e62020cf3135025bd66da464671f2ea2ffcaf (plain) (blame)
1
2
3
4
5
6
7
8
positional provides a decorator which enforces only some args may be passed
positionally. The idea and some of the code was taken from the oauth2 client
of the google-api client.

The decorator makes it easy to support Python 3 style key-word only
parameters.

WWW: https://github.com/morganfainberg/positional