{"id":29618735,"url":"https://github.com/kajiih/snakeforge","last_synced_at":"2025-07-21T02:33:03.067Z","repository":{"id":299081152,"uuid":"1001860532","full_name":"Kajiih/SnakeForge","owner":"Kajiih","description":"SnakeForge, the opinionated Python template that gives you what you need, and no more.","archived":false,"fork":false,"pushed_at":"2025-07-02T19:58:10.000Z","size":286,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-02T20:34:13.361Z","etag":null,"topics":["copier","copier-python","copier-template","python","template"],"latest_commit_sha":null,"homepage":"","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/Kajiih.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,"zenodo":null}},"created_at":"2025-06-14T07:25:32.000Z","updated_at":"2025-07-02T19:58:13.000Z","dependencies_parsed_at":"2025-06-14T15:36:09.723Z","dependency_job_id":"09a15c60-35ec-4538-ac55-cb6807fc0bd5","html_url":"https://github.com/Kajiih/SnakeForge","commit_stats":null,"previous_names":["kajiih/snakeforge"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/Kajiih/SnakeForge","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kajiih%2FSnakeForge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kajiih%2FSnakeForge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kajiih%2FSnakeForge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kajiih%2FSnakeForge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kajiih","download_url":"https://codeload.github.com/Kajiih/SnakeForge/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kajiih%2FSnakeForge/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266229716,"owners_count":23896315,"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":["copier","copier-python","copier-template","python","template"],"created_at":"2025-07-21T02:33:02.532Z","updated_at":"2025-07-21T02:33:03.059Z","avatar_url":"https://github.com/Kajiih.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cem\u003eSnakeForge, the opinionated Python template that gives you what you need, and no more.\u003c/em\u003e\n\u003c/p\u003e\n\n# Your favorite template for Python 🐍\n\n## ✨ Features\n\n- `GitHub` hosted repo and CI/CD workflows for\n- `uv` managed dependencies and virtual environment\n- Strict `Ruff` linting and formatting\n- Static type testing with `ty`, yes we love [astral](https://astral.sh/)\n- [`pre-commit hooks`](/docs/pre-commit-hooks.md) checking all this\n- [GitHub Actions](/docs/github-actions.md) CI/CD workflows\n- [Versioning](/docs/versioning.md) with `Commitizen`\n- Dynamic project metadata with `hatch` and `hatchling` build backend\n- `Markdown` documentation inspired by [FastAPI](https://fastapi.tiangolo.com/) and [Typer](https://typer.tiangolo.com/)\n\n## Contents \u003c!-- omit from toc --\u003e\n\n- [✨ Features](#-features)\n- [📋 Requirements](#-requirements)\n- [🚀 Quickstart](#-quickstart)\n- [Advanced Usage](#advanced-usage)\n  - [Update your project](#update-your-project)\n- [Roadmap](#roadmap)\n- [Resources](#resources)\n\n## 📋 Requirements\n\nYou will need accounts on:\n\n- [GitHub](https://github.com/) to host your repository\n- [PyPI](https://pypi.org/) to publish your project\n- [CodeCov](https://about.codecov.io/sign-up/) to check your project's tests and coverage\n\nMake sure the following dependencies are installed:\n\n- Python\u003e=3.12\n- [Copier](https://copier.readthedocs.io/en/stable/) with [copier_templates_extensions](https://github.com/copier-org/copier-templates-extensions)\n- [Git](https://git-scm.com/downloads)\n- [GitHub CLI (gh)](https://cli.github.com/)\n- [uv](https://docs.astral.sh/uv/getting-started/installation/)\n\n## 🚀 Quickstart\n\n1. **Install the [requirement](#-requirements)**\n\n    You can verify all required tools are correctly installed by running:\n\n    ```shell\n    copier --version\n    git --version\n    gh --version\n    uv --version\n    ```\n\n2. **Generate the Python project**\n\n    We use [Jinja extensions](https://copier.readthedocs.io/en/stable/configuring/#jinja_extensions) and [tasks](https://copier.readthedocs.io/en/stable/configuring/#tasks), so you need to run the command with the [`--trust`](https://copier.readthedocs.io/en/stable/configuring/#unsafe) flag.\n\n    Check [tasks](/copier/tasks.yaml) and [extensions](/extensions.py) to make sure you trust the repository.\n\n    ```shell\n    copier copy --trust gh:Kajiih/SnakeForge \u003cpath_to_project\u003e\n    ```\n\n3. **Finish the project setup**\n\n    Follow the instructions displayed at the end of the generation process to enable all features.\n\n    💡 Your CI/CD workflow will probably fail until you setup everything correctly and remove the code samples to improve code coverage.\n\n4. **Start coding your awesome project!**\n\n    💡 Most of the time, if you want to update something that depends on an answer from the template (e.g., min python version, project description, etc), you better [update the template](#update-your-project) with the new value so that it changes the value everywhere automatically.\n\n    Check how to use specific features in [docs](/docs/).\n\n## Advanced Usage\n\nIf you use this template often, try using [copier settings](https://copier.readthedocs.io/en/stable/settings/) to save time during the setup!\n\n### Update your project\n\nIn your project's repository, run:\n\n```shell\ncopier update --trust\n```\n\n## Roadmap\n\n- add license classifiers in `pyproject.tom`\n- Replace `hatch` with `uv` (when the build backend is feature complete)\n- use `ty` as type checker, yes we love [astral.sh](https://astral.sh/) stuff..!\n- use devcontainer\n- issue template\n- docker setup\n- app vs package\n- typedsettings and cyclopts with examples\n- [Changelog](https://keepachangelog.com/en/1.1.0/)\n- Add proper testing with [this](https://github.com/KyleKing/copier-template-tester/tree/main/docs)\n- Add profiles like [this](https://github.com/NLeSC/python-**template**)\n- Update messages\n- code embbedder and print result embedder in precommit hook\n- Replace plain tasks by some more practical task runner (invoke, etc)\n- Publish github workflow\n- Fix codecov test analytics not appearing: [issue](https://github.com/codecov/test-results-action/issues/126)\n- Documentation\n  - Add [analytics](https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-analytics/)\n  - Add [versioning](https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/)\n  - (maybe) Add [Social cards](https://squidfunk.github.io/mkdocs-material/setup/setting-up-social-cards/)\n\n## Resources\n\nBased on\n\n- \u003chttps://github.com/serious-scaffold/ss-python/tree/main\u003e\n- \u003chttps://github.com/audreyfeldroy/cookiecutter-pypackage\u003e\n- \u003chttps://github.com/DiamondLightSource/python-copier-template\u003e\n- \u003chttps://github.com/pawamoy/copier-uv\u003e\n- \u003chttps://github.com/superlinear-ai/substrate\u003e\n- \u003chttps://github.com/Tecnativa/doodba-copier-template\u003e\n- \u003chttps://github.com/NLeSC/python-template\u003e\n- \u003chttps://github.com/browniebroke/pypackage-template\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajiih%2Fsnakeforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkajiih%2Fsnakeforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkajiih%2Fsnakeforge/lists"}