h5ui

View on PyPIReverse Dependencies (0)

0.1.18 h5ui-0.1.18-py3-none-any.whl

Wheel Details

Project: h5ui
Version: 0.1.18
Filename: h5ui-0.1.18-py3-none-any.whl
Download: [link]
Size: 13839
MD5: 0e99202691c32f5128f3679185105cfb
SHA256: 6c3c09374a164a8f905f86ca8359fc8f0f526fb873b6a866446222096931fc81
Uploaded: 2024-09-04 13:43:51 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: h5ui
Version: 0.1.18
Summary: Terminal User interface for HDF5 file inspection.
Author-Email: Rik Huygen <rik.huygen[at]kuleuven.be>
Project-Url: repository, https://github.com/rhuygen/hdf5_ui
License: MIT Licence
Keywords: HDF5,Terminal
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Requires-Dist: textual
Requires-Dist: textual-imageview
Requires-Dist: textual-fspicker
Requires-Dist: h5py
Requires-Dist: pillow
Requires-Dist: natsort
Requires-Dist: textual-dev; extra == "dev"
Requires-Dist: build; extra == "rel"
Requires-Dist: twine; extra == "rel"
Provides-Extra: dev
Provides-Extra: rel
Description-Content-Type: text/markdown
[Description omitted; length: 1041 characters]

WHEEL

Wheel-Version: 1.0
Generator: setuptools (74.1.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
h5tui/__init__.py sha256=zC_kR1I-Rwb2pT3Gn-6YrBvSetytdWS_63BeeBpRX9s 487
h5tui/h5.py sha256=oI2xOAVGXTx4q_T7miYBDL9Wl9qy2X__AGWia61og1U 7764
h5tui/hdf5_tui.py sha256=bGNcnK0KUCJbKM-ADHgo53e-fur31Oy4AZDmqiHsdEQ 19862
h5tui/hdf5_tui.tcss sha256=lCO-wjOHrK1y8Bf4Vr1XOOwxomIPByYjM1T0MVw5cQs 674
h5tui/plugin.py sha256=U8tH7pC9A2WHZNTdCPh5ahPdQH3G-u6RfALlKoYAfe0 1141
plugins/hex/__init__.py sha256=eYe793mOasZtWxseDo9ywA5wG_iBYCOQuWuk0psjDrs 4251
plugins/image/__init__.py sha256=84jqoYrQtPy3Fq0iuPkgAhC3nPGpaPWcIab5Jaan8M4 2468
h5ui-0.1.18.dist-info/METADATA sha256=6AoltGCrJi_OO3H8B4UnC3X9GLoINPA1foHQ8Ih9aH8 1878
h5ui-0.1.18.dist-info/WHEEL sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI 91
h5ui-0.1.18.dist-info/entry_points.txt sha256=A69apEDeqb9wvHD--jyJLgEJEutvXngAVFUVkawXjdo 136
h5ui-0.1.18.dist-info/top_level.txt sha256=Dbj7qSo3hsdzMt_P4U5StIPgb1PhE2WhcV43XaNy2_Q 14
h5ui-0.1.18.dist-info/RECORD

top_level.txt

h5tui
plugins

entry_points.txt

h5tui = h5tui.hdf5_tui:main
hex-view = plugins.hex:HexViewer
image-view = plugins.image:ImageViewer