{"id":23514810,"url":"https://github.com/dirmeier/cookiecutter-uv","last_synced_at":"2025-05-13T21:15:07.776Z","repository":{"id":254743139,"uuid":"844523319","full_name":"dirmeier/cookiecutter-uv","owner":"dirmeier","description":"Rye cookiecutter template ","archived":false,"fork":false,"pushed_at":"2024-12-18T14:26:35.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-18T15:31:23.692Z","etag":null,"topics":["cookiecutter-template","pypa","python","uv"],"latest_commit_sha":null,"homepage":"","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/dirmeier.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":"2024-08-19T12:41:55.000Z","updated_at":"2024-12-18T14:27:02.000Z","dependencies_parsed_at":"2024-08-25T20:02:16.204Z","dependency_job_id":"059f47bd-a0ef-446f-b786-d9339982373d","html_url":"https://github.com/dirmeier/cookiecutter-uv","commit_stats":null,"previous_names":["dirmeier/cookiecutter-rye","dirmeier/cookiecutter-uv"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fcookiecutter-uv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fcookiecutter-uv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fcookiecutter-uv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dirmeier%2Fcookiecutter-uv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dirmeier","download_url":"https://codeload.github.com/dirmeier/cookiecutter-uv/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239201644,"owners_count":19599078,"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":["cookiecutter-template","pypa","python","uv"],"created_at":"2024-12-25T14:10:58.219Z","updated_at":"2025-05-13T21:15:07.766Z","avatar_url":"https://github.com/dirmeier.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `uv` cookiecutter template\n\n[![Project Status](http://www.repostatus.org/badges/latest/concept.svg)](http://www.repostatus.org/#concept)\n\n\u003e My template for Python apps built with `uv`\n\n## About\n\nThis repository implements a template for a minimal Python package that uses `uv`+Setuptools for packaging and dependency management.\n\n## Installation\n\n1) Install `cookiecutter` first and then:\n\n    ```bash\n    cookiecutter gh:dirmeier/cookiecutter-uv\n    ```\n\n2) After having created a project, install all dependencies using [`uv`](https://github.com/astral-sh/uv):\n\n    ```shell\n    uv sync --all-extras\n    ```\n\n3) Init a GitHub repo using\n\n   ```shell\n   git init\n   git remote add origin git git@github.com:{{ cookiecutter.github_username }}/{{ cookiecutter.project_slug }}.git\n   ```\n\n4) Setup [Codecov](https://about.codecov.io/) and [Codacy](https://www.codacy.com/), or your preferred code coverage and code quality tools.\n   Fix the respective links in the header of `README.md`.\n5) Install `pre-commit` and `gitlint` via:\n\n   ```shell\n   pre-commit install\n   gitlint install-hook\n   ``` \n\n6) Create a new branch for development via:\n\n    ```shell\n   git checkout -b my-new-feature\n    ```\n6) Develop code, implement unit tests and write documentation.\n7) Test everything via\n\n   ```shell\n   make format\n   make lints \n   make tests \n   make docs\n   ```\n\n8) Commit your changes using an informative commit message. Read [this](https://cbea.ms/git-commit/) for help.\n9) Push your changes to your feature branch and create a pull request.\n10) Squash-merge your changes onto main or, ideally, clean up your commit history and rebase onto main.\n11) Don't forget to create tags and releases.\n\n## Author\n\nSimon Dirmeier \u003ca href=\"mailto:sfyrbnd @ pm me\"\u003esfyrbnd @ pm me\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirmeier%2Fcookiecutter-uv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdirmeier%2Fcookiecutter-uv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdirmeier%2Fcookiecutter-uv/lists"}