Metadata-Version: 2.0
Name: h5cli
Version: 0.1.0
Summary: bash-like iterface for HDF5 files
Home-page: https://gitlab.com/h5cli/h5cli
Author: Kyle Sunden
Author-email: sunden@wisc.edu
License: MIT
Project-URL: Bug Reports, https://gitlab.com/h5cli/h5cli/issues
Project-URL: Gitter, https://gitter.im/h5cli/Lobby
Project-URL: Source, https://gitlab.com/h5cli/h5cli
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: cmd2 (>=0.9.2)
Requires-Dist: h5py (>=2.7.0)
Requires-Dist: tree-format
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: pre-commit; extra == 'dev'

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

## h5cli
A command shell interface to interact with HDF5 files.

### Usage:

```
h5cli path/to/file.h5
```


