{ "info": { "author": "", "author_email": "julia@juliaebert.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Show H5\n\nA simple python-based command-line interface for previewing the contents of HDF5 files.\n\n[PyPi](https://pypi.org/project/show_h5/)\n\n## Install\n\n`pip install show_h5`\n\n## Command line usage\n\nBasic use: `python3 show_h5.py FILENAME`\n\nView usage: `python3 show_h5.py -h`\n\nThe following flags are also provided:\n\n- `--section SECTION`: View only the contents of the HDF5 group/dataset within the file\n- `--show_attrs`: Show the attributes of the datasets (if not used, defaults to not showing attributes)\n- `--show_data`: Show the contents of the datasets (if not used, defaults to only showing the name and dimensions). *Warning: this may blow up with large datasets.*\n\n## API usage\n\n```Python\nfrom show_h5 import print_h5\nprint_h5(h5_filename, section=None, show_attrs=False, show_data=False)\n```\n\n### Parameters\n\n`h5_filename`: (str) Name/location of the file to show\n\n`section`: (str, optional) Group or dataset of the file to show (the default is None, which shows the contents of the whole file)\n\n`show_attrs`: (bool, optional) Whether to show dataset attributes (the default is False, which only shows dataset contents)\n\n`show_data`: (bool, optional) Whether to show the contents of the dataset. *Warning: this can blow up with large datasets* (the default is False, which only shows the name and size of the dataset)\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/jtebert/show_h5", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "show-h5", "package_url": "https://pypi.org/project/show-h5/", "platform": "", "project_url": "https://pypi.org/project/show-h5/", "project_urls": { "Homepage": "https://github.com/jtebert/show_h5" }, "release_url": "https://pypi.org/project/show-h5/0.1/", "requires_dist": [ "h5py", "argparse" ], "requires_python": "", "summary": "Command-line interface to preview HDF5 files", "version": "0.1" }, "last_serial": 5093038, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c617105986c4acb99a0cf929d492d538", "sha256": "6ced20395b78e0a57baa7d8b2c5ddcb0281a1277984a1b70db406777f7424b9d" }, "downloads": -1, "filename": "show_h5-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c617105986c4acb99a0cf929d492d538", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3727, "upload_time": "2019-04-03T21:16:15", "url": "https://files.pythonhosted.org/packages/d0/e3/f2248f057e18e4dc0b9a51db9f52db3de5ab6732b5532f56b51caf6d4817/show_h5-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f68745641299c4a3793dcd58c1ee132c", "sha256": "4b06ee4cc923d5cdb08e8c91781fea7b50ffa00fa3c7605e92f6d7d72f369b19" }, "downloads": -1, "filename": "show_h5-0.1.tar.gz", "has_sig": false, "md5_digest": "f68745641299c4a3793dcd58c1ee132c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2428, "upload_time": "2019-04-03T21:16:17", "url": "https://files.pythonhosted.org/packages/20/14/e2ca66ad0fb2810559c42d5bbdf086a43f5ec39e998e1eb59f165ca8830d/show_h5-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c617105986c4acb99a0cf929d492d538", "sha256": "6ced20395b78e0a57baa7d8b2c5ddcb0281a1277984a1b70db406777f7424b9d" }, "downloads": -1, "filename": "show_h5-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c617105986c4acb99a0cf929d492d538", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3727, "upload_time": "2019-04-03T21:16:15", "url": "https://files.pythonhosted.org/packages/d0/e3/f2248f057e18e4dc0b9a51db9f52db3de5ab6732b5532f56b51caf6d4817/show_h5-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "f68745641299c4a3793dcd58c1ee132c", "sha256": "4b06ee4cc923d5cdb08e8c91781fea7b50ffa00fa3c7605e92f6d7d72f369b19" }, "downloads": -1, "filename": "show_h5-0.1.tar.gz", "has_sig": false, "md5_digest": "f68745641299c4a3793dcd58c1ee132c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2428, "upload_time": "2019-04-03T21:16:17", "url": "https://files.pythonhosted.org/packages/20/14/e2ca66ad0fb2810559c42d5bbdf086a43f5ec39e998e1eb59f165ca8830d/show_h5-0.1.tar.gz" } ] }