{"id":25495341,"url":"https://github.com/tireon003/users_api_flask","last_synced_at":"2026-04-16T02:32:32.318Z","repository":{"id":278081586,"uuid":"934228746","full_name":"Tireon003/users_api_flask","owner":"Tireon003","description":"A simple users API on Flask.","archived":false,"fork":false,"pushed_at":"2025-02-19T23:31:38.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-22T07:34:36.679Z","etag":null,"topics":["flask","pydantic-v2","pytest","python","sqlalchemy","swagger-ui"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tireon003.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-17T13:40:34.000Z","updated_at":"2025-02-19T23:34:23.000Z","dependencies_parsed_at":"2025-06-12T06:41:04.979Z","dependency_job_id":"0a33aebc-97c6-4059-b312-8003d2d1b2f1","html_url":"https://github.com/Tireon003/users_api_flask","commit_stats":null,"previous_names":["tireon003/users_api_flask"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Tireon003/users_api_flask","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tireon003%2Fusers_api_flask","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tireon003%2Fusers_api_flask/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tireon003%2Fusers_api_flask/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tireon003%2Fusers_api_flask/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tireon003","download_url":"https://codeload.github.com/Tireon003/users_api_flask/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tireon003%2Fusers_api_flask/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31868507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"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":["flask","pydantic-v2","pytest","python","sqlalchemy","swagger-ui"],"created_at":"2025-02-19T00:36:00.784Z","updated_at":"2026-04-16T02:32:32.284Z","avatar_url":"https://github.com/Tireon003.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Users management API\nThis project is designed for user management. API contain user's username, email and registration date.\n\n# Main functions\n- Create user\n- Update user's data\n- Delete user\n- Get one user\n- Get users (with optional pagination)\n- Get top 5 users with the longest username\n- Get number of users registered for last week\n- Get proportion of users with email with specified domain\n\n## How to run\n\n1. Clone repository to work directory\n```shell\ngit clone https://github.com/Tireon003/users_api_flask.git\n```\n2. Enter to project folder\n3. Configure virtual environment (the following is an example for Windows)\n```shell\npython -m venv venv\n\n./venv/Scripts/activate\n```\n4. Create .env and .env_test files in root of project Here is variables for .env and .env_test respectively.\n```editorconfig\n//.env\nDB_URL=\"sqlite:///users.db\"\n\nAPI_HOST=\"0.0.0.0\"\nAPI_PORT=5001\n\nLOG_LEVEL=\"INFO\"\nLOG_FORMAT=\"[%(asctime)s.%(msecs)03d] %(module)20s:%(lineno)-3d %(levelname)-7s - %(message)s\"\n\nIS_DEBUG=1\n```\n```editorconfig\n//.env_test\nDB_URL=\"sqlite:///users_test.db\"\n\nAPI_HOST=\"0.0.0.0\"\nAPI_PORT=5001\n\nLOG_LEVEL=\"INFO\"\nLOG_FORMAT=\"[%(asctime)s.%(msecs)03d] %(module)20s:%(lineno)-3d %(levelname)-7s - %(message)s\"\n\nIS_DEBUG=1\n```\n5. You can run tests\n```shell\npytest .\n```\n6. Start server with command\n```shell\npython app/main.py\n```\n\n## How to use\n\nYou can learn about all possible methods on the Swagger documentation page located at (with settings provided in readme):\n```\nhttp://localhost:5001/api/docs/\n```\nThe documentation site has a detailed view of all available endpoints, request and response schemes for various statuses.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftireon003%2Fusers_api_flask","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftireon003%2Fusers_api_flask","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftireon003%2Fusers_api_flask/lists"}