Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastapi-users/fastapi-users-db-sqlalchemy
FastAPI Users - Database adapter for SQLAlchemy + encode/databases
https://github.com/fastapi-users/fastapi-users-db-sqlalchemy
fastapi-users
Last synced: 6 days ago
JSON representation
FastAPI Users - Database adapter for SQLAlchemy + encode/databases
- Host: GitHub
- URL: https://github.com/fastapi-users/fastapi-users-db-sqlalchemy
- Owner: fastapi-users
- License: mit
- Created: 2021-08-27T13:07:47.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-13T08:53:49.000Z (over 1 year ago)
- Last Synced: 2023-12-04T03:33:08.213Z (12 months ago)
- Topics: fastapi-users
- Language: Python
- Homepage:
- Size: 103 KB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# FastAPI Users - Database adapter for SQLAlchemy ORM
Ready-to-use and customizable users management for FastAPI[![build](https://github.com/fastapi-users/fastapi-users-db-sqlalchemy/workflows/Build/badge.svg)](https://github.com/fastapi-users/fastapi-users/actions)
[![codecov](https://codecov.io/gh/fastapi-users/fastapi-users-db-sqlalchemy/branch/master/graph/badge.svg)](https://codecov.io/gh/fastapi-users/fastapi-users-db-sqlalchemy)
[![PyPI version](https://badge.fury.io/py/fastapi-users-db-sqlalchemy.svg)](https://badge.fury.io/py/fastapi-users-db-sqlalchemy)
[![Downloads](https://pepy.tech/badge/fastapi-users-db-sqlalchemy)](https://pepy.tech/project/fastapi-users-db-sqlalchemy)---
**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](https://fastapi.tiangolo.com/) 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](https://hatch.pypa.io/latest/install/) 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:
```bash
hatch run test
```### Format the code
Execute the following command to apply `isort` and `black` formatting:
```bash
hatch run lint
```## License
This project is licensed under the terms of the MIT license.