Metadata-Version: 2.4
Name: h5json
Version: 2.0.0
Summary: HDF5/JSON Tools
Author-email: The HDF Group <help@hdfgroup.org>
License: 
        Copyright Notice and License Terms for 
        h5serv Software Service, Libraries and Utilities
        -----------------------------------------------------------------------------
        
        h5serv (HDF5 REST Server) Service, Libraries and Utilities
        Copyright 2014-2017 by The HDF Group.
        
        All rights reserved.
        
        Redistribution and use in source and binary forms, with or without 
        modification, are permitted for any purpose (including commercial purposes) 
        provided that the following conditions are met:
        
        1. Redistributions of source code must retain the above copyright notice, 
           this list of conditions, and the following disclaimer.
        
        2. Redistributions in binary form must reproduce the above copyright notice, 
           this list of conditions, and the following disclaimer in the documentation 
           and/or materials provided with the distribution.
        
        3. In addition, redistributions of modified forms of the source or binary 
           code must carry prominent notices stating that the original code was 
           changed and the date of the change.
        
        4. All publications or advertising materials mentioning features or use of 
           this software are asked, but not required, to acknowledge that it was 
           developed by The HDF Group and credit the contributors.
        
        5. Neither the name of The HDF Group, nor the name of any Contributor may 
           be used to endorse or promote products derived from this software 
           without specific prior written permission from The HDF Group or the 
           Contributor, respectively.
        
        DISCLAIMER: 
        THIS SOFTWARE IS PROVIDED BY THE HDF GROUP AND THE CONTRIBUTORS 
        "AS IS" WITH NO WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED.  In no 
        event shall The HDF Group or the Contributors be liable for any damages 
        suffered by the users arising out of the use of this software, even if 
        advised of the possibility of such damage. 
        
Project-URL: Homepage, https://support.hdfgroup.org/documentation/hdf5-json/latest/
Project-URL: Documentation, https://support.hdfgroup.org/documentation/hdf5-json/latest/
Project-URL: Source, https://github.com/HDFGroup/hdf5-json
Project-URL: Bug Reports, https://github.com/HDFGroup/hdf5-json/issues
Project-URL: Social, https://twitter.com/hdf5
Project-URL: Discussion, https://forum.hdfgroup.org
Keywords: json,hdf5,multidimensional array,data,datacube
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: COPYING
Requires-Dist: h5py>=3.10
Requires-Dist: numpy>=2.0
Requires-Dist: jsonschema>=4.4.0
Requires-Dist: pytz
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Dynamic: license-file

[![CI](https://github.com/HDFGroup/hdf5-json/actions/workflows/main.yml/badge.svg)](https://github.com/HDFGroup/hdf5-json/actions/workflows/main.yml)
[![Dependency Review](https://github.com/HDFGroup/hdf5-json/actions/workflows/dependency-review.yml/badge.svg)](https://github.com/HDFGroup/hdf5-json/actions/workflows/dependency-review.yml)
[![CodeQL](https://github.com/HDFGroup/hdf5-json/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/HDFGroup/hdf5-json/actions/workflows/codeql-analysis.yml)
[![Documentation Status](https://readthedocs.org/projects/hdf5-json/badge/?version=latest)](https://hdf5-json.readthedocs.io/en/latest/?badge=latest)

# h5json

Specification and tools for representing HDF5 in JSON.

## Introduction

This repository contains a specification (as BNF grammar and JSON Schema), and a
package for working with HDF5 content in JSON. The package CLI utilities can be
used to convert any HDF5 file to JSON or from a JSON file (using the
specification described here) to HDF5.

The package is also useful for any Python application that needs to translate between HDF5 objects and JSON
serializations. In addition to the utilities provided, the package is used by the [HDF
Server](https://www.hdfgroup.org/solutions/highly-scalable-data-service-hsds/) (a RESTful web service for HDF5), and [HDF Product Designer](https://wiki.earthdata.nasa.gov/display/HPD/HDF+Product+Designer) (an application for planning HDF5 file content).

## Websites

* Main website: http://www.hdfgroup.org
* Source code: https://github.com/HDFGroup/hdf5-json
* HDF Forum: https://forum.hdfgroup.org/c/hsds
* Documentation: https://hdf5-json.readthedocs.org

## Reporting bugs (and general feedback)

Create new issues at http://github.com/HDFGroup/hdf5-json/issues for any problems you find.

For general questions/feedback, please post on the [HDF Forum](https://forum.hdfgroup.org/c/hsds).
