{"id":34501655,"url":"https://github.com/ignition-devs/copier-templates","last_synced_at":"2026-04-01T21:26:42.022Z","repository":{"id":250053889,"uuid":"833336119","full_name":"ignition-devs/copier-templates","owner":"ignition-devs","description":"📋 Copier templates for Ignition projects.","archived":false,"fork":false,"pushed_at":"2026-03-21T07:12:00.000Z","size":259,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-21T23:15:26.731Z","etag":null,"topics":["coatl-dev","copier","copier-template","ignition","ignition-devs","inductive-automation","python2","python27","python3","python312"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ignition-devs.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},"funding":{"github":"cesarcoatl"}},"created_at":"2024-07-24T20:44:40.000Z","updated_at":"2026-03-21T07:12:03.000Z","dependencies_parsed_at":"2024-07-24T23:28:21.671Z","dependency_job_id":"c95080e5-1690-4cb3-b962-7879b4dd3f58","html_url":"https://github.com/ignition-devs/copier-templates","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":"0.36363636363636365","last_synced_commit":"424144cefa4168f5a85bd736f213ee5a87de7ed8"},"previous_names":["ignition-devs/ignition-copier-templates","ignition-devs/copier-templates"],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/ignition-devs/copier-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fcopier-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fcopier-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fcopier-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fcopier-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignition-devs","download_url":"https://codeload.github.com/ignition-devs/copier-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fcopier-templates/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292247,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"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":["coatl-dev","copier","copier-template","ignition","ignition-devs","inductive-automation","python2","python27","python3","python312"],"created_at":"2025-12-24T02:03:24.237Z","updated_at":"2026-04-01T21:26:42.014Z","avatar_url":"https://github.com/ignition-devs.png","language":"Jinja","funding_links":["https://github.com/sponsors/cesarcoatl"],"categories":[],"sub_categories":[],"readme":"# copier-templates\n\nignition-devs [copier] templates for Ignition projects.\n\n## Pre-requisites\n\n- Git\n- [Python 2.7.18] (for `jython` and `python`)\n- [Python 3.12] (for [mypy])\n- [copier]\n\n  ```sh\n    python3 -m pip install copier\n  ```\n\n## Templates\n\n### ignition\n\n- Automated code checks before committing to version control using [pre-commit]\n- Pre-configured tools for code formatting, quality analysis and testing:\n  - [docformatter]\n  - [coatl-dev/flake8] + [pydoclint]\n  - [isort]\n  - [pylint]\n  - [ruff]\n  - [sort-all]\n  - [ssort]\n  - [unimport]\n- Tests run with [sourcery]\n- [Python 2.7.18]\n\n### jython\n\n- Automated code checks before committing to version control using [pre-commit]\n- Pre-configured tools for code formatting, quality analysis and testing:\n  - [black]\n  - [docformatter]\n  - [coatl-dev/flake8] + [pydoclint]\n  - [isort]\n  - [pydocstyle]\n  - [pylint]\n  - [sort-all]\n  - [ssort]\n  - [unimport]\n- Tests run with [sourcery], [tox] and [make]\n- [Jython 2.7.3], [Python 2.7.18]\n\n### python\n\n- Automated code checks before committing to version control using [pre-commit]\n- Pre-configured tools for code formatting, quality analysis and testing:\n  - [black]\n  - [docformatter]\n  - [coatl-dev/flake8] + [pydoclint]\n  - [isort]\n  - [pydocstyle]\n  - [pylint]\n  - [sort-all]\n  - [ssort]\n  - [unimport]\n- Tests run with [sourcery] and [tox]\n- [Python 2.7.18]\n\n### jython/python stubs\n\nThis is optional for both [jython] and [python] packages.\n\n- Automated code checks before committing to version control using [pre-commit]\n- Pre-configured tools for code formatting, quality analysis and testing:\n  - [black]\n  - [flake8]\n  - [isort]\n- Tests run with [tox]\n- [Python 3.12]\n\n## Quick setup and usage\n\n### Generating a project\n\nYou can generate a project from a template using the copier command-line tool:\n\n```sh\ncopier copy gh:ignition-devs/copier-templates /path/to/destination\n```\n\n### Updating a project\n\nNavigate to your project's directory, make sure git status shows it clean, and run:\n\n```sh\ncopier update --defaults\n```\n\n\u003c!-- Links --\u003e\n[copier]: https://copier.readthedocs.io/en/stable/\n[jython]: #jython\n[Jython 2.7.3]: https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3/\n[python]: #python\n[Python 2.7.18]: https://www.python.org/downloads/release/python-2718/\n[Python 3.12]: https://www.python.org/downloads/latest/python3.12/\n\u003c!-- Tools --\u003e\n[black]: https://black.readthedocs.io/en/stable/\n[coatl-dev/flake8]: https://flake8.pycqa.org/en/5.0.4/\n[docformatter]: https://docformatter.readthedocs.io/en/stable/\n[flake8]: https://flake8.pycqa.org/en/stable/\n[isort]: https://pycqa.github.io/isort/\n[make]: https://www.gnu.org/software/make/\n[mypy]: https://coatl-mypy.readthedocs.io/en/v0.971/\n[pre-commit]: https://pre-commit.com/\n[pydoclint]: https://github.com/jsh9/pydoclint\n[pydocstyle]: https://www.pydocstyle.org/en/6.3.0/\n[pylint]: https://pylint.readthedocs.io/en/stable/\n[ruff]: https://docs.astral.sh/ruff/\n[sort-all]: https://github.com/aio-libs/sort-all\n[sourcery]: https://docs.sourcery.ai/About-Sourcery/\n[ssort]: https://github.com/bwhmather/ssort\n[tox]: https://tox.wiki/\n[unimport]: https://github.com/hakancelikdev/unimport\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignition-devs%2Fcopier-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignition-devs%2Fcopier-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignition-devs%2Fcopier-templates/lists"}