Tool to inspect NWB files for best practices compliance.
Project description
Inspect NWB files for compliance with NWB Best Practices. This inspector is meant as a companion to the pynwb validator, which checks for strict schema compliance. In contrast, this tool attempts to apply some common sense to find components of the file that are technically compliant, but probably incorrect, or suboptimal, or deviate from best practices. This tool is meant simply as a data review aid. It does not catch all best practice violations, and any warnings it does produce should be checked by a knowledgeable reviewer.
This project is under active development. You may use this as a stand-alone tool, but we do not advise you to code against this project at this time as we do expect the warnings to change as the project develops.
Installation
pip install nwbinspector
Usage
# supply a path to an NWB file
nwbinspector path/to/my/data.nwb
# supply a path to a directory containing NWB files
nwbinspector path/to/my/data/dir/
# optional: supply modules to import before reading the file, e.g., for NWB extensions
nwbinspector path/to/my/data.nwb -m my_extension_module1 my_extension_module2
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nwbinspector-0.4.10.tar.gz
.
File metadata
- Download URL: nwbinspector-0.4.10.tar.gz
- Upload date:
- Size: 45.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 220742a2dbecca3be36a78cbf4b71ad6457ac031adc6ab23a3f2c901ba9bafd6 |
|
MD5 | 11be7aa5361a882bede0196d77e64fc3 |
|
BLAKE2b-256 | d063712aca4cddef9012546d4371bd3d42a5c567e9d6bef346d2aa82bd80b4e6 |
File details
Details for the file nwbinspector-0.4.10-py3-none-any.whl
.
File metadata
- Download URL: nwbinspector-0.4.10-py3-none-any.whl
- Upload date:
- Size: 35.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ca406dd5c03674eba2974a8de7e27978605e85d304de591682df6ad65b291e5 |
|
MD5 | 2c93ae6935684f090bf6deeb2d0b2d42 |
|
BLAKE2b-256 | fa538a1cc264b401b9fcf172ec06aed3ab5b799ef08a8fd26663cd2f0863bba2 |