{"id":31072083,"url":"https://github.com/appsolves/fastapi-users-db-dynamodb","last_synced_at":"2025-09-16T00:39:46.741Z","repository":{"id":312609356,"uuid":"1048049069","full_name":"AppSolves/fastapi-users-db-dynamodb","owner":"AppSolves","description":"FastAPI Users - Database adapter for AWS DynamoDB","archived":false,"fork":false,"pushed_at":"2025-08-31T21:56:03.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-31T22:17:47.147Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/AppSolves.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"AppSolves"}},"created_at":"2025-08-31T19:57:26.000Z","updated_at":"2025-08-31T21:56:05.000Z","dependencies_parsed_at":"2025-08-31T22:18:03.592Z","dependency_job_id":"18a03bf9-abf2-4d28-a0e5-816ae4563dad","html_url":"https://github.com/AppSolves/fastapi-users-db-dynamodb","commit_stats":null,"previous_names":["appsolves/fastapi-users-db-dynamodb"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/AppSolves/fastapi-users-db-dynamodb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppSolves%2Ffastapi-users-db-dynamodb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppSolves%2Ffastapi-users-db-dynamodb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppSolves%2Ffastapi-users-db-dynamodb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppSolves%2Ffastapi-users-db-dynamodb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AppSolves","download_url":"https://codeload.github.com/AppSolves/fastapi-users-db-dynamodb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AppSolves%2Ffastapi-users-db-dynamodb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275344006,"owners_count":25447898,"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","status":"online","status_checked_at":"2025-09-15T02:00:09.272Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-09-16T00:39:43.135Z","updated_at":"2025-09-16T00:39:46.697Z","avatar_url":"https://github.com/AppSolves.png","language":"Python","funding_links":["https://github.com/sponsors/AppSolves"],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ckbd\u003e\u003cimg src=\"https://raw.githubusercontent.com/AppSolves/fastapi-users-db-dynamodb/refs/heads/main/assets/github/repo_card.png?sanitize=true\" alt=\"FastAPI Users DynamoDB Adapter\"\u003e\u003c/kbd\u003e\n\u003c/p\u003e\n\u003cbr\u003e\n\n# FastAPI Users - Database adapter for AWS DynamoDB\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/AppSolves/fastapi-users-db-dynamodb/workflows/Build/badge.svg)](https://github.com/fastapi-users/fastapi-users/actions)\n[![PyPI version](https://badge.fury.io/py/fastapi-users-db-dynamodb.svg)](https://badge.fury.io/py/fastapi-users-db-dynamodb)\n[![Downloads](https://pepy.tech/badge/fastapi-users-db-dynamodb)](https://pepy.tech/project/fastapi-users-db-dynamodb)\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 AWS DynamoDB 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 Apache 2.0 license.\nSee the LICENSE and NOTICE files for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsolves%2Ffastapi-users-db-dynamodb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappsolves%2Ffastapi-users-db-dynamodb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappsolves%2Ffastapi-users-db-dynamodb/lists"}