Library to enforce positional or key-word arguments
Development/Languages/Python
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.