{"id":15482505,"url":"https://github.com/btr1975/cookiecutter-python-fastapi-openapi","last_synced_at":"2026-05-06T04:31:59.323Z","repository":{"id":210325640,"uuid":"515833374","full_name":"btr1975/cookiecutter-python-fastapi-openapi","owner":"btr1975","description":"python cookiecutter template","archived":false,"fork":false,"pushed_at":"2026-04-25T23:03:14.000Z","size":390,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-26T01:10:05.355Z","etag":null,"topics":["batch","cookiecutter","docker","fastapi","make","pip","podman","python","template-project","uv","webpages"],"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/btr1975.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2022-07-20T04:31:14.000Z","updated_at":"2026-04-25T23:02:37.000Z","dependencies_parsed_at":"2023-12-14T21:30:39.062Z","dependency_job_id":"9036255c-a045-4d2e-b4fe-9912d21cea7b","html_url":"https://github.com/btr1975/cookiecutter-python-fastapi-openapi","commit_stats":null,"previous_names":["btr1975/cookiecutter-python-fastapi-openapi"],"tags_count":21,"template":false,"template_full_name":null,"purl":"pkg:github/btr1975/cookiecutter-python-fastapi-openapi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-fastapi-openapi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-fastapi-openapi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-fastapi-openapi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-fastapi-openapi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btr1975","download_url":"https://codeload.github.com/btr1975/cookiecutter-python-fastapi-openapi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-fastapi-openapi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32678591,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["batch","cookiecutter","docker","fastapi","make","pip","podman","python","template-project","uv","webpages"],"created_at":"2024-10-02T05:09:19.650Z","updated_at":"2026-05-06T04:31:59.299Z","avatar_url":"https://github.com/btr1975.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-python-fastapi-openapi\n\n| BRANCH | STATUS |\n| ------ |--------|\n| main | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/cookiecutter-python-fastapi-openapi/actions/workflows/test-bake.yml/badge.svg?branch=main)](https://github.com/btr1975/cookiecutter-python-fastapi-openapi/actions/workflows/test-bake.yml) |\n| develop | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/cookiecutter-python-fastapi-openapi/actions/workflows/test-bake.yml/badge.svg?branch=develop)](https://github.com/btr1975/cookiecutter-python-fastapi-openapi/actions/workflows/test-bake.yml) |\n\n* This is a \"cookiecutter\" repository designed to be used as a framework to create repository structure.\n\n## How to use a \"cookiecutter\" repository\n\n1. First install the python library called [cookiecutter](https://cookiecutter.readthedocs.io/en/stable/)\n\n```text\npip install cookiecutter\n```\n\n2. Create a **TOTALLY** empty repository in a GIT based system.  In my example I am creating a repo called\n   throw-me-away.\n\n3. Use the cookiecutter repository to create your structure.\n\n* Use the latest\n\n### HTTPS\n\n```text\ncookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi\n```\n\n### SSH\n\n```text\ncookiecutter git@github.com:btr1975/cookiecutter-python-fastapi-openapi\n```\n\n* Use a specific version\n\n### HTTPS\n\n```text\ncookiecutter https://github.com/btr1975/cookiecutter-python-fastapi-openapi -c 1.0.1\n```\n\n### SSH\n\n```text\ncookiecutter git@github.com:btr1975/cookiecutter-python-fastapi-openapi -c 1.0.1\n```\n\n4. Now you will be asked a series of questions. This is an example\n   **THE QUESTIONS MAY NOT BE THE EXACT FOR THIS COOKIECUTTER**, also if you have downloaded it before\n   you will be asked if you want to download it again, always say yes to get the latest version.\n\n```text\nfull_name [Your Full Name]: Ben T\nemail [Your E-Mail Address]: somename@example.com\ngit_username [Your GitHub Username]: btr1975\ngit_repo_name [The Repository Name]: throw-me-away\ngit_url [The GIT URL]: https://github.com/btr1975/throw-me-away\napp_description [A short description]: This is great\napp_version [0.1.0]: \n```\n\n5. Now initialize it and push it up to the GIT based system.\n\n```text\ngit init -b main\ngit add --all\ngit commit -m \"First\"\ngit remote add origin https://github.com/btr1975/throw-me-away.git\ngit push -u origin main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fcookiecutter-python-fastapi-openapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtr1975%2Fcookiecutter-python-fastapi-openapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fcookiecutter-python-fastapi-openapi/lists"}