Metadata-Version: 2.4
Name: msdbook
Version: 0.1.6
Summary: Jupyter notebook support for the MSD uncertainty ebook.
Project-URL: Homepage, https://uc-ebook.org/
Project-URL: Repository, https://github.com/IMMM-SFA/msd_uncertainty_ebook
Project-URL: Issues, https://github.com/IMMM-SFA/msd_uncertainty_ebook/issues
Author-email: "Chris R. Vernon" <chris.vernon@pnnl.gov>, Travis Thurber <travis.thurber@pnnl.gov>, Em Rexer <emily.rexer@pnnl.gov>
License-File: LICENSE
Keywords: MSD,MultiSector Dynamics,uncertainty characterization
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Requires-Dist: hmmlearn>=0.3.2
Requires-Dist: importlib-metadata==4.11.3
Requires-Dist: importlib-resources==5.7.1
Requires-Dist: matplotlib>=3.9.1
Requires-Dist: numpy<2
Requires-Dist: pandas>=2.2.2
Requires-Dist: requests>=2.32.3
Requires-Dist: salib>=1.4.7
Requires-Dist: scikit-learn>=1.5.1
Requires-Dist: scipy>=1.13.1
Requires-Dist: seaborn>=0.13.2
Requires-Dist: statsmodels>=0.14.2
Provides-Extra: dev
Requires-Dist: pre-commit>=3.7.1; extra == 'dev'
Requires-Dist: pytest-mock>=3.10; extra == 'dev'
Requires-Dist: pytest>=7.0.0; extra == 'dev'
Provides-Extra: docs
Requires-Dist: autodoc>=0.5.0; extra == 'docs'
Requires-Dist: build>=0.5.1; extra == 'docs'
Requires-Dist: ipython>=8.0.1; extra == 'docs'
Requires-Dist: mathjax>=0.1.2; extra == 'docs'
Requires-Dist: nbsphinx>=0.8.6; extra == 'docs'
Requires-Dist: setuptools>=57.0.0; extra == 'docs'
Requires-Dist: sphinx-book-theme>=0.2.0; extra == 'docs'
Requires-Dist: sphinx>=4.0.2; extra == 'docs'
Requires-Dist: sphinxcontrib-bibtex>=2.4.1; extra == 'docs'
Requires-Dist: twine>=3.4.1; extra == 'docs'
Description-Content-Type: text/markdown

[![test](https://github.com/IMMM-SFA/msd_uncertainty_ebook/actions/workflows/01_test.yml/badge.svg)](https://github.com/IMMM-SFA/msd_uncertainty_ebook/actions/workflows/01_test.yml) [![deploy](https://github.com/IMMM-SFA/msd_uncertainty_ebook/actions/workflows/02_deploy.yml/badge.svg)](https://github.com/IMMM-SFA/msd_uncertainty_ebook/actions/workflows/02_deploy.yml) [![codecov](https://codecov.io/gh/IMMM-SFA/msd_uncertainty_ebook/branch/dev/graph/badge.svg?token=sc7PduW907)](https://codecov.io/gh/IMMM-SFA/msd_uncertainty_ebook)
[![PyPI version](https://badge.fury.io/py/msdbook.svg)](https://badge.fury.io/py/msdbook)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/msdbook)](https://pypi.org/project/msdbook/)


## Addressing Uncertainty in [MultiSector Dynamics](https://climatemodeling.science.energy.gov/program-area/multisector-dynamics) Research

### [Read the living document here](https://immm-sfa.github.io/msd_uncertainty_ebook/)!

To provide feedback or report a bug, please [open an issue](https://github.com/IMMM-SFA/msd_uncertainty_ebook/issues/new).

Merges to `main` will automatically compile, release, and deploy the ebook.

### Developer Workflow

Follow the [UC eBook Development Workflow](https://uc-ebook.org/dev/docs/html/contributing.html#development-workflow), which broadly follows the [GitHub workflow](https://docs.github.com/en/get-started/using-github/github-flow).
