Metadata-Version: 2.4
Name: vivarium_public_health
Version: 4.2.1
Summary: Components for modelling diseases, risks, and interventions with ``vivarium``
Home-page: https://github.com/ihmeuw/vivarium_public_health
Author: The vivarium developers
Author-email: vivarium.dev@gmail.com
License: BSD-3-Clause
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: BSD
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Artificial Life
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Software Development :: Libraries
License-File: LICENSE.txt
Requires-Dist: vivarium>=3.4.3
Requires-Dist: layered_config_tree>=1.0.1
Requires-Dist: loguru
Requires-Dist: numpy<2.0.0
Requires-Dist: pandas
Requires-Dist: scipy
Requires-Dist: tables
Requires-Dist: risk_distributions>=2.0.11
Requires-Dist: pyarrow
Provides-Extra: docs
Requires-Dist: sphinx<7.0; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: sphinx-click; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints; extra == "docs"
Requires-Dist: IPython; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Provides-Extra: test
Requires-Dist: vivarium_testing_utils; extra == "test"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-mock; extra == "test"
Requires-Dist: hypothesis; extra == "test"
Requires-Dist: pyyaml; extra == "test"
Provides-Extra: dev
Requires-Dist: sphinx<7.0; extra == "dev"
Requires-Dist: sphinx-rtd-theme; extra == "dev"
Requires-Dist: sphinx-click; extra == "dev"
Requires-Dist: sphinx-autodoc-typehints; extra == "dev"
Requires-Dist: IPython; extra == "dev"
Requires-Dist: matplotlib; extra == "dev"
Requires-Dist: vivarium_testing_utils; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: pytest-mock; extra == "dev"
Requires-Dist: hypothesis; extra == "dev"
Requires-Dist: pyyaml; extra == "dev"
Requires-Dist: black==22.3.0; extra == "dev"
Requires-Dist: isort==5.13.2; extra == "dev"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

Vivarium Public Health
======================

.. image:: https://badge.fury.io/py/vivarium-public-health.svg
    :target: https://badge.fury.io/py/vivarium-public-health

.. image:: https://github.com/ihmeuw/vivarium_public_health/actions/workflows/build.yml/badge.svg?branch=main
    :target: https://github.com/ihmeuw/vivarium_public_health
    :alt: Latest Version

.. image:: https://readthedocs.org/projects/vivarium_public_health/badge/?version=latest
    :target: https://vivarium_public_health.readthedocs.io/en/latest/?badge=latest
    :alt: Latest Docs

.. image:: https://zenodo.org/badge/141212278.svg
   :target: https://zenodo.org/badge/latestdoi/141212278

This library contains several components for for modelling diseases and their interventions.

You can install ``vivarium_public_health`` from PyPI with pip:

  ``> pip install vivarium_public_health``

or build it from source with

  ``> git clone https://github.com/ihmeuw/vivarium_public_health.git``

  ``> cd vivarium_public_health``

  ``> python setup.py install``


`Check out the docs! <https://vivarium.readthedocs.io/projects/vivarium-public-health/en/latest/>`_
---------------------------------------------------------------------------------------------------
