Metadata-Version: 1.1
Name: cc-plugin-ugrid
Version: 0.1.0
Summary: UGRID plugin for the IOOS Compliance Checker Plugin
Home-page: https://github.com/ioos/cc-plugin-ugrid
Author: Brian McKenna
Author-email: brian.mckenna@rpsgroup.com
License: Apache License 2.0
Description-Content-Type: UNKNOWN
Description: [![Build Status](https://travis-ci.org/ioos/cc-checker-ugrid.svg?branch=master)](https://travis-ci.org/ioos/cc-checker-ugrid)
        
        # UGRID Compliance Checker Plugin
        
        This is a checker for [UGRID](http://ugrid-conventions.github.io/ugrid-conventions) compliance
        
        It works with the [IOOS Compliance Checker](https://github.com/ioos/compliance-checker)
        
        **Note this code is in a pre-release state. Check back soon for the first release**
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
           http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
        Please see LICENSE for the full license text.
        
        For a brief overview of the attributes the UGRID Checker runs through, check [here](/checks.md).
        
        ## Installation
        
        #### Clone this project
        
        ```bash
        $ git clone git@github.com:ioos/cc-plugin-ugrid.git
        $ cd cc-plugin-ugrid
        $ python setup.py install
        ```
        
        #### Tests should now show up when you run compliance checker
        ```bash
        $ compliance-checker -l
        
        IOOS compliance checker available checker suites (code version):
         - UGRID (0.0.1-dev)
         - UGRID:1.0 (0.0.1-dev)
         - UGRID:latest (0.0.1-dev)
         - acdd (3.1.1)
         - acdd:1.1 (3.1.1)
         - acdd:1.3 (3.1.1)
         - acdd:latest (3.1.1)
         - cf (3.1.1)
         - cf:1.6 (3.1.1)
         - cf:latest (3.1.1)
         - ioos (3.1.1)
         - ioos:0.1 (3.1.1)
         - ioos:1.1 (3.1.1)
         - ioos:latest (3.1.1)
         - ioos_sos (3.1.1)
         - ioos_sos:0.1 (3.1.1)
         - ioos_sos:latest (3.1.1)
         ```
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
