better-auth-py

Python port of Better Auth's authentication framework concepts.

License
None
Deps
0
Install Size
2.1 kB
Published

Get started

$uv add better-auth-py
Python
>=3.10

Versions

View all versions
0.0.1
latest

Readme

better-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__)