{"id":18724568,"url":"https://github.com/fastapi-users/fastapi-users-db-ormar","last_synced_at":"2025-04-12T15:32:03.031Z","repository":{"id":42462607,"uuid":"400525062","full_name":"fastapi-users/fastapi-users-db-ormar","owner":"fastapi-users","description":"FastAPI Users - Database adapter for ormar","archived":false,"fork":false,"pushed_at":"2022-10-24T04:28:26.000Z","size":25,"stargazers_count":6,"open_issues_count":2,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2023-11-20T15:44:33.699Z","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},"funding":{"github":"frankie567"}},"created_at":"2021-08-27T13:52:39.000Z","updated_at":"2023-03-02T13:59:00.000Z","dependencies_parsed_at":"2022-09-13T16:22:11.054Z","dependency_job_id":null,"html_url":"https://github.com/fastapi-users/fastapi-users-db-ormar","commit_stats":null,"previous_names":[],"tags_count":1,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-ormar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-ormar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-ormar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastapi-users%2Ffastapi-users-db-ormar/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-ormar/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.705Z","updated_at":"2025-04-12T15:32:01.541Z","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 ormar\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-ormar/workflows/Build/badge.svg)](https://github.com/fastapi-users/fastapi-users/actions)\n[![codecov](https://codecov.io/gh/fastapi-users/fastapi-users-db-ormar/branch/master/graph/badge.svg)](https://codecov.io/gh/fastapi-users/fastapi-users-db-ormar)\n[![PyPI version](https://badge.fury.io/py/fastapi-users-db-ormar.svg)](https://badge.fury.io/py/fastapi-users-db-ormar)\n[![Downloads](https://pepy.tech/badge/fastapi-users-db-ormar)](https://pepy.tech/project/fastapi-users-db-ormar)\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/sponsors/frankie567\"\u003e\u003cimg src=\"https://md-btn.deta.dev/button.svg?text=Buy%20me%20a%20coffee%20%E2%98%95%EF%B8%8F\u0026bg=ef4444\u0026w=200\u0026px=40\"\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 ormar support in FastAPI Users.**\n\n## Development\n\n### Setup environment\n\nYou should create a virtual environment and activate it:\n\n```bash\npython -m venv venv/\n```\n\n```bash\nsource venv/bin/activate\n```\n\nAnd then install the development dependencies:\n\n```bash\npip install -r requirements.dev.txt\n```\n\n### Run unit tests\n\nYou can run all the tests with:\n\n```bash\nmake test\n```\n\nAlternatively, you can run `pytest` yourself:\n\n```bash\npytest\n```\n\nThere are quite a few unit tests, so you might run into ulimit issues where there are too many open file descriptors. You may be able to set a new, higher limit temporarily with:\n\n```bash\nulimit -n 2048\n```\n\n### Format the code\n\nExecute the following command to apply `isort` and `black` formatting:\n\n```bash\nmake format\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-ormar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastapi-users%2Ffastapi-users-db-ormar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastapi-users%2Ffastapi-users-db-ormar/lists"}