Metadata-Version: 2.4
Name: cc-plugin-sgrid
Version: 0.1.0
Summary: SGRID plugin for the IOOS Compliance Checker Plugin
Maintainer: Kyle Wilcox, Filipe Fernandes
License: Apache-2.0
Project-URL: documentation, https://ioos.github.io/cc-plugin-sgrid
Project-URL: homepage, https://compliance.ioos.us/index.html
Project-URL: repository, https://github.com/ioos/cc-plugin-sgrid
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: compliance-checker>=2.0.0
Requires-Dist: netCDF4>=1.2.0
Dynamic: license-file

# SGRID Compliance Checker Plugin

[![Full Tests](https://github.com/ioos/cc-plugin-sgrid/actions/workflows/tests.yml/badge.svg)](https://github.com/ioos/cc-plugin-sgrid/actions/workflows/tests.yml)

This is a checker for [SGRID](https://github.com/sgrid/sgrid) files

It works with the [IOOS Compliance Checker](https://github.com/ioos/compliance-checker)


## Installation


#### `conda` (preferred)

```bash
conda activate [your_env]
conda install cc-plugin-sgrid --channel conda-forge
```
