nexusformat

View on PyPIReverse Dependencies (13)

1.0.4 nexusformat-1.0.4-py3-none-any.whl

Wheel Details

Project: nexusformat
Version: 1.0.4
Filename: nexusformat-1.0.4-py3-none-any.whl
Download: [link]
Size: 79717
MD5: 38d92ed161499753735aa61031b2c2df
SHA256: 6f43b8c2f200708d4b4503d3dc18e2c147cbb2e5a09c1814be1ed1430871d9be
Uploaded: 2024-02-22 16:59:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: nexusformat
Version: 1.0.4
Summary: Python API to access NeXus data
Author: Raymond Osborn
Author-Email: rayosborn[at]mac.com
Home-Page: https://nexpy.github.io/nexpy/
Download-Url: https://github.com/nexpy/nexusformat
License: Modified BSD License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.6
Requires-Dist: numpy
Requires-Dist: scipy
Requires-Dist: h5py (>=2.9)
Requires-Dist: hdf5plugin
Requires-Dist: pytest; extra == "testing"
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: COPYING
[Description omitted; length: 1667 characters]

WHEEL

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

RECORD

Path Digest Size
nexusformat/__init__.py sha256=k0f4U_PHAywQravcguwZkDg_HTY6uauetcLfjC2E6gs 395
nexusformat/_version.py sha256=9acUHRb1fq-uv5dr49LlEh189daKw4-SeypW5NxDolA 411
nexusformat/nexus/__init__.py sha256=dKprv2UiKOBBx8RzjzUosWkLIKEQckXxQUXAb9Sott8 1542
nexusformat/nexus/completer.py sha256=17PYjNqgCEViE0iQf_MaOxGtL-ryeMTSOeb8TFhvH7k 6255
nexusformat/nexus/lock.py sha256=dOLFTA0ZtZ5vg8FNgmzZJwDyVopghBSMmHxK_WXdP88 8339
nexusformat/nexus/plot.py sha256=vgwOnEM6uW_evWiq6YqUb2f_k_3R14CZW6Cu0V1ASj4 11754
nexusformat/nexus/tree.py sha256=GoNrYTAd8Gmb23GmPWRSCwLY8mghvkKQygyQsHherbA 267440
nexusformat/notebooks/nexusformat.ipynb sha256=ldC91Vhlw8pci8HSTre7OLmQikv6aTzEbWBeblf2rgc 17734
nexusformat/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
nexusformat/scripts/nexusformat.py sha256=2NK2mbTXkUS27a89rGYYtT4BxVVJmtZyl1p7mRgel1Q 741
nexusformat/scripts/nxconsolidate.py sha256=5cOZ77ayycXDjMphuALj956A0eIWCV0hdkLmBZnHH6g 1492
nexusformat/scripts/nxdir.py sha256=YELHPbtD_yrD1nGJHM4ymD_wzS-TecCwjp1Q9ZEWgfM 986
nexusformat/scripts/nxduplicate.py sha256=w1n2a_4-WSP5LTKlmBzlxcGUJPvhSTxVkOzrB8eBIAY 1436
nexusformat/scripts/nxstack.py sha256=_FZsecFBH0Ap2nUFs11e2tWqRdPWLrjFq9cyesQ_Jbs 7538
nexusformat-1.0.4.dist-info/COPYING sha256=a6dxka6hDOkh5pu6144dVoNdBlF4VWu_alkNJjtSsaA 2380
nexusformat-1.0.4.dist-info/METADATA sha256=ZIf3N-UQk6S7FOfwFoxOBq6lXCdQ4Tjr9pHdfGc2VDE 2887
nexusformat-1.0.4.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
nexusformat-1.0.4.dist-info/entry_points.txt sha256=aSkq3uSvCRtVwWLJrp84wIe_-W_n_MvJn304-bxd7R4 257
nexusformat-1.0.4.dist-info/pbr.json sha256=FktsykRuaIuwNEHDCnmlZfFwlvGOoWQR4FCNg732Ohg 47
nexusformat-1.0.4.dist-info/top_level.txt sha256=YtCgG96s_QN3DxM2wxZdhYPuFCChB7xUQYHdx0NbqZo 12
nexusformat-1.0.4.dist-info/RECORD

top_level.txt

nexusformat

entry_points.txt

nexusformat = nexusformat.scripts.nexusformat:main
nxconsolidate = nexusformat.scripts.nxconsolidate:main
nxdir = nexusformat.scripts.nxdir:main
nxduplicate = nexusformat.scripts.nxduplicate:main
nxstack = nexusformat.scripts.nxstack:main