Metadata-Version: 2.4
Name: esnb
Version: 0.10.0
Summary: Earth Science Notebook Tools for Climate and Weather Model Analysis
Author-email: John Krasting <john.krasting@noaa.gov>
Project-URL: homepage, https://github.com/jkrasting/esnb
Project-URL: documentation, https://esnb.readthedocs.io
Project-URL: repository, https://github.com/jkrasting/esnb
Keywords: model,analysis
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: Public Domain
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: dask
Requires-Dist: dask-jobqueue
Requires-Dist: gcsfs
Requires-Dist: importlib_metadata<5.0.0
Requires-Dist: importlib-resources
Requires-Dist: intake
Requires-Dist: intake_esm
Requires-Dist: jupyter-client
Requires-Dist: matplotlib
Requires-Dist: momgrid
Requires-Dist: nbclient
Requires-Dist: nbconvert
Requires-Dist: pandas
Requires-Dist: pytest
Requires-Dist: pyyaml
Requires-Dist: xarray
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

[![](https://github.com/jkrasting/notebook-template/actions/workflows/python-app.yml/badge.svg)](https://github.com/jkrasting/notebook-template/actions/workflows/python-app.yml)
[![PyPi](https://img.shields.io/pypi/v/esnb.svg)](https://pypi.python.org/pypi/esnb/)
[![Documentation Status](https://readthedocs.org/projects/esnb/badge/?version=latest)](https://esnb.readthedocs.io/en/latest/?badge=latest)

# ESNB: Earth System Notebook
#### <i>(formerly `notebook-template`)</i>
Repository for analysis notebook template development.

Link to work-in-progress [documentation](https://docs.google.com/document/d/1cY-yWoEOANqsDICZWNFNkxbwUHjEXBL63mL6aBbVyyM/edit?usp=sharing) on Google Docs. (You may need to request access.)


## Standards
The final converged notebook should make use of established standards and conventions as much as possible.

[Link to EMDS Standards](https://github.com/Earth-System-Diagnostics-Standards/EMDS/blob/main/standards.md)
