{"id":21980169,"url":"https://github.com/innolitics/python_project_template","last_synced_at":"2026-06-14T21:32:29.718Z","repository":{"id":200521596,"uuid":"692239768","full_name":"innolitics/python_project_template","owner":"innolitics","description":"Python project template using copier. Includes linters, formatters, pre-commit hooks and github actions.","archived":false,"fork":false,"pushed_at":"2024-02-03T16:13:15.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-13T20:00:17.757Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jinja","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/innolitics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2023-09-15T22:21:21.000Z","updated_at":"2023-10-26T12:37:53.000Z","dependencies_parsed_at":"2023-10-17T05:57:43.745Z","dependency_job_id":"1e364f2a-d5c2-4c51-a82c-03dddee939fd","html_url":"https://github.com/innolitics/python_project_template","commit_stats":null,"previous_names":["innolitics/python_project_template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/innolitics/python_project_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fpython_project_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fpython_project_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fpython_project_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fpython_project_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/innolitics","download_url":"https://codeload.github.com/innolitics/python_project_template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/innolitics%2Fpython_project_template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34339194,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-14T02:00:07.365Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-29T17:09:49.522Z","updated_at":"2026-06-14T21:32:29.702Z","avatar_url":"https://github.com/innolitics.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Project Template\n\nThis repository holds a template for a Python project. Use it to kick start\nyour own.\n\nIt includes:\n\n- Formatters\n    - black\n    - isort\n- Linters\n    - ruff\n- Type checkers\n    - mypy\n- pre-commit adds hooks for:\n    - check-yaml\n    - check-case-conflict\n    - debug-statements\n    - detect-private-key\n    - check-added-large-files\n    - end-of-file-fixer\n    - trailing-whitespace\n    - ruff\n    - black\n    - isort\n    - prettier (yaml)\n    - pip-tools (sync `requirements.in` with `requirements.txt`)\n    - pyright\n- github actions\n    - dependabot (security updates)\n    - ruff\n    - black\n    - pytest\n    - mypy\n\n## Usage\n\n1. Install copier and copy the template repo:\n    ```bash\n    pip install copier\n    copier copy . /path/to/your/new-project\n    ```\n2. Initialize a git repository in the new project folder and add all files\n    introduced by `copier`:\n    ```bash\n    cd /path/to/your/new-project\n    git init -b main\n    git add -A\n    ```\n3. Read `new-project/CONTRIBUTING.md` to create the development\n    environment for the new project.\n4. Create your first commit (this should run pre-commit hooks):\n    ```bash\n    git commit -m \"Initial commit\"\n    ```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnolitics%2Fpython_project_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finnolitics%2Fpython_project_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finnolitics%2Fpython_project_template/lists"}