NeurodataWithoutBorders / pynwb

A Python API for working with Neurodata stored in the NWB Format
https://pynwb.readthedocs.io
Other
174 stars 85 forks source link

[Feature]: entry point for validate #1756

Open bendichter opened 11 months ago

bendichter commented 11 months ago

What would you like to see added to PyNWB?

The current CLI syntax for pynwb validate according to the docs is:

python -m pynwb.validate test.nwb

I think it would be better if it were something like

pynwb validate test.nwb

Is your feature request related to a problem?

no

What solution would you like?

see above.

Do you have any interest in helping implement the feature?

No.

Code of Conduct

bendichter commented 11 months ago

@rly, thoughts on this?