{"id":26045095,"url":"https://github.com/m4tice/python-login-template","last_synced_at":"2026-05-15T18:02:18.495Z","repository":{"id":280445010,"uuid":"942011581","full_name":"m4tice/python-login-template","owner":"m4tice","description":"A web login template using python and Flask","archived":false,"fork":false,"pushed_at":"2025-05-24T15:01:04.000Z","size":85,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-24T15:58:50.353Z","etag":null,"topics":["authentication","flask","login","logout"],"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/m4tice.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-03-03T12:33:15.000Z","updated_at":"2025-05-02T05:31:27.000Z","dependencies_parsed_at":"2025-04-19T06:27:35.132Z","dependency_job_id":"3e0b6157-0a6b-4780-98b2-fdbaf3ada51b","html_url":"https://github.com/m4tice/python-login-template","commit_stats":null,"previous_names":["m4tice/python-login-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m4tice/python-login-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tice%2Fpython-login-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tice%2Fpython-login-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tice%2Fpython-login-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tice%2Fpython-login-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m4tice","download_url":"https://codeload.github.com/m4tice/python-login-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m4tice%2Fpython-login-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266604009,"owners_count":23954725,"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-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["authentication","flask","login","logout"],"created_at":"2025-03-07T19:31:27.963Z","updated_at":"2025-11-08T02:03:46.094Z","avatar_url":"https://github.com/m4tice.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-authentication-template\nA web authentication template using python and Flask\n\n# Error documentation\n##### **1. ModuleNotFoundError when executing pytest**  \n###### Error message  \n```\nModuleNotFoundError: No module named 'app'  \n```\n###### Action  \n```\npytest -vv  \n```\n###### Solution  \nExecute\n```\npython -m pytest\n```\n###### Explanation  \n* Running pytest with the python -m pytest command helps with this exact thing.  \n* Since your current package is not yet in your $PYTHONPATH or sys.path - pytest gets this error.  \n* By using python -m pytest you automatically add the working directory into sys.path for running pytest. Their documentation also mentions:  \n\u003e This is almost equivalent to invoking the command line script pytest\n\n*Ref.:* [Py.test No module named *](https://stackoverflow.com/questions/20985157/py-test-no-module-named)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tice%2Fpython-login-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm4tice%2Fpython-login-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm4tice%2Fpython-login-template/lists"}