Skip to content

fastapi-users/fastapi-users-db-sqlalchemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6397ace · Jan 4, 2025

History

70 Commits
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Jan 4, 2025
Aug 27, 2021
Jan 4, 2025
Aug 27, 2021
Aug 27, 2021
Feb 14, 2023
Jan 4, 2025
Aug 27, 2021

Repository files navigation

FastAPI Users - Database adapter for SQLAlchemy ORM

FastAPI Users

Ready-to-use and customizable users management for FastAPI

build codecov PyPI version Downloads


Documentation: https://fastapi-users.github.io/fastapi-users/

Source Code: https://github.com/fastapi-users/fastapi-users


Add quickly a registration and authentication system to your FastAPI project. FastAPI Users is designed to be as customizable and adaptable as possible.

Sub-package for SQLAlchemy ORM support in FastAPI Users.

Development

Setup environment

We use Hatch to manage the development environment and production build. Ensure it's installed on your system.

Run unit tests

You can run all the tests with:

hatch run test

Format the code

Execute the following command to apply isort and black formatting:

hatch run lint

License

This project is licensed under the terms of the MIT license.