{"id":18724569,"url":"https://github.com/fastapi-users/fastapi-users-db-sqlalchemy","last_synced_at":"2025-04-12T15:32:03.059Z","repository":{"id":42684275,"uuid":"400512402","full_name":"fastapi-users/fastapi-users-db-sqlalchemy","owner":"fastapi-users","description":"FastAPI Users - Database adapter for SQLAlchemy","archived":false,"fork":false,"pushed_at":"2025-01-04T13:06:10.000Z","size":115,"stargazers_count":32,"open_issues_count":5,"forks_count":13,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-26T10:11:31.233Z","etag":null,"topics":["fastapi-users"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastapi-users.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"frankie567"}},"created_at":"2021-08-27T13:07:47.000Z","updated_at":"2025-03-01T01:43:08.000Z","dependencies_parsed_at":"2025-01-04T13:50:25.878Z","dependency_job_id":"2cfce413-93df-4bf7-888c-c91534f5f8d3","html_url":"https://github.com/fastapi-users/fastapi-users-db-sqlalchemy","commit_stats":{"total_commits":67,"total_committers":2,"mean_commits":33.5,"dds":"0.014925373134328401","last_synced_commit":"f0078b049ed00d0399707d0c8fc35b6a4eb84751"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-sqlalchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-sqlalchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-sqlalchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-sqlalchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastapi-users","download_url":"https://codeload.github.com/fastapi-users/fastapi-users-db-sqlalchemy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248589741,"owners_count":21129678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fastapi-users"],"created_at":"2024-11-07T14:07:09.775Z","updated_at":"2025-04-12T15:32:01.603Z","avatar_url":"https://github.com/fastapi-users.png","language":"Python","funding_links":["https://github.com/sponsors/frankie567"],"categories":[],"sub_categories":[],"readme":"# FastAPI Users - Database adapter for SQLAlchemy ORM\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.githubusercontent.com/frankie567/fastapi-users/master/logo.svg?sanitize=true\" alt=\"FastAPI Users\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cem\u003eReady-to-use and customizable users management for FastAPI\u003c/em\u003e\n\u003c/p\u003e\n\n[![build](https://github.com/fastapi-users/fastapi-users-db-sqlalchemy/workflows/Build/badge.svg)](https://github.com/fastapi-users/fastapi-users/actions)\n[![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)\n[![PyPI version](https://badge.fury.io/py/fastapi-users-db-sqlalchemy.svg)](https://badge.fury.io/py/fastapi-users-db-sqlalchemy)\n[![Downloads](https://pepy.tech/badge/fastapi-users-db-sqlalchemy)](https://pepy.tech/project/fastapi-users-db-sqlalchemy)\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/sponsors/frankie567\"\u003e\u003cimg src=\"https://md-buttons.francoisvoron.com/button.svg?text=Buy%20me%20a%20coffee%20%E2%98%95%EF%B8%8F\u0026bg=ef4444\u0026w=200\u0026h=50\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n**Documentation**: \u003ca href=\"https://fastapi-users.github.io/fastapi-users/\" target=\"_blank\"\u003ehttps://fastapi-users.github.io/fastapi-users/\u003c/a\u003e\n\n**Source Code**: \u003ca href=\"https://github.com/fastapi-users/fastapi-users\" target=\"_blank\"\u003ehttps://github.com/fastapi-users/fastapi-users\u003c/a\u003e\n\n---\n\nAdd 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.\n\n**Sub-package for SQLAlchemy ORM support in FastAPI Users.**\n\n## Development\n\n### Setup environment\n\nWe use [Hatch](https://hatch.pypa.io/latest/install/) to manage the development environment and production build. Ensure it's installed on your system.\n\n### Run unit tests\n\nYou can run all the tests with:\n\n```bash\nhatch run test\n```\n\n### Format the code\n\nExecute the following command to apply `isort` and `black` formatting:\n\n```bash\nhatch run lint\n```\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastapi-users%2Ffastapi-users-db-sqlalchemy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastapi-users%2Ffastapi-users-db-sqlalchemy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastapi-users%2Ffastapi-users-db-sqlalchemy/lists"}