{"id":16885209,"url":"https://github.com/thclark/cpplot","last_synced_at":"2025-03-17T06:31:35.942Z","repository":{"id":69697281,"uuid":"142747699","full_name":"thclark/cpplot","owner":"thclark","description":"Interactive graphs and charts for C++, viewable in-browser","archived":false,"fork":false,"pushed_at":"2020-08-11T15:49:09.000Z","size":487,"stargazers_count":90,"open_issues_count":12,"forks_count":14,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-02-27T19:03:36.926Z","etag":null,"topics":["cpp","plotting"],"latest_commit_sha":null,"homepage":"https://cpplot.readthedocs.io","language":"C++","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/thclark.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}},"created_at":"2018-07-29T09:30:15.000Z","updated_at":"2024-12-08T01:55:16.000Z","dependencies_parsed_at":"2023-07-11T05:01:13.551Z","dependency_job_id":null,"html_url":"https://github.com/thclark/cpplot","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fcpplot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fcpplot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fcpplot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thclark%2Fcpplot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thclark","download_url":"https://codeload.github.com/thclark/cpplot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243847062,"owners_count":20357317,"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":["cpp","plotting"],"created_at":"2024-10-13T16:34:03.530Z","updated_at":"2025-03-17T06:31:35.455Z","avatar_url":"https://github.com/thclark.png","language":"C++","readme":"[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\u0026logoColor=white)](https://github.com/pre-commit/pre-commit)\n[![black-girls-code](https://img.shields.io/badge/black%20girls-code-f64279.svg)](https://www.blackgirlscode.com/)\n\n\n# cpplot\n\nInteractive graphs and charts for C++ 11 upward,\n[viewable in-browser using cpplot-viewer](https://cpplot.herokuapp.com).\n\nFull documentation is at [https://cpplot.readthedocs.io](https://cpplot.readthedocs.io)\n\n\n\n\n## For Developers\n\nYou should only need to read the following if you plan to develop on `cpplot`.\n\n### Style guide\n\nWe use the [Google C++ style guide](https://google.github.io/styleguide/cppguide.html) with the following exceptions:\n - Don't care about line width so long as its within reason\n - Use 4 space indenting, not 2 as suggested by the style guide, because we're not [total monsters](https://www.youtube.com/watch?v=SsoOG6ZeyUI) (just kidding xx).\n\n### Pre-Commit\n\nYou need to install pre-commit to get the hooks working. Do:\n```\npip install pre-commit\npre-commit install\n```\n\nOnce that's done, each time you make a commit, the following checks are made:\n\n- valid github repo and files\n- code style\n- documentation builds correctly\n\nUpon failure, the commit will halt. **Re-running the commit will automatically fix most issues** except:\n- You'll have to fix documentation yourself prior to a successful commit (there's no auto fix for that!!).\n\nYou can run pre-commit hooks without making a commit, like:\n```\npre-commit run build-docs\n```\nwhich is useful to locally build documents without crazy efforts setting up an environment for sphinx.\n\n\n### Compilation with cmake\n\nA cross-platform compilation file is provided using cmake, but it's **not tested on windows**.\n\nPRs to fix or improve it for windows are most welcome.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthclark%2Fcpplot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthclark%2Fcpplot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthclark%2Fcpplot/lists"}