{"id":18894117,"url":"https://github.com/trailofbits/cookiecutter-python","last_synced_at":"2025-04-15T00:31:56.561Z","repository":{"id":148567507,"uuid":"612417316","full_name":"trailofbits/cookiecutter-python","owner":"trailofbits","description":"A cookiecutter template for a best-practices Python project","archived":false,"fork":false,"pushed_at":"2025-02-03T21:07:55.000Z","size":80,"stargazers_count":14,"open_issues_count":0,"forks_count":5,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-03-28T12:51:14.838Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/trailofbits.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}},"created_at":"2023-03-10T22:46:33.000Z","updated_at":"2025-02-03T21:07:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"bf281c3f-c052-4fe6-801d-a1a97804c5ef","html_url":"https://github.com/trailofbits/cookiecutter-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fcookiecutter-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fcookiecutter-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fcookiecutter-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trailofbits%2Fcookiecutter-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trailofbits","download_url":"https://codeload.github.com/trailofbits/cookiecutter-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248984395,"owners_count":21193742,"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","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":"2024-11-08T08:18:07.202Z","updated_at":"2025-04-15T00:31:55.758Z","avatar_url":"https://github.com/trailofbits.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cookiecutter-python\n\nThis repository contains a\n[Cookiecutter](https://github.com/cookiecutter/cookiecutter) template\nfor a Python package.\n\nIt's designed primarily for Trail of Bits' own use, but should be usable\nby anyone.\n\nBoth command-line and library packages can be generated.\n\n## Usage\n\n- Install [`uv`](https://docs.astral.sh/uv/)\n\n```bash\n# On any platform with cURL and sh\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n\n# On Windows\npowershell -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n\n# With Brew\nbrew install uv\n```\n\nPlease refer to [`uv` documentation](https://docs.astral.sh/uv/getting-started/installation/) for more installation options.\n\n- Use `cookiecutter` to generate a project using this template:\n\n```bash\n# creates the project directory in $PWD\nuvx cookiecutter gh:trailofbits/cookiecutter-python\n```\n\nAlternatively, tell `cookiecutter` where to put the new project directory:\n\n```bash\n# creates ~/tmp/$project\nuvx cookiecutter -o ~/tmp gh:trailofbits/cookiecutter-python\n```\n\n`cookiecutter` will prompt you for the project's name and all other relevant\nmetadata.\n\n## Note\n\nThe project will be generated using `uv`, a near drop-in replacement for \n`pip` which is still in active development.\n\nPackages are installed using `uv pip install \u003cpackage_name\u003e` (after \nactivating the virtual environment).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailofbits%2Fcookiecutter-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrailofbits%2Fcookiecutter-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrailofbits%2Fcookiecutter-python/lists"}