python3-positional

Library to enforce positional or key-word arguments - Python 3.x
  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 Python 3.x module.