# oauthlib - pydoc - phpman

Help on package oauthlib:

## NAME
    oauthlib

## DESCRIPTION
    oauthlib
    ~~~~~~~~

    A generic, spec-compliant, thorough implementation of the OAuth
    request-signing logic.

    :copyright: (c) 2019 by The OAuthlib Community
    :license: BSD, see LICENSE for details.

## PACKAGE CONTENTS
    common
    oauth1 (package)
    oauth2 (package)
    openid (package)
    signals
    uri_validate

## FUNCTIONS
### get_debug
        Get debug mode value.

        :return: `True` if debug mode is on, `False` otherwise

### set_debug
        Set value of debug flag

        :param debug_val: Value to set. Must be a bool value.

## VERSION
    3.2.0

## AUTHOR
    The OAuthlib Community

## FILE
    /usr/lib/python3/dist-packages/oauthlib/__init__.py


