Contents

oauthlib 3.3.1

0

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

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

Stars: 2952, Watchers: 2952, Forks: 502, Open Issues: 101

The oauthlib/oauthlib repo was created 14 years ago and the last code push was 2 weeks ago.
The project is very popular with an impressive 2952 github stars!

How to Install oauthlib

You can install oauthlib using pip

pip install oauthlib

or add it to a project with poetry

poetry add oauthlib

Package Details

Author
The OAuthlib Community
License
BSD-3-Clause
Homepage
https://github.com/oauthlib/oauthlib
PyPi:
https://pypi.org/project/oauthlib/
GitHub Repo:
https://github.com/oauthlib/oauthlib

Classifiers

  • Software Development/Libraries/Python Modules
No  oauthlib  pypi packages just yet.

Errors

A list of common oauthlib errors.

Code Examples

Here are some oauthlib code examples and snippets.

GitHub Issues

The oauthlib package has 101 open issues on GitHub

  • Dropn EOL Python 3.8 from CI
  • Fix ruff checks about unused variables
  • Initial python/uv/tox devcontainer
  • signed_token_generator does not include claims from request.claims.
  • How should we do type checking?

See more issues on GitHub

Related Packages & Articles

amqp 5.3.1

Low-level AMQP client for Python (fork of amqplib).

billiard 4.2.4

Python multiprocessing fork with improvements and bugfixes

flake8 7.3.0

the modular source code checker: pep8 pyflakes and co

typer 0.21.1

Typer, build great CLIs. Easy to code. Based on Python type hints.