{"id":15482504,"url":"https://github.com/btr1975/cookiecutter-python-library","last_synced_at":"2026-04-26T00:03:51.528Z","repository":{"id":209980261,"uuid":"507185349","full_name":"btr1975/cookiecutter-python-library","owner":"btr1975","description":"python cookiecutter template","archived":false,"fork":false,"pushed_at":"2026-02-06T21:03:17.000Z","size":193,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-07T08:11:15.878Z","etag":null,"topics":["actions","batch","cookiecutter","docker","make","pip","podman","publishing","python","template-project","uv"],"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-06-25T01:27:30.000Z","updated_at":"2026-02-06T21:01:46.000Z","dependencies_parsed_at":"2026-02-06T23:02:29.017Z","dependency_job_id":null,"html_url":"https://github.com/btr1975/cookiecutter-python-library","commit_stats":null,"previous_names":["btr1975/cookiecutter-python-library"],"tags_count":24,"template":false,"template_full_name":null,"purl":"pkg:github/btr1975/cookiecutter-python-library","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/btr1975","download_url":"https://codeload.github.com/btr1975/cookiecutter-python-library/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/btr1975%2Fcookiecutter-python-library/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32280982,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["actions","batch","cookiecutter","docker","make","pip","podman","publishing","python","template-project","uv"],"created_at":"2024-10-02T05:09:19.457Z","updated_at":"2026-04-26T00:03:47.489Z","avatar_url":"https://github.com/btr1975.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-python-library\n\n| BRANCH | STATUS |\n| ------ |--------|\n| main | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/cookiecutter-python-library/actions/workflows/test-bake.yml/badge.svg?branch=main)](https://github.com/btr1975/cookiecutter-python-library/actions/workflows/test-bake.yml) |\n| develop | [![Unit-Testing, Coverage, Linting](https://github.com/btr1975/cookiecutter-python-library/actions/workflows/test-bake.yml/badge.svg?branch=develop)](https://github.com/btr1975/cookiecutter-python-library/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-library\n```\n\n##### SSH\n\n```text\ncookiecutter git@github.com:btr1975/cookiecutter-python-library\n```\n\n* Use a specific version\n\n##### HTTPS\n\n```text\ncookiecutter https://github.com/btr1975/cookiecutter-python-library -c 1.0.0\n```\n\n##### SSH\n\n```text\ncookiecutter git@github.com:btr1975/cookiecutter-python-library -c 1.0.0\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-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbtr1975%2Fcookiecutter-python-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbtr1975%2Fcookiecutter-python-library/lists"}