Metadata-Version: 2.4
Name: bids-validator-deno
Version: 2.0.3
Summary: Python installer for the self-contained binary of bids-validator
Keywords: bids,bids-validator
Author: bids-standard developers
License-Expression: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Project-URL: Documentation, https://github.com/bids-standard/bids-validator/tree/main/tools/pypi-whl
Project-URL: Issues, https://github.com/bids-standard/bids-validator/issues
Project-URL: Source, https://github.com/bids-standard/bids-validator/tree/main/tools/pypi-whl
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# bids-validator-deno

**bids-validator-deno** is a Python installer (distributed as wheels on [PyPI](https://pypi.org)) 
for the self-contained binary of 
[bids-validator](https://github.com/bids-standard/bids-validator), 
compiled with [`deno compile`](https://docs.deno.com/runtime/reference/cli/compile).
-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install bids-validator-deno
```

## License

`bids-validator-deno` is distributed under the terms of the same license as 
[bids-validator](https://github.com/bids-standard/bids-validator?tab=readme-ov-file) itself, 
which is [MIT](https://spdx.org/licenses/MIT.html) license.
