{"id":27235545,"url":"https://github.com/green-code-initiative/creedengo-python","last_synced_at":"2026-03-12T00:01:32.917Z","repository":{"id":186358811,"uuid":"675038222","full_name":"green-code-initiative/creedengo-python","owner":"green-code-initiative","description":"Reduce the environmental footprint of your Python software programs","archived":false,"fork":false,"pushed_at":"2026-03-03T21:06:04.000Z","size":636,"stargazers_count":17,"open_issues_count":3,"forks_count":24,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-03-04T00:28:54.570Z","etag":null,"topics":["ecodesign","python","sonarqube","sonarqube-plugin"],"latest_commit_sha":null,"homepage":"https://green-code-initiative.org/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/green-code-initiative.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-05T15:14:11.000Z","updated_at":"2026-03-03T20:52:55.000Z","dependencies_parsed_at":"2024-01-04T01:24:37.168Z","dependency_job_id":"d80ebfd6-73fa-4a9f-b520-ec99456e33f7","html_url":"https://github.com/green-code-initiative/creedengo-python","commit_stats":null,"previous_names":["green-code-initiative/ecocode-python","green-code-initiative/creedengo-python"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/green-code-initiative/creedengo-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/green-code-initiative","download_url":"https://codeload.github.com/green-code-initiative/creedengo-python/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/green-code-initiative%2Fcreedengo-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30407749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"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":["ecodesign","python","sonarqube","sonarqube-plugin"],"created_at":"2025-04-10T16:47:11.309Z","updated_at":"2026-03-12T00:01:32.909Z","avatar_url":"https://github.com/green-code-initiative.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# creedengo-python\n\n_creedengo_ is a collective project aiming to reduce environmental footprint of software at the code level. The goal of\nthe project is to provide a list of static code analyzers to highlight code structures that may have a negative\necological impact: energy and resources over-consumption, \"fatware\", shortening terminals' lifespan, etc.\n\n_creedengo_ is based on evolving catalogs\nof [good practices](https://github.com/green-code-initiative/creedengo-rules-specifications/tree/main/docs/rules), for various technologies.\nThis\nSonarQube plugin then implements these catalogs as rules for scanning your Python projects.\n\n\u003e ⚠️ This is still a very early stage project. Any feedback or contribution will be highly appreciated. Please\n\u003e refer to the contribution section.\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/CODE_OF_CONDUCT.md)\n\n## 🌿 SonarQube Plugins\n\nThis plugin is part of the creedengo project.\\\nYou can find a list of all our other plugins in\nthe [creedengo repository](https://github.com/search?q=topic%3Asonarqube-plugin+org%3Agreen-code-initiative\u0026type=Repositories)\n\n## 🚀 Getting Started\n\nYou can give a try with a one command docker :\n\n```sh\ndocker run -ti --rm \\\n       -p 9000:9000 \\\n       --name sonarqube-creedengo-python ghcr.io/green-code-initiative/sonarqube-creedengo-python:latest\n```\n\nor (with logs and data locally stored) :\n\n```sh\ndocker run -ti --rm \\\n       -v sq_creedengo_logs:/opt/sonarqube/logs \\\n       -v sq_creedengo_data:/opt/sonarqube/data \\\n       -p 9000:9000 \\\n       --name sonarqube-creedengo-python ghcr.io/green-code-initiative/sonarqube-creedengo-python:latest\n```\n\n... and configure local SonarQube (security config and quality profile : see [configuration](https://github.com/green-code-initiative/creedengo-common/blob/main/doc/HOWTO.md#howto-install-sonarqube-dev-environment) for more details).\n\nTo install other `creedengo` plugins, you can also :\n\n- download each plugin separatly and copy the plugin (jar file) to `$SONAR_INSTALL_DIR/extensions/plugins` and restart SonarQube.\n- install different creedengo plugins with Marketplace (inside admin panel of SonarQube)\n\n## 🛒 Distribution\n\nReady to use binaries are available [from GitHub](https://github.com/green-code-initiative/creedengo-python/releases).\n\n## 🧩 Compatibility\n\n| Plugin version | SonarQube version     | Java version |\n|----------------|-----------------------|--------------|\n| 1.4.+          | 9.4.+ LTS to 10.4.1   | 11 / 17      |\n| 1.5.+          | 9.9.+ LTS to 10.7.0   | 11 / 17      |\n| 2.+            | 10.1.+ LTS to 25.1.+  | 17           |\n| 2.+            | 25.2.+ LTS to 25.12.+ | 17 / 21      |\n| 2.+            | 26.1.+ LTS to 26.2.+  | 21           |\n\n\u003e Compatibility table of versions lower than 1.4.+ are available from the\n\u003e main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).\n\n## 🤝 Contribution\n\ncheck [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-contribution)\n\n## 🤓 Main contributors\n\ncheck [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-main-contributors)\n\n## Links\n\n- https://docs.sonarqube.org/latest/analysis/overview/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-code-initiative%2Fcreedengo-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgreen-code-initiative%2Fcreedengo-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgreen-code-initiative%2Fcreedengo-python/lists"}