python-positional-doc

Library to enforce positional or key-word arguments - doc
  https://github.com/morganfainberg/positional
  0
  no reviews



The positional python module 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.

this package contains the documentation.