skillfed

types-auth0-python

Typing stubs for auth0-python

types-auth0-python v4.10.0.20260712 554.8K downloads/30d#6,031 on PyPI37
Permissive license Apache-2.0 Active released

What it is and what it does

This is a type stub package that provides type annotations for the auth0-python library version 4.10.x. Type stubs are separate packages that tell type checkers like mypy and pyright how to interpret the types in a library that either lacks annotations or was written before type hints were available. By installing this package, you enable your IDE and type checker to catch type errors in code that uses auth0-python for authentication and authorization tasks.

The package is maintained as part of typeshed, the canonical repository of type stubs for the Python ecosystem. It has been tested against mypy 2.2.0 and pyright 1.1.411. However, the description notes that auth0-python itself has included type annotations since version 5.4.0, making this stub package unnecessary for users of that version or later.

Use it for:

  • Enable type checking in projects using auth0-python 4.10.x with mypy or pyright
  • Catch type errors in Auth0 authentication code before runtime
  • Provide IDE autocomplete and type hints for auth0-python methods and classes
  • Maintain type safety in legacy projects still on auth0-python 4.10.x

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type stubs for auth0-python 4.10.x, enabling type checkers like mypy and pyright to validate code using the Auth0 authentication library.

Yes, if you are using auth0-python 4.10.x and want type checking support. Install friction is low and the package is actively maintained. However, if you can upgrade to auth0-python 5.4.0 or later, uninstall this package—the library now includes its own type annotations, making the stub package redundant.

Install

types-auth0-python on PyPI

pip

pip install types-auth0-python

uv

uv add types-auth0-python

poetry

poetry add types-auth0-python

Installing types-auth0-python

Before you install

Low install friction with only two runtime dependencies (types-requests and cryptography). Actively maintained as part of typeshed; last commit 2026-08-14. Note: auth0-python 5.4.0+ includes its own type annotations, making this package unnecessary for newer versions.

License in practice

Licensed under Apache-2.0 (permissive), allowing use in both open-source and commercial projects without significant restrictions.

Quickstart

pip install types-auth0-python

# In your code, type checkers will now understand auth0-python imports
import auth0.authentication

# mypy or pyright will validate type correctness

Requires Python 3.10 or later. Only useful for auth0-python versions up to 4.10.x; auth0-python 5.4.0+ includes its own types and makes this package redundant.

Verify before relying

  • Whether this package is actively maintained going forward, given that auth0-python 5.4.0+ includes native type annotations
  • Compatibility with auth0-python versions between 4.10.x and 5.4.0 (if any exist)

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — types-requests, cryptography
Maintenance actively maintained — 33 days since the last release
Last repo commit
First released
Downloads 554,819/month — #6,031 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_auth0_python-4.10.0.20260712-py3-none-any.whl

Programming Language :: Python :: 3Typing :: Stubs Only

Tags

type stubs auth0auth0-python type hintsmypy auth0 typingpyright auth0 stubsauth0 type checking
type-stubsauth0

More Software Development packages