Metadata-Version: 2.1
Name: mc-goods
Version: 1.0.3
Summary: model_catalogs catalogs for GOODS
Home-page: https://github.com/axiom-data-science/mc-goods
Author: Axiom Data Science
Author-email: kristen@axds.co
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Topic :: Scientific/Engineering
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: intake
Requires-Dist: numpy
Requires-Dist: requests

mc-goods
==============================
[![License:MIT](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge)](https://opensource.org/licenses/MIT)
[![Python Package Index](https://img.shields.io/pypi/v/mc-goods.svg?style=for-the-badge)](https://pypi.org/project/mc-goods)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/mc-goods.svg?style=for-the-badge)](https://anaconda.org/conda-forge/mc-goods)

model_catalogs catalogs for GOODS

--------

<p><small>Project based on the <a target="_blank" href="https://github.com/jbusecke/cookiecutter-science-project">cookiecutter science project template</a>.</small></p>

# How to Use

Install [`model_catalogs`](https://github.com/NOAA-ORR-ERD/model_catalogs) and this package of catalogs will be installed too.

# Installation

If you need to install these yourself, you can with PyPI:

```
pip install mc-goods
```

or with conda-forge:

```
conda install -c conda-forge mc-goods
```

# To add a catalog

1. Place the new catalog file in the package directory (`mc_goods`).
2. Add catalog name to `__init__` following other catalog files.
3. Add catalog to `setup.py` following others.
4. Git commit and push to repo.
5. Reinstall package since entry_points have changed.
