Python port of Better Auth's authentication framework concepts.
- License
- None
- Deps
- 0
- Install Size
- 2.1 kB
- Published
$
uv add better-auth-pybetter-auth-py
Python package for the Better Auth port.
This package starts as a namespace and parity scaffold. The source of truth for
the TypeScript implementation is the repository submodule at
../../upstream/better-auth, locked to Better Auth v1.6.9.
Install for development
python -m pip install -e .
Import
import better_auth
print(better_auth.__version__)