{"id":19705710,"url":"https://github.com/llnl/pydv","last_synced_at":"2026-01-21T20:00:55.035Z","repository":{"id":38188813,"uuid":"179373205","full_name":"LLNL/PyDV","owner":"LLNL","description":"PyDV: Python Data Visualizer","archived":false,"fork":false,"pushed_at":"2025-10-22T20:23:17.000Z","size":16519,"stargazers_count":14,"open_issues_count":30,"forks_count":6,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-12-13T00:44:45.482Z","etag":null,"topics":["1d","data-analysis","data-viz","python","visualization"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LLNL.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":"2019-04-03T21:29:48.000Z","updated_at":"2025-10-22T20:23:21.000Z","dependencies_parsed_at":"2025-12-12T02:03:51.288Z","dependency_job_id":null,"html_url":"https://github.com/LLNL/PyDV","commit_stats":null,"previous_names":[],"tags_count":47,"template":false,"template_full_name":null,"purl":"pkg:github/LLNL/PyDV","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FPyDV","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FPyDV/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FPyDV/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FPyDV/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LLNL","download_url":"https://codeload.github.com/LLNL/PyDV/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LLNL%2FPyDV/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28641293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T18:04:35.752Z","status":"ssl_error","status_checked_at":"2026-01-21T18:03:55.054Z","response_time":86,"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":["1d","data-analysis","data-viz","python","visualization"],"created_at":"2024-11-11T21:29:42.030Z","updated_at":"2026-01-21T20:00:54.977Z","avatar_url":"https://github.com/LLNL.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PyDV \r\n\r\nA 1D graphics and data analysis tool, heavily based on the ULTRA plotting tool.\r\n\r\n## PyDV Importable Interface Module ###\r\nYou can now call most of PyDV's functionality from within a Python script. Below is an example of how to do this.\r\n\r\n### Most Current\r\n\r\n```\r\nimport sys\r\nsys.path.append(\"/usr/gapps/pydv/current\")\r\nimport pydvpy\r\n\r\ncurves = list()\r\ncurves.append(pydvpy.span(1,10,6))\r\npydvpy.save('myFile.txt', curves)\r\n```\r\n\r\n### PyPi or WEAVE Environment\r\n\r\n```\r\nfrom pydv import pydvpy\r\n\r\ncurves = list()\r\ncurves.append(pydvpy.span(1,10,6))\r\npydvpy.save('myFile.txt', curves)\r\n```\r\n\r\n# Documentation\r\n\r\n[PyDV Users Manual](https://pydv.readthedocs.io/en/latest/) [![Documentation Status](https://readthedocs.org/projects/pydv/badge/?version=latest)](https://pydv.readthedocs.io/en/latest/?badge=latest)\r\n\r\n# License\r\n\r\nPyDV is distributed under the terms of the [BSD-3 License](LICENSE)\r\n\r\nAll new contributions must be made under the [BSD-3 License](LICENSE)\r\n\r\nSee [LICENSE](LICENSE) for details.\r\n\r\nLLNL-CODE-507071\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllnl%2Fpydv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fllnl%2Fpydv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fllnl%2Fpydv/lists"}