{"id":47016025,"url":"https://github.com/cilladev/python-package-starter","last_synced_at":"2026-03-11T21:48:34.899Z","repository":{"id":339801617,"uuid":"1163307901","full_name":"cilladev/python-package-starter","owner":"cilladev","description":"Python package starter project that enforces best practices. Includes CI, docs, linting, and publishing pre-wired so you skip the boilerplate","archived":false,"fork":false,"pushed_at":"2026-02-21T17:41:18.000Z","size":36,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-21T22:45:50.489Z","etag":null,"topics":["biolerplate","python","template","uv"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/cilladev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2026-02-21T12:31:22.000Z","updated_at":"2026-02-21T17:54:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/cilladev/python-package-starter","commit_stats":null,"previous_names":["cilladev/python-package-starter"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/cilladev/python-package-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilladev%2Fpython-package-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilladev%2Fpython-package-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilladev%2Fpython-package-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilladev%2Fpython-package-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cilladev","download_url":"https://codeload.github.com/cilladev/python-package-starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cilladev%2Fpython-package-starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30402440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T21:02:20.017Z","status":"ssl_error","status_checked_at":"2026-03-11T20:59:32.667Z","response_time":84,"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":["biolerplate","python","template","uv"],"created_at":"2026-03-11T21:48:34.695Z","updated_at":"2026-03-11T21:48:34.894Z","avatar_url":"https://github.com/cilladev.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# package-name\n\n[![CI](https://github.com/username/package-name/actions/workflows/ci.yml/badge.svg)](https://github.com/username/package-name/actions/workflows/ci.yml)\n[![PyPI](https://img.shields.io/pypi/v/package-name)](https://pypi.org/project/package-name/)\n[![Python](https://img.shields.io/pypi/pyversions/package-name)](https://pypi.org/project/package-name/)\n\nA short description of the package.\n\n## Installation\n\n```bash\npip install package-name\n```\n\nOr with uv:\n\n```bash\nuv pip install package-name\n```\n\n## Usage\n\n```python\nimport package_name\n```\n\n## Development\n\n```bash\ngit clone https://github.com/username/package-name.git\ncd package-name\nmake install\n```\n\n| Command | Description |\n|---|---|\n| `make install` | Install in editable mode with dev deps + pre-commit hooks |\n| `make lint` | Run ruff check, ruff format check, and mypy |\n| `make format` | Auto-fix lint issues and format code |\n| `make test` | Run tests with pytest |\n| `make coverage` | Run tests with coverage report |\n| `make docs` | Serve docs locally (installs docs deps) |\n| `make docs-build` | Build docs with strict mode |\n| `make clean` | Remove build artifacts |\n\n## Setup (when using this template)\n\n1. Find-replace these placeholders:\n   - `package-name` → your PyPI package name\n   - `package_name` → your Python import name\n   - `username` → your GitHub username\n   - `Your Name` / `you@example.com` → your info\n   - `A short description of the package.` → your description\n2. Rename `src/package_name/` to `src/your_package_name/`\n3. [Configure PyPI Trusted Publisher](https://docs.pypi.org/trusted-publishers/creating-a-project-through-oidc/) with workflow `release.yml` and environment `pypi`\n4. Create a `pypi` environment in your GitHub repo settings\n5. Run `make install`\n\n## Release Checklist\n\n1. Update version in `pyproject.toml`\n2. Update `CHANGELOG.md`\n3. Commit: `git commit -m \"release: v0.x.0\"`\n4. Tag: `git tag v0.x.0`\n5. Push: `git push origin main --tags`\n6. GitHub Actions builds and publishes to PyPI via Trusted Publishers\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcilladev%2Fpython-package-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcilladev%2Fpython-package-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcilladev%2Fpython-package-starter/lists"}