{"id":40703153,"url":"https://github.com/joular/joularjx-reader","last_synced_at":"2026-04-03T16:03:35.561Z","repository":{"id":201226441,"uuid":"707127793","full_name":"joular/joularjx-reader","owner":"joular","description":" JoularJX Reader is a GUI application to read and process the energy and data generated by JoularJX ","archived":false,"fork":false,"pushed_at":"2025-11-28T15:44:54.000Z","size":1259,"stargazers_count":2,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-01-21T21:53:24.214Z","etag":null,"topics":["energy","green","gui","java","joular","joularjx","power","reader","software"],"latest_commit_sha":null,"homepage":"","language":"C#","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/joular.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-10-19T09:24:34.000Z","updated_at":"2025-01-21T16:39:14.000Z","dependencies_parsed_at":"2024-02-17T18:31:02.392Z","dependency_job_id":null,"html_url":"https://github.com/joular/joularjx-reader","commit_stats":null,"previous_names":["joular/joularjx-reader"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joular/joularjx-reader","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joular%2Fjoularjx-reader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joular%2Fjoularjx-reader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joular%2Fjoularjx-reader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joular%2Fjoularjx-reader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joular","download_url":"https://codeload.github.com/joular/joularjx-reader/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joular%2Fjoularjx-reader/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31362712,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T15:19:21.178Z","status":"ssl_error","status_checked_at":"2026-04-03T15:19:20.670Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["energy","green","gui","java","joular","joularjx","power","reader","software"],"created_at":"2026-01-21T12:07:27.312Z","updated_at":"2026-04-03T16:03:35.554Z","avatar_url":"https://github.com/joular.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JoularJX Reader\n\nJoularJX Reader is a GUI application to read and process the energy and data generated by [JoularJX](https://github.com/joular/joularjx).\nIt works on all platforms and OSes (Windows, macOS and Linux), and is implemented in Python with QT 6.\n\n## :camera_flash: Graphical User Interface (GUI)\n\nJoularJX GUI is a graphical interface that reads the generated folder and files, and displays power and energy consumption, along with analysis, of the various methods and execution branches.\n\nInstall the requirements with ```pip install -r requirements.txt```, then run ```python gui.py```\n\nThis version requires Python 3.10+, PyQT 6, pandas, pyqtgraph and numpy.\n\nUsing the interface:\n- Click \"Select Directory\" to choose your Joular output directory\n- Navigate between tabs to view different aspects of the data\n- Use checkboxes to toggle between app-only and all methods/calltrees\n- Click \"Show Evolution\" on any method to view its consumption evolution graph\n\nYou can also use this tool programmatically:\n\n```python\nfrom reader import JoularReader\n\n# Initialize the reader with your Joular output directory\nreader = JoularReader(\"path/to/pid_directory\")\n\n# Access methods\napp_methods = reader.app_methods\nall_methods = reader.all_methods\n\n# Access call trees\napp_call_trees = reader.app_call_trees\nall_call_trees = reader.all_call_trees\n```\n\n## :newspaper: License\n\nJoularJX Reader is licensed under the GNU GPL 3 license only (GPL-3.0-only).\n\nCopyright (c) 2023-2026, Adel Noureddine, Université de Pau et des Pays de l'Adour.\nAll rights reserved. This program and the accompanying materials are made available under the terms of the GNU General Public License v3.0 only (GPL-3.0-only) which accompanies this distribution, and is available at: https://www.gnu.org/licenses/gpl-3.0.en.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoular%2Fjoularjx-reader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoular%2Fjoularjx-reader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoular%2Fjoularjx-reader/lists"}