{"id":39542789,"url":"https://github.com/npikall/py-bootstrap","last_synced_at":"2026-03-12T17:41:11.545Z","repository":{"id":274797257,"uuid":"920109383","full_name":"npikall/py-bootstrap","owner":"npikall","description":"A modern Python Package Template","archived":false,"fork":false,"pushed_at":"2026-01-30T18:25:08.000Z","size":407,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-31T07:18:19.188Z","etag":null,"topics":["copier","python","template","uv"],"latest_commit_sha":null,"homepage":"https://npikall.github.io/py-bootstrap/","language":"Jinja","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/npikall.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2025-01-21T15:25:42.000Z","updated_at":"2026-01-30T18:25:12.000Z","dependencies_parsed_at":"2025-12-16T00:04:15.440Z","dependency_job_id":null,"html_url":"https://github.com/npikall/py-bootstrap","commit_stats":null,"previous_names":["npikall/cookiecutter-std-repo","npikall/cookiecutter-py-lib","npikall/py-bootstrap"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/npikall/py-bootstrap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fpy-bootstrap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fpy-bootstrap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fpy-bootstrap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fpy-bootstrap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/npikall","download_url":"https://codeload.github.com/npikall/py-bootstrap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/npikall%2Fpy-bootstrap/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29128621,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T17:12:17.649Z","status":"ssl_error","status_checked_at":"2026-02-05T17:11:23.670Z","response_time":65,"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":["copier","python","template","uv"],"created_at":"2026-01-18T06:38:17.656Z","updated_at":"2026-03-12T17:41:11.530Z","avatar_url":"https://github.com/npikall.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyBootstrap\n\n[![Copier](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/copier-org/copier/master/img/badge/badge-grayscale-inverted-border-orange.json)](https://github.com/copier-org/copier)\n![Code Quality](https://github.com/npikall/py-bootstrap/actions/workflows/code_quality.yml/badge.svg)\n![Documentation](https://github.com/npikall/py-bootstrap/actions/workflows/docs.yml/badge.svg)\n\nThis template sets up a structure for you to write a python package.\nIt comes filled with a bunch of modern features from the python ecosystem.\n\n\u003e [!NOTE]\n\u003e This template tries to follow the [Python Developer Tooling Handbook][Handbook]\n\n![casette](docs/assets/casette.gif)\n\n## :battery: All Batteries included\n\n- :wrench: CI pipelines for `Github Actions` and `Gitlab`\n- :scroll: Documentation from [Zensical] or [Material for MKDocs]\n- :zap: Fast environment and project management with [uv]\n- :musical_note: Task orchestration with [Just]\n- :black_nib: Preconfigured Licenses to choose from\n- :books: autogenerated Changelog with [Git Changelog]\n- :straight_ruler: Testing setup with `pytest`\n- :fishing_pole_and_fish: Pre-commit Hooks with [`Pre-commit`][Pre-commit] or [`Prek`][Prek]\n- :mag: Code Quality assurance with [ruff] and [ty]\n\n## Useage\n\nTo install the `copier` tool with [uv] run:\n\n```console\nuv tool install copier --with copier-templates-extensions\n```\n\nTo initialize a new repository with the `copier` template run the following command:\n\n```console\ncopier copy --trust \"gh:npikall/py-bootstrap\" path/to/project/\n```\n\nYou will be prompted and then your repo will be setup.\n\n## First Steps\n\nAfter you have just used the `copier` to create this repo, you might want to run the following commands:\n\n- `just init` to initialize a `git` repository\n- `just venv` to create a virtual environment\n\n[Just]: https://github.com/casey/just\n[Zensical]: https://zensical.org/\n[Material for MKDocs]: https://squidfunk.github.io/mkdocs-material/\n[uv]: https://docs.astral.sh/uv/\n[ruff]: https://docs.astral.sh/ruff/\n[ty]: https://docs.astral.sh/ty/\n[Handbook]: https://pydevtools.com/handbook/explanation/modern-python-project-setup-guide-for-ai-assistants/\n[Prek]: https://prek.j178.dev\n[Pre-commit]: https://pre-commit.com\n[Git Changelog]: https://pawamoy.github.io/git-changelog/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpikall%2Fpy-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnpikall%2Fpy-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnpikall%2Fpy-bootstrap/lists"}