{"id":41110954,"url":"https://github.com/frequenz-floss/frequenz-gridpool-python","last_synced_at":"2026-04-01T18:45:17.227Z","repository":{"id":324936114,"uuid":"1088721288","full_name":"frequenz-floss/frequenz-gridpool-python","owner":"frequenz-floss","description":"High-level interface to grid pools for the Frequenz platform","archived":false,"fork":false,"pushed_at":"2026-04-01T11:06:59.000Z","size":1211,"stargazers_count":0,"open_issues_count":2,"forks_count":5,"subscribers_count":1,"default_branch":"v0.x.x","last_synced_at":"2026-04-01T13:07:53.207Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/frequenz-floss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","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":"2025-11-03T11:15:29.000Z","updated_at":"2026-04-01T11:04:45.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/frequenz-floss/frequenz-gridpool-python","commit_stats":null,"previous_names":["frequenz-floss/frequenz-gridpool-python"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/frequenz-floss/frequenz-gridpool-python","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Ffrequenz-gridpool-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Ffrequenz-gridpool-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Ffrequenz-gridpool-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Ffrequenz-gridpool-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frequenz-floss","download_url":"https://codeload.github.com/frequenz-floss/frequenz-gridpool-python/tar.gz/refs/heads/v0.x.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frequenz-floss%2Ffrequenz-gridpool-python/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31290947,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T13:12:26.723Z","status":"ssl_error","status_checked_at":"2026-04-01T13:12:25.102Z","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":[],"created_at":"2026-01-22T15:55:47.880Z","updated_at":"2026-04-01T18:45:17.195Z","avatar_url":"https://github.com/frequenz-floss.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frequenz Gridpool Library\n\n[![Build Status](https://github.com/frequenz-floss/frequenz-gridpool-python/actions/workflows/ci.yaml/badge.svg)](https://github.com/frequenz-floss/frequenz-gridpool-python/actions/workflows/ci.yaml)\n[![PyPI Package](https://img.shields.io/pypi/v/frequenz-gridpool)](https://pypi.org/project/frequenz-gridpool/)\n[![Docs](https://img.shields.io/badge/docs-latest-informational)](https://frequenz-floss.github.io/frequenz-gridpool-python/)\n\n## Introduction\n\nHigh-level interface to grid pools for the Frequenz platform.\n\nTODO(cookiecutter): Improve the README file\n\n## Supported Platforms\n\nThe following platforms are officially supported (tested):\n\n- **Python:** 3.11\n- **Operating System:** Ubuntu Linux 20.04\n- **Architectures:** amd64, arm64\n\n## CLI\n\nThis package ships the `gridpool-cli` command with two subcommands.\n\n### Setup\n\nSet the Assets API credentials before running the CLI:\n\n```bash\nexport ASSETS_API_URL=\"grpc://...\"\nexport ASSETS_API_AUTH_KEY=\"...\"\nexport ASSETS_API_SIGN_SECRET=\"...\"\n```\n\n### Print component formulas\n\n```bash\ngridpool-cli print-formulas \u003cmicrogrid_id\u003e\n```\n\nOptional prefix formatting:\n\n```bash\ngridpool-cli print-formulas \u003cmicrogrid_id\u003e --prefix \"{microgrid_id}.{component}\"\n```\n\n### Render component graph\n\nRendering requires optional dependencies. Install with:\n\n```bash\npip install frequenz-gridpool[render-graph]\n```\n\n```bash\ngridpool-cli render-graph \u003cmicrogrid_id\u003e\n```\n\nTo save without opening a window:\n\n```bash\ngridpool-cli render-graph \u003cmicrogrid_id\u003e --no-show --output component_graph.png\n```\n\n## Contributing\n\nIf you want to know how to build this project and contribute to it, please\ncheck out the [Contributing Guide](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrequenz-floss%2Ffrequenz-gridpool-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrequenz-floss%2Ffrequenz-gridpool-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrequenz-floss%2Ffrequenz-gridpool-python/lists"}