{"id":17971073,"url":"https://github.com/idatsy/python-base","last_synced_at":"2026-03-19T02:38:36.308Z","repository":{"id":275854729,"uuid":"926672538","full_name":"idatsy/python-base","owner":"idatsy","description":"Python project template with default config and CI using poetry","archived":false,"fork":false,"pushed_at":"2025-06-05T10:39:44.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-20T17:01:58.202Z","etag":null,"topics":["actions","ci","git","poetry","pyright","pytest","python","ruff","template"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idatsy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-02-03T17:05:52.000Z","updated_at":"2026-01-12T15:57:08.000Z","dependencies_parsed_at":"2025-02-04T23:29:39.837Z","dependency_job_id":"ada85b36-8d62-45e9-9a6e-775ebc95fce5","html_url":"https://github.com/idatsy/python-base","commit_stats":null,"previous_names":["idatsy/python-base"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/idatsy/python-base","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fpython-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fpython-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fpython-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fpython-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idatsy","download_url":"https://codeload.github.com/idatsy/python-base/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idatsy%2Fpython-base/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28918235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T19:10:10.838Z","status":"ssl_error","status_checked_at":"2026-01-30T19:06:40.573Z","response_time":66,"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":["actions","ci","git","poetry","pyright","pytest","python","ruff","template"],"created_at":"2024-10-29T15:36:35.842Z","updated_at":"2026-01-30T20:01:27.600Z","avatar_url":"https://github.com/idatsy.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Template Python Repository\n\nThis repository provides a minimal yet opinionated starting point for Python\nprojects. It bundles common development tools and a GitHub Actions workflow so\nyou can focus on writing code rather than configuring your environment.\n\n## Features\n\n- **Poetry** for dependency management\n- **Ruff** for formatting and linting\n- **Pyright** for static type checking\n- **Pytest** for unit tests\n- **Wily** for complexity metrics\n- **GitHub Actions** for CI (lint, tests and complexity analysis)\n- **Makefile** with handy developer commands\n\n## Getting Started\n\n1. **Initialize the project** by running the helper script which replaces\n   placeholder names with your project name:\n\n   ```bash\n   ./scripts/init_repo.sh\n   ```\n\n   The script infers the project name from the repository directory and updates\n   files such as `pyproject.toml`, the package directory and tests accordingly.\n2. **Install dependencies**:\n\n   ```bash\n   poetry install\n   ```\n3. **Run code checks** (formatting, linting and type checking):\n\n   ```bash\n   make check\n   ```\n4. **Execute tests**:\n\n   ```bash\n   make test\n   ```\n\n## Common Makefile Commands\n\n- **Format code**: `make format`\n- **Run linter**: `make lint`\n- **Auto-fix lint issues**: `make lint-fix`\n- **Type check**: `make typecheck`\n- **Watch tests**: `make watch`\n- **Show all commands**: `make help`\n\n## Continuous Integration\n\nThe included GitHub Actions workflow runs linting, type checks, unit tests and\ncomplexity analysis for every push and pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidatsy%2Fpython-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidatsy%2Fpython-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidatsy%2Fpython-base/lists"}