{"id":22555630,"url":"https://github.com/prjemian/punx","last_synced_at":"2025-10-10T16:43:40.144Z","repository":{"id":9102404,"uuid":"59300337","full_name":"prjemian/punx","owner":"prjemian","description":"Python Utilities for NeXus HDF5 files","archived":false,"fork":false,"pushed_at":"2025-08-12T06:09:58.000Z","size":14411,"stargazers_count":5,"open_issues_count":35,"forks_count":8,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-08-12T08:20:35.084Z","etag":null,"topics":["hacktoberfest","hacktoberfest2021","hdf5","nexus","nexusformat","python"],"latest_commit_sha":null,"homepage":"https://prjemian.github.io/punx","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prjemian.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":null,"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":"2016-05-20T14:22:08.000Z","updated_at":"2025-08-12T06:09:56.000Z","dependencies_parsed_at":"2023-10-17T05:01:15.266Z","dependency_job_id":"3f631227-049e-45b3-8723-f57e47665524","html_url":"https://github.com/prjemian/punx","commit_stats":{"total_commits":1236,"total_committers":8,"mean_commits":154.5,"dds":0.06391585760517804,"last_synced_commit":"327192fb5ea0edf69699881c531ad4bc5c12b8d9"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/prjemian/punx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prjemian%2Fpunx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prjemian%2Fpunx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prjemian%2Fpunx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prjemian%2Fpunx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prjemian","download_url":"https://codeload.github.com/prjemian/punx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prjemian%2Fpunx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279004699,"owners_count":26083751,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hacktoberfest","hacktoberfest2021","hdf5","nexus","nexusformat","python"],"created_at":"2024-12-07T19:08:28.561Z","updated_at":"2025-10-10T16:43:40.099Z","avatar_url":"https://github.com/prjemian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# punx - Python Utilities for NeXus HDF5 files\n\nGitHub | PyPI | conda-forge\n--- | --- | ---\n[![tag](https://img.shields.io/github/tag/prjemian/punx.svg)](https://github.com/prjemian/punx/tags) [![release](https://img.shields.io/github/release/prjemian/punx.svg)](https://github.com/prjemian/punx/releases) | [![PyPi](https://img.shields.io/pypi/v/punx.svg)](https://pypi.python.org/pypi/punx) | [![conda-forge](https://img.shields.io/conda/vn/conda-forge/punx)](https://anaconda.org/conda-forge/punx) [![Conda Downloads](https://img.shields.io/conda/dn/conda-forge/punx.svg)](https://anaconda.org/conda-forge/punx)\n\nPython version(s) | Unit Tests | Code Coverage | License\n--- | --- | --- | ---\n[![Python version](https://img.shields.io/pypi/pyversions/punx.svg)](https://pypi.python.org/pypi/punx) | [![Unit Tests](https://github.com/prjemian/punx/workflows/Unit%20Tests/badge.svg)](https://github.com/prjemian/punx/actions/workflows/unit_tests.yml) | [![Coverage Status](https://coveralls.io/repos/github/prjemian/punx/badge.svg?branch=main)](https://coveralls.io/github/prjemian/punx?branch=main) | [![license: CCA4](https://img.shields.io/badge/license-CCA4-darkblue)](/LICENSE.txt)\n\n## [Documentation](https://prjemian.github.io/punx)\n\nThe *punx* package provides these features:\n\n- Validate NeXus HDF5 data files\n- Choose the NeXus [release](https://github.com/nexusformat/definitions/releases) to use for validation\n- Validate NeXus NXDL files\n- Display NeXus HDF5 data file structure\n- Display NeXus class hierarchy (stretch goal, graphical output)\n\n\n## Package Details\n\n- author:   Pete R. Jemian\n- email:   \u003cprjemian@gmail.com\u003e\n- copyright:   2014-2022, Pete R. Jemian\n- license:   Creative Commons Attribution 4.0 International Public License (see [LICENSE.txt](punx/LICENSE.txt))\n- URL:   \u003chttps://prjemian.github.io/punx\u003e\n- git:   \u003chttps://github.com/prjemian/punx\u003e\n- issues:   \u003chttps://github.com/prjemian/punx/issues\u003e\n- citation:   [![DOI: 10.5281/zenodo.1471686](https://zenodo.org/badge/DOI/10.5281/zenodo.1471686.svg)](https://doi.org/10.5281/zenodo.1471686)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprjemian%2Fpunx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprjemian%2Fpunx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprjemian%2Fpunx/lists"}