Metadata-Version: 2.1
Name: vivarium_testing_utils
Version: 0.1.3
Summary: Project to store testing utilities for Vivarium software.
Home-page: https://github.com/ihmeuw/vivarium_testing_utils
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
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: pyyaml >=5.1
Requires-Dist: scipy
Requires-Dist: click
Requires-Dist: tables
Requires-Dist: networkx
Requires-Dist: loguru
Requires-Dist: pandas-stubs
Requires-Dist: networkx-stubs
Requires-Dist: types-docutils
Requires-Dist: types-setuptools
Provides-Extra: dev
Requires-Dist: sphinx >=4.0 ; extra == 'dev'
Requires-Dist: sphinx-rtd-theme ; extra == 'dev'
Requires-Dist: sphinx-click ; extra == 'dev'
Requires-Dist: IPython ; extra == 'dev'
Requires-Dist: matplotlib ; extra == 'dev'
Requires-Dist: docutils ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: pytest-mock ; extra == 'dev'
Requires-Dist: pytest-cov ; extra == 'dev'
Requires-Dist: ipywidgets ; extra == 'dev'
Requires-Dist: jupyter ; extra == 'dev'
Requires-Dist: black ==22.3.0 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: mypy ; extra == 'dev'
Provides-Extra: docs
Requires-Dist: sphinx >=4.0 ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinx-click ; extra == 'docs'
Requires-Dist: IPython ; extra == 'docs'
Requires-Dist: matplotlib ; extra == 'docs'
Requires-Dist: docutils ; extra == 'docs'
Provides-Extra: interactive
Requires-Dist: IPython ; extra == 'interactive'
Requires-Dist: ipywidgets ; extra == 'interactive'
Requires-Dist: jupyter ; extra == 'interactive'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'

======================
Vivarium Testing Utils
======================

This is a repository that will store utility features to help test
Vivarium software.

**Vivarium Testing Utils requires Python 3.8-3.11 to run**

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

  ``> pip install vivarium_testing_utils``

or build it from source with

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

  ``> cd vivarium_testing_utils``

  ``> conda create -n ENVIRONMENT_NAME python=3.11``

  ``> pip install -e .[dev]``
