{"id":34052135,"url":"https://github.com/pyiron/pyiron_dataclasses","last_synced_at":"2026-01-25T16:18:37.458Z","repository":{"id":257808610,"uuid":"867000882","full_name":"pyiron/pyiron_dataclasses","owner":"pyiron","description":"Dataclasses for the pyiron workflow framework","archived":false,"fork":false,"pushed_at":"2026-01-19T20:01:39.000Z","size":322,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-20T01:28:56.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyiron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2024-10-03T09:17:39.000Z","updated_at":"2026-01-19T20:01:42.000Z","dependencies_parsed_at":"2025-01-06T22:29:45.792Z","dependency_job_id":"63db7231-838c-42ad-b4c3-6ba5769ba051","html_url":"https://github.com/pyiron/pyiron_dataclasses","commit_stats":null,"previous_names":["pyiron/pyiron_dataclasses"],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/pyiron/pyiron_dataclasses","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyiron%2Fpyiron_dataclasses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyiron%2Fpyiron_dataclasses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyiron%2Fpyiron_dataclasses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyiron%2Fpyiron_dataclasses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyiron","download_url":"https://codeload.github.com/pyiron/pyiron_dataclasses/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyiron%2Fpyiron_dataclasses/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28755183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T13:59:49.818Z","status":"ssl_error","status_checked_at":"2026-01-25T13:59:33.728Z","response_time":113,"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":"2025-12-14T01:57:19.767Z","updated_at":"2026-01-25T16:18:37.453Z","avatar_url":"https://github.com/pyiron.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dataclasses for pyiron\n[![Pipeline](https://github.com/pyiron/pyiron_dataclasses/actions/workflows/pipeline.yml/badge.svg)](https://github.com/pyiron/pyiron_dataclasses/actions/workflows/pipeline.yml)\n[![codecov](https://codecov.io/gh/pyiron/pyiron_dataclasses/graph/badge.svg?token=83H0OO0AFC)](https://codecov.io/gh/pyiron/pyiron_dataclasses)\n\nThe `pyiron_dataclasses` module provides a series of [dataclasses](https://docs.python.org/3/library/dataclasses.html) \nfor the `pyiron` workflow framework. It can load HDF5 files created by `pyiron_atomistics` and read the content stored \nin those files, without depending on `pyiron_atomistics`. Furthermore, it is not fixed to a single version of \n`pyiron_atomistics` but rather matches multiple versions of `pyiron_atomistics` to the same API version of \n`pyiron_dataclasses`. \n\n## Usage \nUsing the `get_dataclass()` function of the built-in converter:\n```python\nfrom h5io_browser import read_dict_from_hdf\nfrom pyiron_dataclasses import get_dataclass_v1\n\njob_classes = get_dataclass(\n    job_dict=read_dict_from_hdf(\n        file_name=job.project_hdf5.file_name,\n        h5_path=\"/\",\n        recursive=True,\n        slash='ignore',\n    )[job.job_name]\n)\njob_classes\n```\n\n## Supported Versions \n### Version 1 - `v1`\nSupported versions of `pyiron_atomistics`:\n\nPrevious versions of `pyiron_atomistics`:\n* `0.6.25` - Feb 21 2025 (Python 3.12)\n* `0.7.20` - Sep 27 2025 (Python 3.12)\n\n`pyiron_atomistics` version `0.8.X`:\n* `0.8.0` - Sep 30 2025 (Python 3.12)\n* `0.8.1` - Oct 7 2025 (Python 3.13)\n* `0.8.2` - Nov 1 2025 (Python 3.13)\n* `0.8.3` - Nov 7 2025 (Python 3.13)\n* `0.8.4` - Nov 10 2025 (Python 3.13)\n* `0.8.5` - Nov 30 2025 (Python 3.13)\n* `0.8.6` - Dec 15 2025 (Python 3.13)\n* `0.8.7` - Jan 19 2026 (Python 3.13)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyiron%2Fpyiron_dataclasses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyiron%2Fpyiron_dataclasses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyiron%2Fpyiron_dataclasses/lists"}