{"id":15008730,"url":"https://github.com/ignition-devs/ignition-copier-templates","last_synced_at":"2025-07-04T05:02:57.837Z","repository":{"id":250053889,"uuid":"833336119","full_name":"ignition-devs/ignition-copier-templates","owner":"ignition-devs","description":"📋 Copier templates for Ignition projects.","archived":false,"fork":false,"pushed_at":"2025-04-07T20:40:28.000Z","size":146,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T21:40:17.985Z","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},"funding":{"github":"cesarcoatl","patreon":"coatldev"}},"created_at":"2024-07-24T20:44:40.000Z","updated_at":"2025-04-07T20:40:30.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/ignition-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"],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fignition-copier-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fignition-copier-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fignition-copier-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ignition-devs%2Fignition-copier-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ignition-devs","download_url":"https://codeload.github.com/ignition-devs/ignition-copier-templates/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248065773,"owners_count":21041959,"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":["coatl-dev","copier","copier-template","ignition","ignition-devs","inductive-automation","python2","python27","python3","python312"],"created_at":"2024-09-24T19:20:16.447Z","updated_at":"2025-07-04T05:02:57.804Z","avatar_url":"https://github.com/ignition-devs.png","language":"Jinja","funding_links":["https://github.com/sponsors/cesarcoatl","https://patreon.com/coatldev"],"categories":[],"sub_categories":[],"readme":"# ignition-copier-templates\n\nignition-devs [copier] templates for Ignition projects.\n\n## Pre-requisites\n\n- Git\n- [Python 2.7.18] (for `jython-package` and `python2-package`)\n- Python 3.12 (for [mypy])\n- [copier]\n\n  ```sh\n    python3 -m pip install copier\n  ```\n\n## Templates\n\n### ignition-project\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]\n  - [isort]\n  - [pydoclint]\n  - [pydocstyle]\n  - [pylint]\n  - [sort-all]\n  - [ssort]\n  - [unimport]\n- Tests run with [sourcery] and [tox]\n- [Python 2.7.18]\n- Auto-generated `CHANGELOG.md` from git commits using [commitizen]\n\n### jython-package\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]\n  - [isort]\n  - [pydoclint]\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- Auto-generated `CHANGELOG.md` from git commits using [commitizen]\n\n### python2-package\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]\n  - [isort]\n  - [pydoclint]\n  - [pydocstyle]\n  - [pylint]\n  - [sort-all]\n  - [ssort]\n  - [unimport]\n- Tests run with [sourcery] and [tox]\n- [Python 2.7.18]\n- Auto-generated `CHANGELOG.md` from git commits using [commitizen]\n\n### python3-stubs\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- Auto-generated `CHANGELOG.md` from git commits using [commitizen]\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/ignition-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 2.7.3]: https://repo1.maven.org/maven2/org/python/jython-installer/2.7.3/\n[Python 2.7.18]: https://www.python.org/downloads/release/python-2718/\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[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%2Fignition-copier-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fignition-devs%2Fignition-copier-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fignition-devs%2Fignition-copier-templates/lists"}